/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.input-group.has-error .form-control {
  border-color: #a94442 !important;
}
.jsdata {
  display: none;
}
.ui-shop-ssproduits {
  margin-bottom: 10px;
}
.ui-shop-ssproduits .ui-shop-ssproduits-label {
  padding-top: 7px;
}
.ui-shop-ssproduits .ui-shop-ssproduits-dropdown {
  width: 100%;
}
.ui-shop-ssproduits .ui-shop-ssproduits-dropdown > .btn {
  width: 100%;
  text-align: right;
}
.ui-shop-ssproduits .ui-shop-ssproduits-dropdown .btn-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  margin-right: 4px;
}
.ui-shop-ssproduits .ui-shop-ssproduits-dropdown > .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.youtube_player,
.vimeo_player {
  max-width: 100%;
  margin: auto;
}
.youtube_player iframe,
.vimeo_player iframe {
  aspect-ratio: 16 / 9;
  border: none;
  width: -webkit-fill-available;
}
.ui-shop-marques {
  display: flex;
  flex-wrap: wrap;
}
.ui-shop-marques .ui-shop-marque {
  width: 25%;
  position: relative;
  padding: 15px 0;
}
.ui-shop-marques .ui-shop-marque:before,
.ui-shop-marques .ui-shop-marque:after {
  content: " ";
  position: absolute;
  background-color: #eaeaea;
  transition: all 0.3s ease-in-out;
}
.ui-shop-marques .ui-shop-marque::before {
  top: 30px;
  bottom: 30px;
  right: 0;
  width: 1px;
}
.ui-shop-marques .ui-shop-marque::after {
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 1px;
}
.ui-shop-marques .ui-shop-marque:nth-child(4n)::before {
  display: none;
}
.ui-shop-marques .ui-shop-marque a .ui-shop-nom {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.ui-shop-marques .ui-shop-marque:hover:after,
.ui-shop-marques .ui-shop-marque:focus:after {
  height: 2px;
  background-color: #d1d1d1;
}
@media (max-width: 1199px) {
  .ui-shop-marques .ui-shop-marque {
    width: 33.3333%;
  }
  .ui-shop-marques .ui-shop-marque:nth-child(3n)::before {
    display: none;
  }
  .ui-shop-marques .ui-shop-marque:nth-child(4n):not(:nth-child(3n))::before {
    display: block;
  }
}
@media (max-width: 991px) {
  .ui-shop-marques .ui-shop-marque {
    width: 50%;
  }
  .ui-shop-marques .ui-shop-marque:nth-child(2n)::before {
    display: none !important;
  }
  .ui-shop-marques .ui-shop-marque:nth-child(3n)::before {
    display: block;
  }
}
.ui-shop-hokodocreditinfo {
  padding: 20px 0;
  color: #132e34;
  overflow: hidden;
}
.ui-shop-hokodocreditinfo img {
  float: left;
}
.ui-shop-hokodocreditinfo ul {
  list-style-type: none;
  padding-left: 20px;
  float: left;
}
.ui-shop-hokodocreditinfo ul li {
  line-height: 20px;
}
.ui-shop-hokodocreditinfo ul li.credit-detail-title {
  font-weight: bold;
}
.ui-shop-hokodocreditinfo ul li.credit-detail-info span {
  font-weight: bold;
}
.ui-shop-dealtserviceinfo {
  display: grid;
  width: 100%;
  grid-template-areas: "image titre" "image description" "image prix" "image bouton";
  grid-template-columns: 200px auto;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.ui-shop-dealtserviceinfo .dealt-image {
  grid-area: image;
  border-radius: 10px;
}
.ui-shop-dealtserviceinfo .dealt-image img {
  width: 100%;
}
.ui-shop-dealtserviceinfo .dealt-titre {
  grid-area: titre;
  font-size: 20px;
  font-weight: bold;
}
.ui-shop-dealtserviceinfo .dealt-desc {
  grid-area: description;
  font-size: 16px;
}
.ui-shop-dealtserviceinfo .dealt-prix {
  grid-area: prix;
}
.ui-shop-dealtserviceinfo .dealt-reset-cp,
.ui-shop-dealtserviceinfo .dealt-guide {
  cursor: pointer;
}
.ui-shop-view360 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100% !important;
}
.ui-shop-view360 img {
  position: absolute;
  width: 50px;
  fill: gray;
  align-self: self-end;
}
.ui-shop-view360 canvas {
  width: 100%;
  height: 100%;
}
.loader-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(200, 200, 200, 0.5);
}
.loader-container .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.inputMultipleFiles .dropFilesZone {
  padding: 1rem 0 0;
  margin-bottom: 5px;
  font-size: initial;
  border: #999 1px solid;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.37);
}
.inputMultipleFiles .dropFilesZone .dragUploadFile {
  width: 50%;
  margin: 0 auto;
}
.inputMultipleFiles .dropFilesZone .dragUploadFile p {
  text-align: center;
}
.inputMultipleFiles .dropFilesZone .dragUploadFile p > a {
  cursor: pointer;
  padding: 0 1.2rem;
  text-decoration: underline;
}
.inputMultipleFiles .dropFilesZone .dragUploadFile #selectfiles {
  display: none;
}
.inputMultipleFiles .filesUploaded .titre {
  width: 100%;
  margin: 5px 0;
  display: flex;
  padding: 2px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #8ecc16;
}
.inputMultipleFiles .filesUploaded .titre > span {
  font-weight: 500;
  text-transform: uppercase;
}
.inputMultipleFiles .filesUploaded .titre .btn-delete-files {
  cursor: pointer;
  font-size: smaller;
}
.inputMultipleFiles .filesUploaded .fileUploaded {
  font-size: x-small;
}
.inputMultipleFiles .filesUploaded .fileUploaded + .fileUploaded {
  padding-top: 5px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.carnet-adresses .adresse {
  padding: 10px;
  height: 255px;
}
.carnet-adresses .adresse .inner-block {
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
}
.carnet-adresses .adresse .inner-block p.add-selected {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid transparent;
  font-size: 14px;
  background: bisque;
  border-radius: 5px;
}
.carnet-adresses .adresse .inner-block h3.add-intitule {
  font-weight: bolder;
  margin-top: 10px;
}
.carnet-adresses .adresse .inner-block .nom,
.carnet-adresses .adresse .inner-block .add,
.carnet-adresses .adresse .inner-block .cp,
.carnet-adresses .adresse .inner-block .pays {
  font-size: larger;
}
.carnet-adresses .adresse .inner-block .choices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin: 10px 0;
}
.carnet-adresses .ajout-adresse {
  padding: 10px;
  height: 255px;
  text-align: center;
  font-size: larger;
}
.carnet-adresses .ajout-adresse a.click-add {
  cursor: pointer;
  text-decoration: none;
}
.carnet-adresses .ajout-adresse .inner-block {
  border: 1px solid #000000;
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.carnet-adresses .ajout-adresse .inner-block i.fa-plus {
  font-size: 32px;
}
#entreprises-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#entreprises-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: white;
  z-index: 1000;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #entreprises-popup {
    width: 95%;
  }
}
#entreprises-popup .close-entreprises-popup {
  cursor: pointer;
  color: red;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
#entreprises-popup #entreprise-popup-content #entreprises-list {
  max-height: 400px;
  overflow-y: auto;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item input[name='entreprise'] {
  margin: 0 20px;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item:last-child {
  border-bottom: none;
}
#entreprises-popup #entreprise-popup-content .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* From : https://stackoverflow.com/a/33540628  */
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.mfp-bg {
  z-index: 2042;
}
.mfp-wrap {
  z-index: 2043;
}
.mfp-preloader {
  z-index: 2044;
}
.mfp-content {
  z-index: 2045;
}
button.mfp-close,
button.mfp-arrow {
  z-index: 2046;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.panier .ui-shop-item table td,
.panier .ui-shop-itemconfirm table td,
.panier .item-reduc table td {
  padding: 10px 5px;
}
.panier .ui-shop-nom a {
  color: #070f0d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.panier .ui-shop-stockinfo {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.panier .ui-shop-stockinfo .text-danger {
  color: #ca1d0c;
}
.panier .ui-shop-stockinfo .text-success {
  color: #8ecc16;
}
.panier .ui-shop-item-prixu {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.panier .ui-shop-item-prixu .ui-site-prix {
  font-size: 15px;
  font-weight: 500;
}
.panier .ui-shop-item-quantiteedit {
  margin-top: 5px;
}
.panier .ui-site-quantite {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-right: 15px;
}
.panier .ui-site-quantite label {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.panier .ui-site-quantite .input-group {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.panier .ui-site-quantite .input-group button {
  background: unset;
  background-color: unset;
  border: 0;
}
.panier .ui-site-quantite .input-group input {
  border: 0;
  background: unset;
  background-color: unset;
  padding: 4px;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
}
.panier .ui-shop-items-remove a,
.panier .ui-shop-item-remove a {
  color: #977f63;
}
.panier .ui-shop-items-remove a:hover,
.panier .ui-shop-item-remove a:hover {
  color: #78654f;
}
.panier .panel-primary {
  border: rgba(112, 112, 112, 0.5) 1px solid;
}
.panier .panel-primary .panel-heading {
  background-color: rgba(112, 112, 112, 0.5);
  color: #fff;
  border-bottom: rgba(112, 112, 112, 0.5) 1px solid;
}
.panier .panel-default {
  border: rgba(112, 112, 112, 0.1) 1px solid;
}
.panier .panel-default .panel-heading {
  background-color: rgba(112, 112, 112, 0.1);
  border-bottom: rgba(112, 112, 112, 0.1) 1px solid;
}
.panier .panel-default .panel-heading a {
  color: #070f0d;
}
.panier .panier-liens .btn-sm {
  margin: 0;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  margin: 12px 0;
  height: 250px;
  position: relative;
  transition: all 0.5s;
}
.dropzone input[type="file"] {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.dropzone p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 250px;
  font-size: 18px;
}
.dropzone.dragover {
  border: 2px dashed rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.favoris .title {
  font-size: x-large;
}
.favoris .citation {
  font-size: large;
}
.favoris .favoris-listing {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 0;
  margin: 20px auto 10px;
  padding: 0 10px;
}
.favoris .favoris-listing .favori-fiche {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px 20px 33px 33px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.favoris .favoris-listing .favori-fiche > h3 {
  display: none;
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image {
  position: relative;
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image::before {
  content: '';
  position: absolute;
  background-image: url('../../public/img/products-clip-path.svg');
  background-size: cover;
  background-repeat: no-repeat;
  left: -14px;
  top: 0;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 12px);
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image img {
  width: 178px;
  height: 182px;
  max-width: 172px;
  border-radius: 16px;
  border: 6px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
.favoris .favoris-listing .favori-fiche .titre-desc {
  max-width: 920px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.favoris .favoris-listing .favori-fiche .titre-desc h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #5e5e5e;
}
.favoris .favoris-listing .favori-fiche .titre-desc p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5e5e5e;
  margin: 0;
}
.favoris .favoris-listing .favori-fiche .addfavorite-link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
  background-color: #d3d500;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  padding: 16px 32px;
}
@media (max-width: 1200px) {
  .favoris .favoris-listing {
    width: 100%;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc p {
    font-size: 20px;
    line-height: 25px;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 32px;
  }
}
@media (max-width: 767px) {
  .favoris .favoris-listing {
    gap: 0;
    padding: 0 10px;
  }
  .favoris .favoris-listing .favori-fiche {
    display: grid;
    margin-bottom: 30px;
    grid-template-areas: 'titre titre' 'image desc' 'image link';
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    padding: 14px 10px 10px 24px;
    row-gap: 14px;
    column-gap: 12px;
  }
  .favoris .favoris-listing .favori-fiche > h3 {
    display: block;
    grid-area: titre;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    color: #5e5e5e;
    text-align: center;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc {
    grid-area: desc;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc h3 {
    display: none;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc p {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 6;
    min-width: 148px;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image {
    grid-area: image;
    margin-bottom: 12px;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image img {
    width: 168px;
    height: 172px;
    margin: unset;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link {
    grid-area: link;
    margin-bottom: 0;
    align-items: center;
    margin-left: 0;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
    line-height: 26px;
    padding: 5px 21px;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link > img {
    display: none;
  }
}
@media (max-width: 370px) {
  .favoris .favoris-listing .favori-fiche {
    grid-template-areas: 'titre titre' 'image image' 'desc desc' 'link link';
    grid-template-rows: auto 1fr auto auto;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image {
    justify-self: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-cats.sscathybride {
  position: relative;
}
.ui-shop-cats.sscathybride .left,
.ui-shop-cats.sscathybride .right {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  z-index: 9999;
  position: absolute;
  font-size: large;
  font-weight: 700;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ecedf0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.039);
  box-sizing: border-box;
}
.ui-shop-cats.sscathybride .left:hover,
.ui-shop-cats.sscathybride .right:hover {
  opacity: 1 !important;
  background-color: #ecedf0;
  border-color: #979cac;
}
.ui-shop-cats.sscathybride .left {
  left: 0;
}
.ui-shop-cats.sscathybride .right {
  right: 0;
}
.ui-shop-cats.sscathybride:hover .left,
.ui-shop-cats.sscathybride:hover .right {
  visibility: visible;
  opacity: 0.65;
}
.ui-shop-cats.sscathybride .souscats {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  align-items: stretch;
  flex-flow: row nowrap;
  -ms-overflow-style: none;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.ui-shop-cats.sscathybride .souscats::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.ui-shop-cats.sscathybride .souscats .souscat {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px;
  border-radius: 100px;
  background-color: #efefef;
  border: 1px solid #ecedf0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.ui-shop-cats.sscathybride .souscats .souscat:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.ui-shop-cats.sscathybride .souscats .souscat + .souscat {
  cursor: pointer;
  margin-left: 15px;
}
.ui-shop-cats.sscathybride .souscats .souscat a {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ui-shop-cats.sscathybride .souscats .souscat a .image .ui-site-docimage {
  width: 40px;
  height: 40px;
}
.ui-shop-cats.sscathybride .souscats .souscat a .image .ui-site-docimage .ui-site-image img {
  border-radius: 100px;
}
.ui-shop-cats.sscathybride .souscats .souscat a .texte {
  padding: 0 10px;
  color: #2e373e;
  font-size: medium;
  font-style: italic;
  text-align: center;
}
.ui-shop-cats.sscathybride .souscats .souscat a .texte h4 {
  margin: 2px 0;
  font-size: medium;
}
@media (max-width: 767px) {
  .ui-shop-cats.sscathybride {
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.contact .texte-accroche {
  margin: 20px 0;
}
.contact .texte-accroche .inner-texte-accroche {
  border: #999 1px solid;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.37);
  padding: 10px;
}
.contact .texte-accroche .inner-texte-accroche .content-line {
  margin: 5px 0;
}
#recontact-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#recontact-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  color: #303030;
  z-index: 100000;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #recontact-popup {
    width: 95%;
  }
}
#recontact-popup #close-recontact-popup {
  cursor: pointer;
  color: red;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
#recontact-popup #recontact-popup-content > .alert {
  margin: 20px 0;
}
#recontact-popup #recontact-popup-content #recontact-content .recontact-title {
  padding: 0;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-site-sliderphrase {
  background-color: #8ecc16;
  width: 100%;
  height: fit-content;
}
.ui-site-sliderphrase .swiper-container {
  height: inherit;
}
.ui-site-sliderphrase .swiper-container .swiper-wrapper {
  height: inherit;
}
.ui-site-sliderphrase .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  cursor: default;
}
.ui-site-sliderphrase .swiper-container .swiper-wrapper .swiper-slide > p {
  margin: 0;
}
.ui-site-sliderphrase .swiper-container .swiper-button-prev::after,
.ui-site-sliderphrase .swiper-container .swiper-button-next::after {
  color: #fff;
  font-size: medium;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button {
  color: #fff;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  color: #fff;
}
.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background-color: #555;
  color: #fff;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow span,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronDeny span,
.tac_activate .tarteaucitronAllow span {
  color: #fff;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronAllow span::before,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button.tarteaucitronDeny span::before,
.tac_activate .tarteaucitronAllow span::before {
  color: #fff;
}
#tarteaucitron #tarteaucitronServices button#tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #9c1a1a;
}
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  opacity: 1;
}
html body div#tarteaucitronRoot div#tarteaucitronSave {
  background: #333;
}
#tarteaucitron #tarteaucitronServices div.tarteaucitronMainLine {
  background: #333;
  color: #fff;
}
#tarteaucitron #tarteaucitronServices div.tarteaucitronMainLine:hover {
  background: #333;
}
#tarteaucitron div#tarteaucitronInfo {
  background: #333;
  color: #fff;
}
#tarteaucitronRoot span.tarteaucitronH1 {
  color: #fff;
}
#tarteaucitronRoot span.tarteaucitronH2 {
  color: #fff;
}
#tarteaucitron #tarteaucitronServices li.tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
}
#tarteaucitron #tarteaucitronServices li.tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}
#tarteaucitron button#tarteaucitronClosePanel,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer button#tarteaucitronClosePanelCookie {
  background: #333;
  color: #fff;
}
#tarteaucitron #tarteaucitronServices button#tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1b870b;
}
#tarteaucitron button#tarteaucitronPrivacyUrl,
#tarteaucitron button#tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot button.tarteaucitronAllow,
#tarteaucitronRoot button.tarteaucitronDeny {
  background: #1b870b;
}
#tarteaucitronRoot div#tarteaucitronAlertBig {
  background: #333;
  color: #fff;
}
#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert .tarteaucitronPartnersList *,
#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig span#tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig span#tarteaucitronPrivacyUrlDialog {
  color: #fff;
}
#tarteaucitronAlertBig button#tarteaucitronPersonalize,
#tarteaucitronAlertBig button#tarteaucitronPersonalize2,
button.tarteaucitronCTAButton {
  background: #008300;
}
#tarteaucitronRoot button.tarteaucitronDeny {
  background: #9c1a1a;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  color: #333;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.preheader-bg {
  background-color: #977f63;
}
.preheader-bg .preheader-container {
  width: 100%;
  padding: 4px 40px;
  display: flex;
  justify-content: flex-end;
}
.preheader-bg .preheader-container .navbar {
  margin: 0;
  min-height: 0;
}
.preheader-bg .preheader-container .navbar ul {
  display: flex;
  gap: 14px;
}
.preheader-bg .preheader-container .navbar ul li a {
  padding: 0;
  font-family: "dunbar-tall";
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: white;
  position: relative;
  padding: 3px;
  white-space: nowrap;
}
.preheader-bg .preheader-container .navbar ul li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
.preheader-bg .preheader-container .navbar ul li a:hover {
  color: white;
  background: unset;
}
.preheader-bg .preheader-container .navbar ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.header {
  overflow-x: clip;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease-in-out;
}
.header .header-container {
  width: 100%;
  padding: 0 40px;
}
.header .header-container .header-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 20px;
}
.header .header-container .header-top .header-left img {
  width: 527px;
  max-width: 27.4vw;
  min-width: 300px;
}
.header .header-container .header-top .header-center {
  justify-self: center;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  max-width: 788px;
  width: 100%;
}
.header .header-container .header-top .header-center p {
  margin-bottom: 0;
  color: #977f63;
  font-size: 15px;
  font-weight: 600;
}
.header .header-container .header-top .header-center .ui-site-search {
  width: 100%;
}
.header .header-container .header-top .header-center .ui-site-search form {
  max-width: 788px;
  width: 100%;
  position: relative;
}
.header .header-container .header-top .header-center .ui-site-search form .input-group {
  width: 100%;
}
.header .header-container .header-top .header-center .ui-site-search form input {
  height: 36px;
  border-radius: 7px;
  padding: 7px 58px 7px 7px;
  font-size: 18px;
}
.header .header-container .header-top .header-center .ui-site-search form span.input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: fit-content;
  display: block;
  z-index: 100;
}
.header .header-container .header-top .header-center .ui-site-search form span.input-group-btn button {
  border-radius: 0 7px 7px 0;
  background-color: transparent;
  color: white;
  font-size: 18px;
  width: 51px;
  height: 36px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.header .header-container .header-top .header-center .ui-site-search form span.input-group-btn button:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.header .header-container .header-top .header-center .ui-site-search form span.input-group-btn button img {
  height: 21px;
  width: 21px;
}
.header .header-container .header-top .header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  padding: 10px 0;
}
.header .header-container .header-top .header-right .useful-links {
  display: flex;
  align-items: flex-end;
  column-gap: min(25px, 1.3vw);
}
.header .header-container .header-top .header-right .useful-links .contact {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}
.header .header-container .header-top .header-right .useful-links .contact img {
  width: 37px;
  height: 26px;
}
.header .header-container .header-top .header-right .useful-links .contact p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3d311f;
  transition: color 0.3s ease-in-out;
}
.header .header-container .header-top .header-right .useful-links .contact:hover p {
  color: #8ecc16;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover > a,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover > a {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover > a img,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover > a img {
  width: 35px;
  height: 35px;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover > a p,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover > a p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3d311f;
  transition: color 0.3s ease-in-out;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover > a:hover p,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover > a:hover p {
  color: #8ecc16;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu {
  top: 99%;
  box-shadow: unset;
  width: 300px;
  right: 0;
  padding: 0;
  left: unset;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-default-line,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-default-line {
  padding: 0;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect {
  margin-bottom: 10px;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect a,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect a {
  width: 100%;
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  background-color: #8ecc16;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect a:hover,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-connect a:hover {
  background-color: #6e9e11;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create {
  display: flex;
  justify-content: center;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create a,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create a {
  text-align: center;
  color: #3d311f;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create a:hover,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content .ui-block-compte-create a:hover {
  color: #8ecc16;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .transparent,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .transparent {
  position: absolute;
  top: -30px;
  width: 50px;
  height: 30px;
  right: 0;
  background-color: transparent;
  box-shadow: unset;
  pointer-events: none;
}
.header .header-container .header-top .header-right .useful-links .ui-block-compte .dropdown.dropdown-on-hover .dropdown-menu .transparent::before,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .transparent::before {
  border: none;
  border-width: 0;
  border-color: transparent transparent transparent transparent;
}
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover > a img {
  width: 40px;
  height: 35px;
}
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu {
  width: 500px;
}
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-desc a,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-del a {
  color: #3d311f;
}
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-desc a:hover,
.header .header-container .header-top .header-right .useful-links .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-del a:hover {
  color: #8ecc16;
}
.header .header-container .header-bottom {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #8ecc16;
  padding: 0 10px;
}
.header .header-container .header-bottom .navbar-nav {
  padding: 0;
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin: 0;
  list-style: none;
  float: unset;
  height: 100%;
}
.header .header-container .header-bottom .navbar-nav > li {
  height: auto;
  display: flex;
  align-items: center;
}
.header .header-container .header-bottom .navbar-nav > li > a {
  padding: 8px 15px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  position: relative;
  width: fit-content;
}
.header .header-container .header-bottom .navbar-nav > li > a::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: "";
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: 20%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.header .header-container .header-bottom .navbar-nav > li > a:hover,
.header .header-container .header-bottom .navbar-nav > li > a:active,
.header .header-container .header-bottom .navbar-nav > li > a:focus {
  color: white;
  background: unset;
}
.header .header-container .header-bottom .navbar-nav > li > a:hover::before,
.header .header-container .header-bottom .navbar-nav > li > a:active::before,
.header .header-container .header-bottom .navbar-nav > li > a:focus::before {
  top: -50%;
  right: -100%;
}
.header .header-container .header-bottom .navbar-nav > li .dropdown-menu {
  min-width: 100% !important;
  max-width: 200px !important;
  top: 100% !important;
}
.header .header-container .header-bottom .navbar-nav > li .dropdown-menu li a {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #070f0d;
}
.header .header-container .header-bottom .navbar-nav > li .dropdown-menu li a:hover {
  color: #8ecc16;
}
.header .header-container .header-bottom .navbar-nav > li.open a {
  background-color: unset;
  color: white;
  background: unset;
}
.header .header-container .header-bottom .navbar-nav > li.open a::before {
  top: -50%;
  right: -100%;
}
.header .header-container .header-bottom .navbar-nav > li .glyphicon-home {
  font-size: 28px;
}
@media (max-width: 992px) {
  .header .header-container {
    padding: 0 10px;
  }
  .header .header-container .header-top {
    display: flex;
    justify-content: center;
  }
  .header .header-container .header-bottom-mobile {
    padding: 5px 15px;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    background-color: #8ecc16;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .header .header-container .header-bottom-mobile .header-bottom-mobile-left {
    display: flex;
    column-gap: 5px;
    align-items: center;
  }
  .header .header-container .header-bottom-mobile .header-bottom-mobile-left a {
    padding: 5px;
    display: block;
    height: fit-content;
  }
  .header .header-container .header-bottom-mobile .header-bottom-mobile-left a img {
    height: 25px;
  }
  .header .header-container .header-bottom-mobile .burger-menu {
    cursor: pointer;
    height: 34px;
    width: 30px;
    overflow: visible;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  .header .header-container .header-bottom-mobile .burger-menu span,
  .header .header-container .header-bottom-mobile .burger-menu span:before,
  .header .header-container .header-bottom-mobile .burger-menu span:after {
    display: block;
    height: 3px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
    border-radius: 0;
  }
  .header .header-container .header-bottom-mobile .burger-menu span {
    background: #fff;
  }
  .header .header-container .header-bottom-mobile .burger-menu span::before {
    background: #fff;
  }
  .header .header-container .header-bottom-mobile .burger-menu span::after {
    background: #fff;
  }
  .header .header-container .header-bottom-mobile .burger-menu span:before {
    content: "";
    left: 0px;
    top: -9px;
    width: 30px;
  }
  .header .header-container .header-bottom-mobile .burger-menu span {
    right: 0px;
    top: 9px;
    width: 30px;
  }
  .header .header-container .header-bottom-mobile .burger-menu span:after {
    content: "";
    left: 0px;
    top: 9px;
    width: 30px;
  }
  .header .header-container .header-bottom-mobile .burger-menu > h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-family: dunbar-tall, sans-serif;
    font-weight: 600;
    text-align: center;
  }
  .header .header-container .header-bottom-mobile .burger-menu.close {
    float: none;
    opacity: 1;
    text-shadow: none;
  }
  .header .header-container .header-bottom-mobile .burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 30px;
  }
  .header .header-container .header-bottom-mobile .burger-menu.close span {
    transform: rotate(-45deg);
    top: 9px;
    width: 30px;
  }
  .header .header-container .header-bottom-mobile .burger-menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
  }
  .header .header-container .header-bottom-mobile .burger-menu.close > h4 {
    color: #070f0d;
  }
  .header .header-container .header-bottom-mobile .menu_links {
    z-index: 3;
    width: 100vw;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 42px;
    transition: all 0.3s ease-in-out;
    left: 0;
    width: 100%;
  }
  .header .header-container .header-bottom-mobile .menu_links.overlay {
    visibility: visible;
    backdrop-filter: blur(10px);
    opacity: 1;
    padding: 42px;
    background: rgba(0, 0, 0, 0.65);
    max-height: calc(100vh - 100%);
    left: 0;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    height: fit-content;
    padding: 0;
    margin: 0;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav::before,
  .header .header-container .header-bottom-mobile .menu_links ul.nav::after {
    content: none;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav li {
    list-style: none;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li {
    display: table;
    margin: 0 15px 20px 15px;
    padding: 5px 10px;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li.open > a {
    color: #8ecc16;
    background-color: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li > a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    transition: color 0.3s ease-in-out;
    position: relative;
    width: fit-content;
    white-space: nowrap;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li > a span.caret {
    position: absolute;
    right: 0;
    top: 37%;
    transform: translateY(-50%);
    display: none;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li > a:hover {
    color: #8ecc16;
    background-color: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li > a:after {
    content: "";
    width: 60px;
    height: 5px;
    background-color: #8ecc16;
    display: block;
    margin-top: 5px;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li > a:focus {
    background-color: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu {
    padding: 0;
    margin-top: 20px;
    display: block;
    position: inherit;
    box-shadow: none;
    border: none;
    background: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li > ul.dropdown-menu {
    overflow-y: clip;
    margin-top: 0px;
    padding: 0;
    background: unset;
    position: static;
    box-shadow: none;
    border: none;
    display: block !important;
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin-left: 10px;
    transition: all 0.7s ease-in-out;
    border-radius: 0;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li > ul.dropdown-menu > li {
    margin-bottom: 0;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li:last-of-type {
    margin-bottom: 0;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li a:hover {
    color: #8ecc16;
    background-color: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li.open > a {
    color: #8ecc16;
    background-color: unset;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li ul.dropdown-menu > li.open .dropdown-menu {
    max-height: 800px !important;
    background-color: rgba(0, 0, 0, 0.65);
    margin-top: 5px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .header .header-container .header-bottom-mobile .menu_links.overlay {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .header .header-container .header-bottom-mobile .menu_links.overlay {
    padding: 20px;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav {
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li {
    padding: 5px 10px;
  }
  .header .header-container .header-bottom-mobile .menu_links ul.nav > li a .caret {
    display: block;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown {
    max-width: 100%;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown > a {
    position: relative;
    padding: 0 15px 0 0;
    line-height: 26px;
    white-space: wrap!important;
    text-align: left!important;
    max-width: 100%!important;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease-in-out;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background: unset;
    position: static;
    box-shadow: none;
    border: none;
    display: block !important;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown .dropdown-menu > li {
    margin-bottom: 5px;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown .dropdown-menu a {
    color: #fff;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    white-space: normal!important;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown .dropdown-menu a .caret {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown .dropdown-menu a:hover {
    background-color: unset;
    color: #fff;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown.open {
    background-color: rgba(0, 155, 204, 0.2);
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown.open > a {
    color: #fff;
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown.open > a::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .header .header-container .header-bottom-mobile .menu_links li.dropdown.open > .dropdown-menu {
    max-height: 800px !important;
    margin-top: 15px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --vh: calc(var(--vh, 1vh) * 1);
}
body#innerframe {
  padding-top: 0;
}
body {
  font-family: dunbar-tall, sans-serif;
  color: #070f0d;
  min-height: calc(100 * var(--vh));
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 193px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
body .mfp-bg.mfp-ready {
  height: calc(100 * var(--vh));
}
body .mfp-wrap.mfp-gallery.mfp-ready {
  height: calc(100 * var(--vh));
}
body h1,
body h2,
body h3,
body h4 {
  font-family: dunbar-tall, sans-serif;
  margin: 20px 0;
  font-weight: 600;
}
body a {
  color: #8ecc16;
  transition: all 0.3s ease-in-out;
}
body a:hover,
body a:focus,
body a:active,
body a:active:focus,
body a:focus:active,
body a:focus-visible,
body a:focus-within {
  color: #6e9e11;
  text-decoration: none;
  outline: none;
}
body a.btn,
body a.btn-primary {
  font-weight: 600;
  color: #fff;
  background-color: #8ecc16;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 3px;
}
body a.btn[disabled],
body a.btn-primary[disabled] {
  background-color: #8ecc16;
  color: #fff;
}
body a.btn:hover,
body a.btn-primary:hover,
body a.btn:focus,
body a.btn-primary:focus,
body a.btn:active,
body a.btn-primary:active,
body a.btn:active:focus,
body a.btn-primary:active:focus,
body a.btn:focus:active,
body a.btn-primary:focus:active,
body a.btn:focus-visible,
body a.btn-primary:focus-visible,
body a.btn:focus-within,
body a.btn-primary:focus-within {
  background-color: #6e9e11;
  text-decoration: none;
  color: #fff;
}
body a.btn-ajout {
  background-color: unset;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
body a.btn-ajout img {
  width: 26px;
  height: 23px;
}
body a.btn-ajout:hover,
body a.btn-ajout:focus,
body a.btn-ajout:active,
body a.btn-ajout:active:focus,
body a.btn-ajout:focus:active,
body a.btn-ajout:focus-visible,
body a.btn-ajout:focus-within {
  text-decoration: none;
  outline: none;
  background-color: unset;
  border: 1px solid #8ecc16;
}
body a.btn-fichemini {
  background-color: unset;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #3d311f;
  column-gap: 8px;
  font-size: 15px;
}
body a.btn-fichemini img {
  width: 24px;
  height: 24px;
}
body a.btn-fichemini:hover,
body a.btn-fichemini:focus,
body a.btn-fichemini:active,
body a.btn-fichemini:active:focus,
body a.btn-fichemini:focus:active,
body a.btn-fichemini:focus-visible,
body a.btn-fichemini:focus-within {
  text-decoration: none;
  outline: none;
  background-color: unset;
  border: 1px solid #8ecc16;
  color: #3d311f;
}
body a.btn-link {
  background: unset;
  border: 0;
  background-color: unset;
  color: #977f63;
  font-size: 18px;
  font-weight: 500;
}
body a.btn-link:hover,
body a.btn-link:focus,
body a.btn-link:active,
body a.btn-link:active:focus,
body a.btn-link:focus:active,
body a.btn-link:focus-visible,
body a.btn-link:focus-within {
  color: #78654f;
  background-color: unset;
  background: unset;
}
body .modal .form-group {
  margin: 0 0 15px;
}
body .modal .form-group label {
  margin-bottom: 5px;
}
body .panier-liens .btn-sm {
  margin: 0;
}
body button,
body button.btn,
body .btn {
  outline: none;
}
body button:hover,
body button.btn:hover,
body .btn:hover,
body button:focus,
body button.btn:focus,
body .btn:focus,
body button:active,
body button.btn:active,
body .btn:active,
body button:active:focus,
body button.btn:active:focus,
body .btn:active:focus,
body button:focus:active,
body button.btn:focus:active,
body .btn:focus:active,
body button:focus-visible,
body button.btn:focus-visible,
body .btn:focus-visible,
body button:focus-within,
body button.btn:focus-within,
body .btn:focus-within {
  text-decoration: none;
  outline: none !important;
}
body button.btn-primary,
body label.btn-primary,
body label.btn-primary.active {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #8ecc16;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 3px;
}
body button.btn-primary:hover,
body label.btn-primary:hover,
body label.btn-primary.active:hover,
body button.btn-primary:focus,
body label.btn-primary:focus,
body label.btn-primary.active:focus,
body button.btn-primary:active,
body label.btn-primary:active,
body label.btn-primary.active:active,
body button.btn-primary:active:focus,
body label.btn-primary:active:focus,
body label.btn-primary.active:active:focus,
body button.btn-primary:focus:active,
body label.btn-primary:focus:active,
body label.btn-primary.active:focus:active,
body button.btn-primary:focus-visible,
body label.btn-primary:focus-visible,
body label.btn-primary.active:focus-visible,
body button.btn-primary:focus-within,
body label.btn-primary:focus-within,
body label.btn-primary.active:focus-within {
  background-color: #6e9e11;
  text-decoration: none;
  color: #fff;
}
body.btn-ajout {
  background-color: unset;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
body.btn-ajout img {
  width: 26px;
  height: 23px;
}
body.btn-ajout:hover,
body.btn-ajout:focus,
body.btn-ajout:active,
body.btn-ajout:active:focus,
body.btn-ajout:focus:active,
body.btn-ajout:focus-visible,
body.btn-ajout:focus-within {
  text-decoration: none;
  outline: none;
  background-color: unset;
  border: 1px solid #8ecc16;
}
body.btn-fichemini {
  background-color: unset;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #3d311f;
  column-gap: 8px;
  font-size: 15px;
}
body.btn-fichemini img {
  width: 24px;
  height: 24px;
}
body.btn-fichemini:hover,
body.btn-fichemini:focus,
body.btn-fichemini:active,
body.btn-fichemini:active:focus,
body.btn-fichemini:focus:active,
body.btn-fichemini:focus-visible,
body.btn-fichemini:focus-within {
  text-decoration: none;
  outline: none;
  background-color: unset;
  border: 1px solid #8ecc16;
  color: #3d311f;
}
body .container {
  width: 100%;
  padding: 0 25px;
  max-width: 1920px;
}
body .container::before,
body .container::after {
  content: none;
}
body .ui-shop-pagination .pagination {
  margin: 15px auto;
}
body .ui-shop-pagination .pagination li a {
  border: 0;
  background-color: unset;
  background: unset;
  color: #070f0d;
  font-size: 20px;
}
body .ui-shop-pagination .pagination li.disabled a:hover {
  background-color: unset;
  color: #070f0d;
}
body .ui-shop-pagination .pagination li:not(.disabled, .active) a:hover {
  background-color: unset;
  color: #8ecc16;
}
body .ui-shop-pagination .pagination li.active a {
  color: #977f63;
}
body .ui-shop-pagination .pagination li.active a:hover {
  background-color: unset;
  color: #977f63;
}
body .msg-wsb {
  margin: 20px auto 0;
}
body .msg-wsb .titre {
  display: none;
}
body .msg-wsb .content {
  font-size: 16px;
}
body .msg-wsb .content p {
  margin-bottom: 0;
}
body .contact .msg-wsb {
  margin: 20px auto;
}
body main {
  flex: 1;
}
body main .slide-home {
  width: calc(100% + 50px);
  margin-left: -25px;
}
body main .slide-home img {
  width: 100%;
  height: auto;
}
body main .useful-infos {
  display: flex;
  justify-content: center;
  padding: 25px;
  background-color: #977f63;
  width: calc(100% + 50px);
  margin: 0 0 0 -25px;
  list-style-type: none;
  column-gap: min(100px, 5.2vw);
}
body main .useful-infos li {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
body main .useful-infos li img {
  width: 76px;
  height: 74px;
}
body main .useful-infos li h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px;
}
body main .useful-infos li h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
body main .useful-infos li:nth-child(2) img {
  width: 84px;
  height: 62px;
}
body main .useful-infos li:nth-child(3) img {
  width: 61px;
  height: 65px;
}
body main .home-main,
body main .default-main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  padding: 40px 0;
  column-gap: min(40px, 2.6vw);
}
body main .home-main .home-left,
body main .default-main .home-left {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
body main .home-main .home-left .promos-home,
body main .default-main .home-left .promos-home,
body main .home-main .home-left .last-home,
body main .default-main .home-left .last-home {
  width: 100%;
}
body main .home-main .home-left .promos-home .head-promos,
body main .default-main .home-left .promos-home .head-promos,
body main .home-main .home-left .last-home .head-promos,
body main .default-main .home-left .last-home .head-promos,
body main .home-main .home-left .promos-home .head-last,
body main .default-main .home-left .promos-home .head-last,
body main .home-main .home-left .last-home .head-last,
body main .default-main .home-left .last-home .head-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px min(50px, 2.6vw);
  background-color: #8ecc16;
  column-gap: 15px;
  margin-bottom: 50px;
}
body main .home-main .home-left .promos-home .head-promos h2,
body main .default-main .home-left .promos-home .head-promos h2,
body main .home-main .home-left .last-home .head-promos h2,
body main .default-main .home-left .last-home .head-promos h2,
body main .home-main .home-left .promos-home .head-last h2,
body main .default-main .home-left .promos-home .head-last h2,
body main .home-main .home-left .last-home .head-last h2,
body main .default-main .home-left .last-home .head-last h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
body main .home-main .home-left .promos-home .head-promos h2 span,
body main .default-main .home-left .promos-home .head-promos h2 span,
body main .home-main .home-left .last-home .head-promos h2 span,
body main .default-main .home-left .last-home .head-promos h2 span,
body main .home-main .home-left .promos-home .head-last h2 span,
body main .default-main .home-left .promos-home .head-last h2 span,
body main .home-main .home-left .last-home .head-last h2 span,
body main .default-main .home-left .last-home .head-last h2 span {
  margin-right: 10px;
}
body main .home-main .home-left .promos-home .head-promos a,
body main .default-main .home-left .promos-home .head-promos a,
body main .home-main .home-left .last-home .head-promos a,
body main .default-main .home-left .last-home .head-promos a,
body main .home-main .home-left .promos-home .head-last a,
body main .default-main .home-left .promos-home .head-last a,
body main .home-main .home-left .last-home .head-last a,
body main .default-main .home-left .last-home .head-last a {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
body main .home-main .home-left .promos-home .head-promos a::before,
body main .default-main .home-left .promos-home .head-promos a::before,
body main .home-main .home-left .last-home .head-promos a::before,
body main .default-main .home-left .last-home .head-promos a::before,
body main .home-main .home-left .promos-home .head-last a::before,
body main .default-main .home-left .promos-home .head-last a::before,
body main .home-main .home-left .last-home .head-last a::before,
body main .default-main .home-left .last-home .head-last a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
body main .home-main .home-left .promos-home .head-promos a:hover,
body main .default-main .home-left .promos-home .head-promos a:hover,
body main .home-main .home-left .last-home .head-promos a:hover,
body main .default-main .home-left .last-home .head-promos a:hover,
body main .home-main .home-left .promos-home .head-last a:hover,
body main .default-main .home-left .promos-home .head-last a:hover,
body main .home-main .home-left .last-home .head-last a:hover,
body main .default-main .home-left .last-home .head-last a:hover {
  color: white;
  background: unset;
}
body main .home-main .home-left .promos-home .head-promos a:hover::before,
body main .default-main .home-left .promos-home .head-promos a:hover::before,
body main .home-main .home-left .last-home .head-promos a:hover::before,
body main .default-main .home-left .last-home .head-promos a:hover::before,
body main .home-main .home-left .promos-home .head-last a:hover::before,
body main .default-main .home-left .promos-home .head-last a:hover::before,
body main .home-main .home-left .last-home .head-last a:hover::before,
body main .default-main .home-left .last-home .head-last a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
body main .home-main .home-left .promos-home .head-last,
body main .default-main .home-left .promos-home .head-last,
body main .home-main .home-left .last-home .head-last,
body main .default-main .home-left .last-home .head-last {
  background-color: #b19f8a;
}
body main .home-main .home-right,
body main .default-main .home-right,
body main .home-main .main-right,
body main .default-main .main-right {
  height: 0;
  min-height: 100%;
  overflow: auto;
}
body main .home-main .home-right::-webkit-scrollbar,
body main .default-main .home-right::-webkit-scrollbar,
body main .home-main .main-right::-webkit-scrollbar,
body main .default-main .main-right::-webkit-scrollbar {
  width: 6px;
}
body main .home-main .home-right::-webkit-scrollbar-thumb,
body main .default-main .home-right::-webkit-scrollbar-thumb,
body main .home-main .main-right::-webkit-scrollbar-thumb,
body main .default-main .main-right::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 0.6);
  border-radius: 10px;
}
body main .home-main .home-right .ventes-flash,
body main .default-main .home-right .ventes-flash,
body main .home-main .main-right .ventes-flash,
body main .default-main .main-right .ventes-flash {
  display: flex;
  flex-direction: column;
  max-width: 476px;
  min-width: 350px;
  padding: 30px min(40px, 3.6vw);
  border: 1px solid rgba(112, 112, 112, 0.27);
  border-radius: 10px;
  max-height: fit-content;
}
body main .home-main .home-right .ventes-flash .titre,
body main .default-main .home-right .ventes-flash .titre,
body main .home-main .main-right .ventes-flash .titre,
body main .default-main .main-right .ventes-flash .titre {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(20px, 1.3vw);
}
body main .home-main .home-right .ventes-flash .titre .icone img,
body main .default-main .home-right .ventes-flash .titre .icone img,
body main .home-main .main-right .ventes-flash .titre .icone img,
body main .default-main .main-right .ventes-flash .titre .icone img {
  width: 50px;
  height: 57px;
}
body main .home-main .home-right .ventes-flash .titre .txt,
body main .default-main .home-right .ventes-flash .titre .txt,
body main .home-main .main-right .ventes-flash .titre .txt,
body main .default-main .main-right .ventes-flash .titre .txt {
  font-size: 35px;
  white-space: nowrap;
  font-weight: 500;
  color: #ca1d0c;
}
body main .home-main .home-right .ventes-flash .titre .txt .strong,
body main .default-main .home-right .ventes-flash .titre .txt .strong,
body main .home-main .main-right .ventes-flash .titre .txt .strong,
body main .default-main .main-right .ventes-flash .titre .txt .strong {
  font-weight: 700;
}
body main .home-main .home-right .ventes-flash .decompte,
body main .default-main .home-right .ventes-flash .decompte,
body main .home-main .main-right .ventes-flash .decompte,
body main .default-main .main-right .ventes-flash .decompte {
  color: #fff;
  background-color: #ca1d0c;
  font-size: 30px;
  width: 300px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  border-radius: 5px;
  padding: 6px;
  max-width: 100%;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches,
body main .default-main .home-right .ventes-flash .ui-shop-fiches,
body main .home-main .main-right .ventes-flash .ui-shop-fiches,
body main .default-main .main-right .ventes-flash .ui-shop-fiches {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini {
  align-items: flex-start;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image {
  align-self: center;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image:hover + .ui-shop-nom a,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image:hover + .ui-shop-nom a,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image:hover + .ui-shop-nom a,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-image:hover + .ui-shop-nom a {
  background-color: unset;
  color: #9d866b;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a {
  padding: 0;
  background-color: unset;
  color: #b19f8a;
  font-size: 20px;
  text-align: left;
  border-radius: 0;
  margin: 0 0 4px;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a:hover,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a:hover,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a:hover,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-nom a:hover {
  background-color: unset;
  color: #9d866b;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-stockinfo,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-stockinfo,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-stockinfo,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-stockinfo {
  margin-top: 0;
  margin-bottom: 10px;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-prix:not(.pourcent-only) .ui-site-prix,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-prix:not(.pourcent-only) .ui-site-prix,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-prix:not(.pourcent-only) .ui-site-prix,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .ui-shop-prix:not(.pourcent-only) .ui-site-prix {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
body main .home-main .home-right .ventes-flash .ui-shop-fiches .fichemini .add-link,
body main .default-main .home-right .ventes-flash .ui-shop-fiches .fichemini .add-link,
body main .home-main .main-right .ventes-flash .ui-shop-fiches .fichemini .add-link,
body main .default-main .main-right .ventes-flash .ui-shop-fiches .fichemini .add-link {
  display: none;
}
@media (max-width: 1600px) {
  body main .home-main .home-left .ui-shop-fiches .fichemini:nth-child(4),
  body main .default-main .home-left .ui-shop-fiches .fichemini:nth-child(4) {
    display: none;
  }
  body main .home-main .home-right .ventes-flash,
  body main .default-main .home-right .ventes-flash,
  body main .home-main .main-right .ventes-flash,
  body main .default-main .main-right .ventes-flash {
    min-width: 300px;
    padding: 15px min(35px, 2.1vw);
  }
  body main .home-main .home-right .ventes-flash .titre .icone img,
  body main .default-main .home-right .ventes-flash .titre .icone img,
  body main .home-main .main-right .ventes-flash .titre .icone img,
  body main .default-main .main-right .ventes-flash .titre .icone img {
    width: 35px;
    height: 40px;
  }
  body main .home-main .home-right .ventes-flash .titre .txt,
  body main .default-main .home-right .ventes-flash .titre .txt,
  body main .home-main .main-right .ventes-flash .titre .txt,
  body main .default-main .main-right .ventes-flash .titre .txt {
    font-size: 30px;
  }
  body main .home-main .home-right .ventes-flash .decompte,
  body main .default-main .home-right .ventes-flash .decompte,
  body main .home-main .main-right .ventes-flash .decompte,
  body main .default-main .main-right .ventes-flash .decompte {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  body main .home-main .home-left .ui-shop-fiches .fichemini:nth-child(4),
  body main .default-main .home-left .ui-shop-fiches .fichemini:nth-child(4) {
    display: flex;
  }
  body main .home-main .home-right .ventes-flash,
  body main .default-main .home-right .ventes-flash,
  body main .home-main .main-right .ventes-flash,
  body main .default-main .main-right .ventes-flash {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 107px;
  }
  body .container {
    padding: 0 15px;
  }
  body main .slide-home {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  body main .useful-infos {
    width: calc(100% + 30px);
    margin-left: -15px;
    column-gap: 20px;
  }
  body main .useful-infos li {
    column-gap: 10px;
  }
  body main .useful-infos li img {
    width: 40px;
    height: 40px;
  }
  body main .useful-infos li h4 {
    font-size: 18px;
  }
  body main .useful-infos li h3 {
    font-size: 24px;
  }
  body main .useful-infos li:nth-child(2) img {
    width: 50px;
    height: 40px;
  }
  body main .useful-infos li:nth-child(3) img {
    width: 40px;
    height: 45px;
  }
  body main .home-main,
  body main .default-main {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
  }
  body main .home-main .home-left .promos-home .head-promos,
  body main .default-main .home-left .promos-home .head-promos,
  body main .home-main .home-left .last-home .head-promos,
  body main .default-main .home-left .last-home .head-promos,
  body main .home-main .home-left .promos-home .head-last,
  body main .default-main .home-left .promos-home .head-last,
  body main .home-main .home-left .last-home .head-last,
  body main .default-main .home-left .last-home .head-last {
    padding: 8px 15px;
    column-gap: 10px;
    margin-bottom: 25px;
  }
  body main .home-main .home-left .promos-home .head-promos h2,
  body main .default-main .home-left .promos-home .head-promos h2,
  body main .home-main .home-left .last-home .head-promos h2,
  body main .default-main .home-left .last-home .head-promos h2,
  body main .home-main .home-left .promos-home .head-last h2,
  body main .default-main .home-left .promos-home .head-last h2,
  body main .home-main .home-left .last-home .head-last h2,
  body main .default-main .home-left .last-home .head-last h2 {
    font-size: 20px;
  }
  body main .home-main .home-left .promos-home .head-promos h2 span,
  body main .default-main .home-left .promos-home .head-promos h2 span,
  body main .home-main .home-left .last-home .head-promos h2 span,
  body main .default-main .home-left .last-home .head-promos h2 span,
  body main .home-main .home-left .promos-home .head-last h2 span,
  body main .default-main .home-left .promos-home .head-last h2 span,
  body main .home-main .home-left .last-home .head-last h2 span,
  body main .default-main .home-left .last-home .head-last h2 span {
    margin-right: 5px;
  }
  body main .home-main .home-left .promos-home .head-promos a,
  body main .default-main .home-left .promos-home .head-promos a,
  body main .home-main .home-left .last-home .head-promos a,
  body main .default-main .home-left .last-home .head-promos a,
  body main .home-main .home-left .promos-home .head-last a,
  body main .default-main .home-left .promos-home .head-last a,
  body main .home-main .home-left .last-home .head-last a,
  body main .default-main .home-left .last-home .head-last a {
    font-size: 20px;
  }
  body main .home-main .home-right,
  body main .default-main .home-right,
  body main .home-main .main-right,
  body main .default-main .main-right {
    margin-top: 25px;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    overflow: unset;
  }
  body main .home-main .home-right .ventes-flash,
  body main .default-main .home-right .ventes-flash,
  body main .home-main .main-right .ventes-flash,
  body main .default-main .main-right .ventes-flash {
    max-width: unset;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  body main .home-main .home-right .ventes-flash .ui-shop-fiches,
  body main .default-main .home-right .ventes-flash .ui-shop-fiches,
  body main .home-main .main-right .ventes-flash .ui-shop-fiches,
  body main .default-main .main-right .ventes-flash .ui-shop-fiches {
    border: 0;
    border-radius: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    column-gap: 25px;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  body main .useful-infos {
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  body main .home-main .home-right .ventes-flash .ui-shop-fiches,
  body main .default-main .home-right .ventes-flash .ui-shop-fiches,
  body main .home-main .main-right .ventes-flash .ui-shop-fiches,
  body main .default-main .main-right .ventes-flash .ui-shop-fiches {
    row-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 600px) {
  body main .home-main .home-right .ventes-flash .ui-shop-fiches,
  body main .default-main .home-right .ventes-flash .ui-shop-fiches,
  body main .home-main .main-right .ventes-flash .ui-shop-fiches,
  body main .default-main .main-right .ventes-flash .ui-shop-fiches {
    grid-template-columns: 1fr;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.footer .footer-top {
  background-color: #977f63;
  padding: 30px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .footer-top ul {
  width: fit-content;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(100px, 5.2vw);
}
.footer .footer-top ul li {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
}
.footer .footer-top ul li h4 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.footer .footer-top ul li h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.footer .footer-top ul li a {
  padding-bottom: 2px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.footer .footer-top ul li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
.footer .footer-top ul li a:hover {
  color: white;
  background: unset;
}
.footer .footer-top ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.footer .footer-top ul li .tel {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}
.footer .footer-top ul li .tel .img-text {
  height: 62px;
}
.footer .footer-top ul li .tel .img-check {
  position: relative;
  padding: 0 12px 6px 0;
}
.footer .footer-top ul li .tel .img-check img:first-child {
  width: 263px;
  height: 32px;
  margin-bottom: 0;
}
.footer .footer-top ul li .tel .img-check img:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 21px;
  margin-bottom: 0;
}
.footer .footer-top ul li .tel p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.footer .footer-top ul li:nth-child(2) img {
  width: 84px;
  height: 62px;
}
.footer .footer-top ul li:nth-child(3) .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(25px, 1.3vw);
}
.footer .footer-top ul li:nth-child(3) .imgs img {
  width: 67px;
  height: 51px;
}
.footer .footer-top ul li:nth-child(3) .imgs img:nth-child(2) {
  width: 64px;
  height: 57px;
}
.footer .footer-top ul li:nth-child(3) .imgs img:nth-child(3) {
  width: 45px;
  height: 51px;
}
.footer .footer-top ul li:nth-child(3) h3 {
  font-size: 22px;
  font-weight: 600;
  max-width: 288px;
  text-align: center;
  margin: 0;
}
.footer .footer-bottom {
  background-color: #8ecc16;
  padding: 50px 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer-bottom .logo img {
  width: 468px;
  height: 68px;
  max-width: 100%;
  margin-bottom: 40px;
}
.footer .footer-bottom .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(100px, 5.2vw);
  margin-bottom: 25px;
}
.footer .footer-bottom .footer-links h2 {
  margin: 0;
  color: #fff;
}
.footer .footer-bottom .footer-links a {
  padding-bottom: 4px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.footer .footer-bottom .footer-links a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
.footer .footer-bottom .footer-links a:hover {
  color: white;
  background: unset;
}
.footer .footer-bottom .footer-links a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.footer .footer-bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.footer .footer-bottom .copyright a {
  color: #fff;
}
.footer .footer-bottom .copyright a:hover {
  color: #977f63;
}
@media (max-width: 1200px) {
  .footer .footer-top ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 25px;
  }
  .footer .footer-top ul li:nth-child(3) {
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 25px;
  }
  .footer .footer-top ul li:nth-child(3) {
    grid-column: 1/2;
  }
  .footer .footer-bottom .logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .footer .footer-bottom .footer-links {
    flex-direction: column;
    column-gap: 0;
    margin-bottom: 25px;
    row-gap: 25px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-fiches {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  column-gap: min(60px, 3.1vw);
  row-gap: 30px;
}
.ui-shop-fiches .fichemini {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.ui-shop-fiches .fichemini .ui-shop-image:hover + .ui-shop-nom a {
  background-color: #9d866b;
}
.ui-shop-fiches .fichemini .ui-shop-nom {
  width: 100%;
}
.ui-shop-fiches .fichemini .ui-shop-nom a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 12px;
  padding: 4px;
  background-color: #b19f8a;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
}
.ui-shop-fiches .fichemini .ui-shop-nom a:hover {
  background-color: #9d866b;
}
.ui-shop-fiches .fichemini .ui-shop-stockinfo {
  margin-top: auto;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.ui-shop-fiches .fichemini .ui-shop-stockinfo .text-danger {
  color: #ca1d0c;
}
.ui-shop-fiches .fichemini .ui-shop-stockinfo .text-success {
  color: #8ecc16;
}
.ui-shop-fiches .fichemini .ui-shop-prix {
  margin-bottom: 15px;
}
.ui-shop-fiches .fichemini .ui-shop-prix .ui-site-prix {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: auto auto;
  column-gap: 15px;
  row-gap: 8px;
}
.ui-shop-fiches .fichemini .ui-shop-prix .ui-site-prix .ttc.normal {
  grid-row: 1/2;
  grid-column: 1/3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  opacity: 0.4;
}
.ui-shop-fiches .fichemini .ui-shop-prix .ui-site-prix .ttc:not(.normal) {
  grid-row: 2/3;
  grid-column: 1/2;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #8ecc16;
}
.ui-shop-fiches .fichemini .ui-shop-prix .ui-site-prix .ht.normal {
  display: none;
}
.ui-shop-fiches .fichemini .ui-shop-prix .ui-site-prix .ht:not(.normal) {
  grid-row: 2/3;
  grid-column: 2/3;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #070f0d;
}
.ui-shop-fiches .fichemini .ui-shop-prix .pourcent {
  display: none;
}
.ui-shop-fiches .fichemini .pourcent-only {
  position: absolute;
  top: -8px;
  left: 0;
  padding: 7px 15px;
  background-color: #8ecc16;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
}
.ui-shop-fiches .fichemini .pourcent-only .ui-site-prix {
  display: block;
}
.ui-shop-fiches .fichemini .pourcent-only .pourcent {
  display: block;
  color: #fff;
  margin: 0;
}
.ui-shop-fiches .fichemini .pourcent-only .pourcent::before {
  content: '-';
}
.ui-shop-fiches .fichemini .pourcent-only .pourcent::after {
  content: '%';
}
.ui-shop-fiches .fichemini .add-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
@media (max-width: 1600px) {
  .ui-shop-fiches {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}
@media (max-width: 1200px) {
  .ui-shop-fiches {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    column-gap: 25px;
    row-gap: 25px;
  }
  .ui-shop-fiches .fichemini {
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .ui-shop-fiches {
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 600px) {
  .ui-shop-fiches {
    grid-template-columns: 1fr;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-fiche .ui-site-ariane {
  font-size: 25px;
  color: #fff;
  padding: 11px min(40px, 2.6vw);
  background-color: #977f63;
  margin-bottom: 30px;
}
.ui-shop-fiche .ui-site-ariane li a {
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.ui-shop-fiche .ui-site-ariane li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
.ui-shop-fiche .ui-site-ariane li a:hover {
  color: white;
  background: unset;
}
.ui-shop-fiche .ui-site-ariane li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.ui-shop-fiche .ui-shop-fiche-haut {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) auto;
  column-gap: 20px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche > .ui-shop-image {
  margin-bottom: 40px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .pourcent-only {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 15px;
  background-color: #8ecc16;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .pourcent-only .ui-site-prix {
  display: block;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .pourcent-only .pourcent {
  display: block;
  color: #fff;
  margin: 0;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .pourcent-only .pourcent::before {
  content: '-';
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .pourcent-only .pourcent::after {
  content: '%';
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .swiper-external-container {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures {
  display: flex;
  column-gap: min(25px, 1.6vw);
  justify-content: center;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
  max-width: 714px;
  padding: min(40px, 2.6vw);
  border-radius: 6px;
  border: 3px solid #b19f8a;
  position: relative;
  margin-left: auto;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent-only {
  position: absolute;
  top: min(40px, 2.6vw);
  right: min(40px, 2.6vw);
  padding: 7px 15px;
  background-color: #8ecc16;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent-only .ui-site-prix {
  display: block;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent-only .pourcent {
  display: block;
  color: #fff;
  margin: 0;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent-only .pourcent::before {
  content: '-';
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent-only .pourcent::after {
  content: '%';
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .ui-shop-nom {
  max-width: min(464px, 65%);
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ref {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix {
  margin-bottom: 10px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: auto auto;
  column-gap: 15px;
  row-gap: 8px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix .ttc.normal {
  grid-row: 1/2;
  grid-column: 1/2;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  opacity: 0.4;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix .ttc:not(.normal) {
  grid-row: 2/3;
  grid-column: 1/2;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #8ecc16;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix .ht.normal {
  display: none;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix .ht:not(.normal) {
  grid-row: 2/3;
  grid-column: 2/3;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #070f0d;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .pourcent {
  display: none;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-stockinfo {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-stockinfo .text-danger {
  color: #ca1d0c;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-stockinfo .text-success {
  color: #8ecc16;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .reduction {
  font-size: 25px;
  width: 100%;
  text-align: center;
  padding: 3px 10px;
  background-color: #8ecc16;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .intitule {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .intitule img {
  width: 40px;
  height: 40px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .intitule span {
  font-size: 35px;
  font-weight: 600;
  color: #8ecc16;
  text-transform: uppercase;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .decompte {
  color: #fff;
  background-color: #ca1d0c;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  padding: 9px 16px;
  width: 270px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-shop-option {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-shop-option .form-group {
  margin: 0 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-shop-option .form-group label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite label {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite .input-group {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite .input-group button {
  background: unset;
  background-color: unset;
  border: 0;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite .input-group input {
  border: 0;
  background: unset;
  background-color: unset;
  padding: 4px;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche {
  display: flex;
  justify-content: center;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button {
  padding: 7px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button img {
  width: 25px;
  height: 22px;
}
.ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button span {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.ui-shop-fiche .ui-shop-fiche-bas {
  margin-top: 50px;
}
.ui-shop-fiche .ui-shop-fiche-bas .desc-fiche,
.ui-shop-fiche .ui-shop-fiche-bas .info-fiche {
  margin-bottom: 50px;
}
.ui-shop-fiche .ui-shop-fiche-bas .desc-fiche .desc-head,
.ui-shop-fiche .ui-shop-fiche-bas .info-fiche .desc-head,
.ui-shop-fiche .ui-shop-fiche-bas .desc-fiche .info-head,
.ui-shop-fiche .ui-shop-fiche-bas .info-fiche .info-head {
  width: 100%;
  background-color: #b19f8a;
  padding: 9px 35px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 40px;
  border-radius: 3px;
}
.ui-shop-fiche .ui-shop-fiche-bas .desc-fiche .ui-shop-property,
.ui-shop-fiche .ui-shop-fiche-bas .info-fiche .ui-shop-property {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.ui-shop-fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label {
  width: 100%;
  background-color: #b19f8a;
  padding: 9px 35px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 40px;
  border-radius: 3px;
  display: block;
}
.ui-shop-fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches {
  margin: 0;
}
.ui-shop-fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches::before,
.ui-shop-fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches::after {
  content: none;
}
@media (max-width: 1200px) {
  .ui-shop-fiche .ui-site-ariane {
    font-size: 20px;
    padding: 8px 15px;
    margin-bottom: 25px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut {
    grid-template-columns: 1fr;
    row-gap: 20px;
    min-width: 60vw;
    max-width: calc(100vw - 50px);
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
    max-width: calc(100vw - 50px);
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .ui-shop-nom {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ref {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-prix .ui-site-prix {
    font-size: 15px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-stockinfo {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .reduction {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .intitule img {
    width: 30px;
    height: 30px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .intitule span {
    font-size: 30px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .venteflash-fiche .decompte {
    font-size: 20px;
    padding: 7px 14px;
    width: 210px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-shop-option .form-group label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite label {
    font-size: 15px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .qte-fiche .ui-site-quantite .input-group input {
    font-size: 15px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button {
    padding: 5px 30px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button img {
    width: 20px;
    height: 18px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajoutqte .ajout-fiche button span {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .ui-shop-fiche .ui-site-ariane {
    padding: 8px 15px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .ui-shop-fiche .ui-shop-fiche-haut {
    max-width: calc(100vw - 30px);
  }
  .ui-shop-fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
    max-width: calc(100vw - 30px);
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-catlisting > h2,
.ui-shop-catlisting .ui-site-ariane {
  font-size: 25px;
  color: #fff;
  padding: 11px min(40px, 2.6vw);
  background-color: #977f63;
  margin-bottom: 40px;
}
.ui-shop-catlisting > h2 li a,
.ui-shop-catlisting .ui-site-ariane li a {
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.ui-shop-catlisting > h2 li a::before,
.ui-shop-catlisting .ui-site-ariane li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  background-color: currentColor;
}
.ui-shop-catlisting > h2 li a:hover,
.ui-shop-catlisting .ui-site-ariane li a:hover {
  color: white;
  background: unset;
}
.ui-shop-catlisting > h2 li a:hover::before,
.ui-shop-catlisting .ui-site-ariane li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media (max-width: 992px) {
  .ui-shop-catlisting > h2,
  .ui-shop-catlisting .ui-site-ariane {
    padding: 8px 15px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.type-select2 {
  width: 100%;
}
.select2 {
  font-size: 14px;
  width: unset!important;
}
.select2 .select2-selection {
  font-size: 14px;
  width: 100%;
  box-sizing: content-box;
  padding: 8px 40px 8px 12px;
  transition: border 0.3s;
  border: 2px solid rgba(112, 112, 112, 0.5);
  border-radius: 10px;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  height: auto;
  width: auto;
}
.select2 .select2-selection .select2-selection__rendered {
  font-weight: 500;
  color: #8ecc16;
  line-height: 19px;
  padding: 0;
}
.select2 .select2-selection .select2-selection__rendered::before {
  font-weight: 700;
  color: #070f0d;
}
.fiche .select2 .select2-selection {
  border-radius: 4px;
  background-color: #fff;
}
.fiche .select2 .select2-selection .select2-selection__rendered {
  color: rgba(112, 112, 112, 0.5);
  font-weight: 400;
}
.fiche .select2 .select2-selection .select2-selection__rendered::before {
  font-weight: 400;
  color: #070f0d;
  font-size: 14px;
}
.fiche .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 9px;
  border-top: 9px solid #707070;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 10;
  transform: translateY(-50%);
}
.fiche .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  border: 2px solid #aaa !important;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 200px!important;
  padding-right: 1px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #8ecc16;
  border-radius: 3px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  height: 25px;
  line-height: 19px;
  padding: 3px 8px 0;
  font-size: 14px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #8ecc16;
}
.filtre-select {
  position: relative;
}
.filtre-select .placeholder {
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #070f0d;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #977f63;
}
.site .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.4;
}
.site .swiper-pagination-bullet:hover {
  background: var(--swiper-theme-accent);
  opacity: 1;
}
.site .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.site .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.site .sliders .swiper-button-prev,
.site .sliders .swiper-button-next,
.site .sliders .swiper-pagination {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.site .sliders .swiper-button-prev:hover,
.site .sliders .swiper-button-next:hover {
  color: var(--swiper-theme-accent);
}
.site .sliders .swiper-container:hover .swiper-button-prev,
.site .sliders .swiper-container:hover .swiper-button-next,
.site .sliders .swiper-container:hover .swiper-pagination {
  visibility: visible;
  opacity: 1;
}
.site .swiper-external-container {
  position: relative;
}
.site .swiper-external-container .swiper-button-prev-external,
.site .swiper-external-container .swiper-button-next-external {
  color: var(--swiper-theme-accent);
}
.site .ui-shop-fiche-gauche .swiper-slide .ui-site-image {
  display: flex;
  width: fit-content;
}
.site .ui-shop-fiche-gauche .swiper-slide .ui-site-image img {
  padding: 0;
  border-radius: 0;
}
.site .ui-shop-fiche-gauche .swiper-external-container {
  display: flex;
  gap: 25px;
  justify-content: space-around;
  max-width: 100%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container {
  max-width: 100%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-wrapper {
  max-width: 100%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 25%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-wrapper .swiper-slide a.zoom {
  max-width: 100%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-wrapper .swiper-slide a.zoom .ui-site-image {
  max-width: 100%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-wrapper .swiper-slide a.zoom .ui-site-image img {
  max-width: 95%;
}
.site .ui-shop-fiche-gauche .swiper-external-container .zoom img {
  border-radius: 0;
}
.site .ui-shop-fiche-gauche .swiper-external-container .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site .marque-container .swiper-external-container .swiper-container {
  margin: 0 20px;
}
/* CACHED */