/* 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 #fe7600;
}
.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 */
.ui-block-panier-survol-row .ui-block-panier-survol-desc a {
  padding: 0;
}
body:not(#innerframe) .panier .panel-primary {
  border-color: #232323;
}
body:not(#innerframe) .panier .panel-heading {
  background-color: #232323;
  color: #fff;
}
body:not(#innerframe) .panier .panel-heading a {
  color: #fff;
}
body:not(#innerframe) .panier .btn-primary[disabled] {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body:not(#innerframe) .panier .btn-primary[disabled]:hover {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body:not(#innerframe) .panier .panel-body .btn-primary {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body:not(#innerframe) .panier .panel-body .btn-primary:hover {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body:not(#innerframe) .panier .panier-liens {
  margin-top: 10px;
}
body:not(#innerframe) .panier .panier-liens .btn-sm {
  margin: 0 9px;
}
body:not(#innerframe) .panier .panier-liens .btn-sm span.glyphicon {
  font-size: 16px;
}
body:not(#innerframe) .panier .panier-liens .btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 5px 21px;
  font-size: 20px;
  line-height: 24px;
  height: 36px;
}
body:not(#innerframe) .panier .panier-liens .btn-primary i {
  font-size: 16px;
}
body:not(#innerframe) .panier .panier-liens .btn-primary:hover,
body:not(#innerframe) .panier .panier-liens .btn-primary:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
}
body:not(#innerframe) .panier h2.titre_estport {
  font-size: 24px;
  line-height: 30px;
  margin: 20px auto;
}
body:not(#innerframe) .panier h2 {
  font-size: 28px;
  line-height: 34px;
}
body:not(#innerframe) .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-nom {
  font-size: 20px;
  line-height: 24px;
}
body:not(#innerframe) .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: fit-content;
  margin-bottom: 5px;
}
body:not(#innerframe) .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option .btn-group {
  width: 100px;
}
/* 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 .liens {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .liens button {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.contact .liens button:hover,
.contact .liens button:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.contact .ui-site-rgpd-message {
  font-size: 14px;
}
.contact .ui-site-rgpd-message a {
  font-size: 14px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-site-sliderphrase {
  background-color: #fe7600;
  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 */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 72px;
  z-index: 100;
}
header .header_top {
  background-image: url('../../public/img/bg-header.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  height: 71px;
  border-bottom: 1px solid #fe7600;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
header .header_top .menu-search {
  display: flex;
}
header .header_top .menu-search .menu .burger-menu {
  cursor: pointer;
  height: 18px;
  width: 23px;
  overflow: visible;
  position: relative;
  z-index: 1001;
  display: block!important;
  padding: 20px;
}
header .header_top .menu-search .menu .burger-menu span,
header .header_top .menu-search .menu .burger-menu span:before,
header .header_top .menu-search .menu .burger-menu span:after {
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  background: #fff;
  width: 23px;
}
header .header_top .menu-search .menu .burger-menu span:before {
  content: "";
  left: 0px;
  top: -8px;
}
header .header_top .menu-search .menu .burger-menu span {
  right: 9px;
  top: 20px;
}
header .header_top .menu-search .menu .burger-menu span:after {
  content: "";
  left: 0px;
  top: 8px;
}
header .header_top .menu-search .menu .burger-menu.close {
  float: none;
  opacity: 1;
}
header .header_top .menu-search .menu .burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 23px;
  background-color: #fe7600;
}
header .header_top .menu-search .menu .burger-menu.close span {
  transform: rotate(-45deg);
  top: 20px;
  width: 23px;
  background-color: #fe7600;
}
header .header_top .menu-search .menu .burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
header .header_top .menu-search .menu .menu_links {
  z-index: 1000;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
  right: 0;
}
header .header_top .menu-search .menu .menu_links.overlay {
  visibility: visible;
  opacity: 1;
  padding: 75px 20px 30px;
  background: rgba(0, 0, 0, 0.9);
  max-height: 10000px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
header .header_top .menu-search .menu .menu_links ul.nav {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding: 0;
  margin: 0;
}
header .header_top .menu-search .menu .menu_links ul.nav li {
  list-style: none;
}
header .header_top .menu-search .menu .menu_links ul.nav > li {
  display: table;
  margin: 0 20px 20px 20px;
  max-width: 400px;
  padding: 5px;
}
header .header_top .menu-search .menu .menu_links ul.nav > li.open {
  background-color: rgba(255, 255, 255, 0.1);
}
header .header_top .menu-search .menu .menu_links ul.nav > li.open > a {
  color: #fe7600;
  background-color: unset;
}
header .header_top .menu-search .menu .menu_links ul.nav > li.open > ul.dropdown-menu {
  max-height: 800px!important;
}
header .header_top .menu-search .menu .menu_links ul.nav > li > a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
header .header_top .menu-search .menu .menu_links ul.nav > li > a:hover {
  color: #fe7600;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu {
  padding: 0;
  margin-top: 15px;
  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_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li {
  display: table;
  margin-bottom: 8px;
  font-size: 18px;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li.open > a {
  color: #fe7600;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li.open > ul.dropdown-menu {
  max-height: 800px!important;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li:last-of-type {
  margin-bottom: 0;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header .header_top .menu-search .menu .menu_links ul.nav > li ul.dropdown-menu > li a:hover {
  color: #fe7600;
}
header .header_top .menu-search .ui-site-search a {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
header .header_top .logo {
  display: block;
  margin: 0 auto;
}
header .header_top .logo img {
  height: 49.5px;
}
header .header_top .cart-useful-links {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  margin-left: auto;
}
header .header_top .cart-useful-links .cart .panier {
  padding: 10px;
  height: 40px;
  display: block;
}
header .header_top .cart-useful-links .cart .icon_text {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
header .header_top .cart-useful-links .cart .icon_text .number-mobile {
  position: absolute;
  top: -9px;
  right: -5px;
  background-color: #232323;
  color: #fe7600;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  header .header_top .cart-useful-links .cart .icon_text .number-mobile {
    display: flex!important;
  }
}
header .header_top .cart-useful-links .cart .icon_text img {
  width: 20px;
  height: 20px;
}
header .header_top .cart-useful-links .cart .icon_text p {
  margin: 0;
}
header .header_top .cart-useful-links .cart .icon_text p span {
  color: #fe7600;
}
header .header_top .cart-useful-links .useful-links {
  display: flex;
}
header .header_top .cart-useful-links .useful-links > a,
header .header_top .cart-useful-links .useful-links .compte {
  display: block;
  padding: 10px;
  height: 50px;
}
header .header_top .cart-useful-links .useful-links a:hover {
  filter: drop-shadow(0px 0px 10px rgba(254, 118, 0, 0.4));
}
header .header_top .cart-useful-links .useful-links img {
  width: 20px;
  height: 20px;
}
header .menu_links .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
header .menu_links .nav > li > a::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center;
  left: 0;
  transform: translateX(calc(29px - 50%));
}
header .menu_links .nav > li.menuico_sucree > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_sucree > a::before {
  width: 58px;
  height: 30px;
  top: calc(50% - 15px);
  background: url('../../public/img/sweet-groceries.svg') no-repeat;
}
header .menu_links .nav > li.menuico_salee > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_salee > a::before {
  width: 36px;
  height: 35px;
  top: calc(50% - 17.5px);
  background: url('../../public/img/savory-groceries.svg') no-repeat;
}
header .menu_links .nav > li.menuico_cave > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_cave > a::before {
  width: 27px;
  height: 35px;
  top: calc(50% - 17.5px);
  background: url('../../public/img/cave.svg') no-repeat;
}
header .menu_links .nav > li.menuico_poutine > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_poutine > a::before {
  width: 46px;
  height: 30px;
  top: calc(50% - 15px);
  background: url('../../public/img/poutine.svg') no-repeat;
}
header .menu_links .nav > li.menuico_bison > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_bison > a::before {
  width: 51px;
  height: 30px;
  top: calc(50% - 15px);
  background: url('../../public/img/buffalo.svg') no-repeat;
}
header .menu_links .nav > li.menuico_cadeau > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_cadeau > a::before {
  width: 32px;
  height: 35px;
  top: calc(50% - 17.5px);
  background: url('../../public/img/gift-box.svg') no-repeat;
}
header .menu_links .nav > li.menuico_promo > a {
  padding-left: 68px;
}
header .menu_links .nav > li.menuico_promo > a::before {
  width: 37px;
  height: 35px;
  top: calc(50% - 17.5px);
  background: url('../../public/img/promotions.svg') no-repeat;
}
@media (min-width: 1200px) {
  header {
    height: 209px;
  }
  header .header_top {
    padding: 20px 50px;
    align-items: center;
    height: fit-content;
  }
  header .header_top .menu-search {
    align-items: center;
  }
  header .header_top .menu-search .menu {
    margin-right: 30px;
  }
  header .header_top .menu-search .menu .burger-menu {
    height: 30px;
    width: 39px;
  }
  header .header_top .menu-search .menu .burger-menu span,
  header .header_top .menu-search .menu .burger-menu span:before,
  header .header_top .menu-search .menu .burger-menu span:after {
    height: 4px;
    width: 39px;
  }
  header .header_top .menu-search .menu .burger-menu span:before {
    top: -13px;
  }
  header .header_top .menu-search .menu .burger-menu span {
    top: 18px;
    right: 1px;
  }
  header .header_top .menu-search .menu .burger-menu span:after {
    top: 13px;
  }
  header .header_top .menu-search .menu .burger-menu.close span:before {
    top: 0px;
    width: 39px;
  }
  header .header_top .menu-search .menu .burger-menu.close span {
    top: 18px;
    width: 39px;
  }
  header .header_top .menu-search .menu .burger-menu.close span:after {
    top: 0px;
  }
  header .header_top .menu-search .menu .menu_links::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  header .header_top .menu-search .menu .menu_links.overlay {
    padding: 210px 20px 30px;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav::before {
    content: none;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav > li {
    display: initial;
    margin: 0 20px;
    width: 250px;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav > li li {
    display: initial;
    width: 250px;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav > li li a {
    max-width: 250px;
    white-space: initial;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav > li.open > ul.dropdown-menu {
    max-height: unset!important;
  }
  header .header_top .menu-search .menu .menu_links > ul.nav > li > ul.dropdown-menu {
    max-height: unset;
  }
  header .header_top .menu-search .ui-site-search > a {
    display: none!important;
  }
  header .header_top .menu-search .ui-site-search form .input-group {
    display: flex;
  }
  header .header_top .menu-search .ui-site-search form .input-group input {
    height: 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    padding: 5px 32px 4px 13px;
  }
  header .header_top .menu-search .ui-site-search form .input-group .input-group-btn {
    position: absolute;
    right: 9px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  header .header_top .menu-search .ui-site-search form .input-group .input-group-btn button {
    padding: 0;
    height: initial;
    background-color: unset;
    border: none;
  }
  header .header_top .menu-search > a {
    margin-right: 10px;
  }
  header .header_top .menu-search > a:hover {
    filter: drop-shadow(0px 0px 10px rgba(254, 118, 0, 0.5));
  }
  header .header_top .logo img {
    height: 109px;
  }
  header .header_top .cart-useful-links {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  header .header_top .cart-useful-links .cart .panier {
    padding: unset;
    height: initial;
  }
  header .header_top .cart-useful-links .cart .icon_text {
    gap: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    align-items: center;
  }
  header .header_top .cart-useful-links .cart .icon_text:hover {
    border: 1px solid #fe7600;
  }
  header .header_top .cart-useful-links .cart .icon_text img {
    width: 31px;
  }
  header .header_top .cart-useful-links .cart .icon_text .number {
    font-weight: 600;
  }
  header .header_top .cart-useful-links .cart .icon_text .number span {
    font-weight: 300;
  }
  header .header_top .cart-useful-links .cart .icon_text .price {
    margin-top: -7px;
  }
  header .header_top .cart-useful-links .cart .dropdown-menu {
    bottom: 0;
    top: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    right: -75px;
  }
  header .header_top .cart-useful-links .cart .dropdown-menu .transparent::before {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .header_top .cart-useful-links .cart .dropdown-menu .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    padding: 8px;
  }
  header .header_top .cart-useful-links .useful-links {
    gap: 10px;
  }
  header .header_top .cart-useful-links .useful-links img {
    width: 30px;
    height: 30px;
  }
  header .header_top .cart-useful-links .useful-links .dropdown-menu {
    bottom: 0;
    top: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    right: -75px;
  }
  header .header_top .cart-useful-links .useful-links .dropdown-menu .transparent::before {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .header_top .cart-useful-links .useful-links .dropdown-menu .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    padding: 8px;
  }
  header .header_bottom {
    height: 59px;
    background-color: #232323;
    border-bottom: 1px solid #fe7600;
    width: 100%;
  }
  header .header_bottom .menu_links {
    height: 58px;
    padding: 12px;
    width: 100%;
  }
  header .header_bottom .menu_links .nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
  }
  header .header_bottom .menu_links .nav::before,
  header .header_bottom .menu_links .nav::after {
    content: none;
  }
  header .header_bottom .menu_links .nav > li {
    position: relative;
  }
  header .header_bottom .menu_links .nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    background: unset!important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .header_bottom .menu_links .nav > li > a:hover {
    color: #fe7600;
    background-color: unset;
  }
  header .header_bottom .menu_links .nav > li > a::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    left: 0;
  }
  header .header_bottom .menu_links .nav > li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 39px;
    background-color: #727272;
    left: -1vw;
    top: calc(50% - 19.5px);
  }
  header .header_bottom .menu_links .nav > li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 39px;
    background-color: #000000;
    right: -1vw;
    top: calc(50% - 19.5px);
  }
  header .header_bottom .menu_links .nav > li:last-of-type::after {
    display: none;
  }
  header .header_bottom .menu_links .nav > li:first-of-type::before {
    display: none;
  }
  header .header_bottom .menu_links .nav > li .dropdown-menu {
    background-color: #232323;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    padding: 0;
    top: 96%;
    border: none;
    min-width: 100%;
    border-radius: 0;
    z-index: 999;
    display: block;
    border-bottom: 1px solid transparent;
  }
  header .header_bottom .menu_links .nav > li .dropdown-menu a {
    color: #fff;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 600;
  }
  header .header_bottom .menu_links .nav > li .dropdown-menu a:hover {
    background-color: unset;
    color: #fe7600;
  }
  header .header_bottom .menu_links .nav > li .dropdown-menu li:first-child a {
    margin-top: 5px;
  }
  header .header_bottom .menu_links .nav > li .dropdown-menu li:last-child a {
    margin-bottom: 5px;
  }
  header .header_bottom .menu_links .nav > li.open > a {
    color: #fe7600;
  }
  header .header_bottom .menu_links .nav > li.open > ul.dropdown-menu {
    max-height: 500px!important;
    border-bottom: 1px solid #fe7600;
    transition: all 0.5s ease-in-out;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
body {
  font-family: "futura-pt", sans-serif;
  color: #232323;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
body:not(#innerframe, .body-default-maintenance-index) {
  padding-top: 71px;
}
@media (min-width: 1200px) {
  body:not(#innerframe, .body-default-maintenance-index) {
    padding-top: 208px;
  }
}
body p {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "futura-pt", sans-serif;
  margin: 20px 0;
  font-weight: 600;
}
body a {
  color: #fe7600;
  transition: all 0.3s ease-in-out;
}
body a:hover,
body a:focus {
  color: #cb5e00;
  text-decoration: none;
}
body a.btn,
body a.btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1.5;
}
body a.btn:hover,
body a.btn-primary:hover,
body a.btn:focus,
body a.btn-primary:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
}
body main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body main .top-bar {
  background-color: #fe7600;
  width: 100%;
  color: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
body main .top-bar .message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body main .top-bar .message::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
body main .top-bar:hover {
  background-color: #ff8419;
}
body main .top-bar:hover .message::after {
  right: -20px;
}
body main.home .slide img {
  width: 100%;
}
body main.home .slide_mobile img {
  height: auto;
  width: 100%;
}
body main.home .intro {
  padding: 0 10px;
  max-width: 700px;
  margin: 30px auto 0;
}
body main.home .intro .ui-site-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main.home .intro .ui-site-page h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center;
}
body main.home .intro .ui-site-page > img {
  margin-bottom: 12px;
}
body main.home .intro .ui-site-page > p,
body main.home .intro .ui-site-page > p span {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  font-family: "futura-pt", sans-serif;
}
body main.home .intro .ui-site-page > a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 6px;
}
body main.home .intro .ui-site-page > a > img {
  width: 185px;
  grid-column: 1/3;
}
body main.home .intro .ui-site-page > a > div {
  grid-column: 1/3;
  display: flex;
  gap: 12px;
}
body main.home .intro .ui-site-page > a > div p {
  margin: 0;
  font-family: "birch-std", sans-serif;
  font-size: 30px;
  line-height: 30px;
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 30px 0;
  height: 60px;
  font-family: "birch-std", sans-serif;
  text-align: center;
  padding: 12px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2.too-big {
  line-height: 22px;
  padding: 19px 10px;
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::before,
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::before,
  body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::after {
    content: none;
  }
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::before {
  left: -32px;
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) h2::after {
  right: -32px;
  transform: scaleX(-1);
}
body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) .blackline {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #232323;
  top: 60px;
}
@media (max-width: 360px) {
  body main.home > div:not(.slide, .slide_mobile, .skeepers_carousel_container) .blackline {
    display: none;
  }
}
body main .pro-recipes {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 10px;
  margin-bottom: 13px;
}
body main .pro-recipes .pro {
  background-image: url('../../public/img/professionals.jpg');
  background-position: right 55% bottom;
}
body main .pro-recipes .recipes {
  background-image: url('../../public/img/recipes.jpg');
  background-position: right 46% bottom;
}
body main .pro-recipes .pro,
body main .pro-recipes .recipes {
  width: 100%;
  max-width: 1446px;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
body main .pro-recipes .pro .ui-site-page,
body main .pro-recipes .recipes .ui-site-page {
  display: flex;
  flex-direction: column;
  border: 1px solid #fe7600;
  padding: 20px;
  height: 100%;
  align-items: flex-start;
}
body main .pro-recipes .pro .ui-site-page h3,
body main .pro-recipes .recipes .ui-site-page h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #fe7600;
  text-transform: uppercase;
}
body main .pro-recipes .pro .ui-site-page p,
body main .pro-recipes .recipes .ui-site-page p {
  font-size: 14px;
  font-weight: 500;
  max-width: 308px;
  color: #fff;
  line-height: 18px;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 8;
  box-orient: vertical;
  -moz-line-clamp: 8;
  -moz-box-orient: vertical;
}
body main .pro-recipes .pro .ui-site-page a,
body main .pro-recipes .recipes .ui-site-page a {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  padding: 5px 36px 4px 9px;
  border-radius: 4px;
  position: relative;
}
body main .pro-recipes .pro .ui-site-page a:hover,
body main .pro-recipes .recipes .ui-site-page a:hover,
body main .pro-recipes .pro .ui-site-page a:focus,
body main .pro-recipes .recipes .ui-site-page a:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
}
body main .pro-recipes .pro .ui-site-page a::after,
body main .pro-recipes .recipes .ui-site-page a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  height: 24px;
  width: 24px;
  background-image: url('../../public/img/arrow-right-square-fill.svg');
}
body main .arbo-mobile {
  padding: 0 13px;
  margin-bottom: 13px;
  display: flex!important;
  flex-direction: row!important;
  column-gap: 15px;
  align-items: normal!important;
  justify-content: center;
}
body main .arbo-mobile .blog,
body main .arbo-mobile .elevage {
  width: calc(50% - 7.5px);
  background-color: #8d8d8d;
  padding: 9px;
  display: flex;
  flex-direction: column;
}
body main .arbo-mobile .blog a h3,
body main .arbo-mobile .elevage a h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 43px;
  border-bottom: 1px solid #fff;
  margin: 0 0 6px;
}
body main .arbo-mobile .blog a:not(:first-child),
body main .arbo-mobile .elevage a:not(:first-child) {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  margin-bottom: 1px;
  padding: 5px 0 5px 11px;
}
body main .arbo-mobile .blog a:not(:first-child)::before,
body main .arbo-mobile .elevage a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  height: 8px;
  width: 8px;
  background-image: url('../../public/img/polygone.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
body main:not(.home) {
  overflow: hidden;
}
body main:not(.home) .content {
  padding: 20px;
}
body main:not(.home) .content .page {
  position: relative;
}
body main:not(.home) .content .page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #232323;
  z-index: -1;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center:before,
body main:not(.home) .content .page .ui-site-siblings .navbar.center:after {
  content: none;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center > a {
  grid-column: 2/3;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 5px;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center > a i {
  font-size: 15px;
  top: 8px;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center .navbar-btn.pull-left {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0;
}
body main:not(.home) .content .page .ui-site-siblings .navbar.center .navbar-btn.pull-right {
  grid-column: 3/4;
  grid-row: 1/2;
  margin: 0 0 0 auto;
}
body main:not(.home) .content .page .ui-site-siblings .navbar-btn > button {
  display: none;
}
body main:not(.home) .content .page .ui-site-siblings .navbar-btn > a i {
  display: none;
}
body main:not(.home) .content .page .ui-site-siblings .navbar-btn > a {
  border-radius: 5px;
}
body main:not(.home) .content .page h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 30px auto;
  width: fit-content;
  height: 60px;
  font-family: "birch-std", sans-serif;
  text-align: center;
  padding: 12px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 1;
  box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
}
body main:not(.home) .content .page h1.too-big {
  line-height: 22px;
  padding: 19px 10px;
}
body main:not(.home) .content .page h1::before,
body main:not(.home) .content .page h1::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
}
@media (max-width: 360px) {
  body main:not(.home) .content .page h1::before,
  body main:not(.home) .content .page h1::after {
    content: none;
  }
}
body main:not(.home) .content .page h1::before {
  left: -50px;
}
body main:not(.home) .content .page h1::after {
  right: -50px;
  transform: scaleX(-1);
}
body main:not(.home) .pro-recipes {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body main .skeepers_carousel_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%!important;
  }
  body main .skeepers_carousel_container.max-width-wrapper:not(.slides-count-1) .carousel__navigation {
    bottom: -25px !important;
  }
  body main:not(.home) .content {
    padding: 35px 50px 0;
  }
  body main.home > div:not(.slide, .skeepers_carousel_container) {
    margin-left: 50px;
    margin-right: 50px;
  }
  body main.home > div:not(.slide, .skeepers_carousel_container) .ui-shop-fiches {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
  }
  body main.home > div:not(.slide, .skeepers_carousel_container) .ui-shop-fiches::before,
  body main.home > div:not(.slide, .skeepers_carousel_container) .ui-shop-fiches::after {
    content: none;
  }
  body main .pro-recipes {
    flex-direction: row;
    column-gap: 44px;
    padding: 0 50px 44px;
    margin: 0;
    justify-content: center;
  }
  body main .pro-recipes .pro .ui-site-page p,
  body main .pro-recipes .recipes .ui-site-page p {
    max-width: 382px;
  }
  body main .arbo-mobile {
    gap: 44px;
    padding: 0;
    margin-bottom: 44px;
  }
  body main .arbo-mobile .blog,
  body main .arbo-mobile .elevage {
    width: calc(50% - 22px);
  }
}
@media (min-width: 1200px) {
  body main .arbo-mobile {
    display: none!important;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
footer .footer-top {
  width: 100%;
  border-bottom: 1px solid #fe7600;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 20px;
  overflow: hidden;
  background-color: #332621;
}
footer .footer-top .background-footer {
  width: 100vw;
  border-bottom: 1px solid #fe7600;
  padding: 20px 0;
  background-image: url('../../public/img/bg-footer.jpg');
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top .background-footer > img {
  width: 146px;
}
footer .footer-top .useful-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 30px 0 0;
  margin: 0;
  gap: 20px;
  list-style-type: none;
}
footer .footer-top .useful-infos > li {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-top .useful-infos > li > img {
  width: 26px;
}
footer .footer-top .useful-infos > li .title {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 8px 0;
}
footer .footer-top .useful-infos > li p,
footer .footer-top .useful-infos > li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  margin: 0;
}
footer .footer-top .useful-infos > li a:hover {
  color: #fe7600;
}
footer .footer-top .useful-infos > li.infos .title {
  margin: 8px 0 7px;
}
footer .footer-top .useful-infos > li.infos a:not(:first-of-type) {
  padding: 4px;
  line-height: 14px;
}
footer .footer-top .useful-infos > li.payment ul {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
  display: flex;
  column-gap: 3px;
}
footer .footer-top .useful-infos > li.payment ul > li > img {
  width: 30px;
}
footer .footer-top .useful-infos > li.client-service a,
footer .footer-top .useful-infos > li.follow a {
  padding: 4px;
  line-height: 14px;
}
footer .footer-top .useful-infos > li.adresse a {
  position: relative;
  padding-bottom: 8px;
}
footer .footer-top .useful-infos > li.adresse a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #fe7600;
  max-width: 0;
  transition: max-width 0.3s ease-in-out;
}
footer .footer-top .useful-infos > li.adresse a:hover::after {
  max-width: 100%;
}
footer .footer-top .useful-infos > li.newsletter .control-label {
  display: none;
}
footer .footer-top .useful-infos > li.newsletter .input-group {
  position: relative;
}
footer .footer-top .useful-infos > li.newsletter .input-group input {
  border: none;
  border-radius: 5px;
  padding: 5px 24px 5px 10px;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  height: 22px;
  width: 100%;
}
footer .footer-top .useful-infos > li.newsletter .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 22px;
  z-index: 2;
}
footer .footer-top .useful-infos > li.newsletter .input-group .input-group-btn button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 100%;
  width: 22px;
  border-radius: 5px;
  margin: 0;
  position: relative;
}
footer .footer-top .useful-infos > li.newsletter .input-group .input-group-btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 7px;
  width: 8px;
  background-image: url('../../public/img/newsletter-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer-top .useful-infos > li.newsletter > p {
  margin-top: 10px;
}
footer .law-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 100%;
  gap: 11px;
}
footer .law-message .law {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .law-message .law img {
  width: 96px;
  height: 56px;
}
footer .law-message .law .text-law p:first-child {
  font-weight: 600;
}
footer .law-message .law .text-law p {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
}
footer .law-message .message {
  color: #332621;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
footer div.copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #232323;
  padding: 8px;
  color: #fff;
  gap: 3px;
  align-items: center;
}
footer div.copyright a,
footer div.copyright p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
}
footer div.copyright a:hover {
  color: #fe7600;
}
@media (min-width: 992px) {
  footer .footer-top {
    background-image: url('../../public/img/bg-footer.jpg');
    background-size: contain;
    background-position: center;
  }
  footer .footer-top .background-footer {
    background-image: none;
  }
  footer .footer-top .background-footer > img {
    width: 166px;
  }
  footer .footer-top .useful-infos {
    justify-content: space-evenly;
  }
  footer .footer-top .useful-infos > li {
    width: 208px;
  }
  footer .footer-top .useful-infos > li .title {
    font-size: 18px;
  }
  footer .footer-top .useful-infos > li p,
  footer .footer-top .useful-infos > li a {
    font-size: 14px;
  }
  footer .footer-top .useful-infos > li.infos a:not(:first-of-type) {
    padding: 0;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fichemini {
  padding: 24px 0;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  height: auto;
  overflow-x: hidden;
}
.fichemini .ui-shop-prixdeg {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 100%;
  height: 24px;
}
.fichemini .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax {
  background-color: #fe7600;
  padding: 2px 10px 1px;
  display: flex;
  width: fit-content;
  border-radius: 10px 10px 0 0;
}
.fichemini .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.fichemini .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax span:nth-of-type(2) {
  margin-left: 4px;
}
.fichemini > img:first-of-type {
  margin-bottom: 20px;
}
.fichemini > img:nth-of-type(2) {
  transform: scaleY(-1);
}
.fichemini .ui-shop-image {
  margin-bottom: 20px;
}
.fichemini .ui-shop-image .ui-site-image img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0001);
  transition: all 0.3s ease-in-out;
}
.fichemini:hover .ui-shop-image .ui-site-image img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fichemini .ui-shop-nom {
  align-self: start;
  margin-bottom: 4px;
}
.fichemini .ui-shop-nom a {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}
.fichemini .ui-shop-nom a:hover {
  color: #cb5e00;
}
.fichemini .fichemini-sstitre {
  margin-bottom: 2px;
  align-self: start;
}
.fichemini .fichemini-sstitre span {
  color: #232323;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.fichemini .prix_ajout_avis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  grid-template-rows: 1fr auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: auto;
}
.fichemini .prix_ajout_avis .prixaukilo {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: auto;
}
.fichemini .prix_ajout_avis .prixaukilo .prixaukilo-prix {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #fe7600;
}
.fichemini .prix_ajout_avis .prixaukilo .prixaukilo-prix .prixaukilo-prixaukilo {
  font-size: 14px;
  line-height: 14px;
  color: #232323;
  font-weight: 300;
}
.fichemini .prix_ajout_avis .ui-shop-prix {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: auto;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix {
  display: flex;
  flex-direction: column;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .suffix {
  display: none;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .ht:not(.normal) {
  display: none;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .ttc:not(.normal) {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #fe7600;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .ht.normal {
  display: none;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .ttc.normal {
  font-size: 16px;
  line-height: 16px;
  color: #232323;
  font-weight: 500;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .pourcent {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  background-color: #fe7600;
  padding: 2px 10px 1px;
  display: flex;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  justify-content: center;
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .pourcent:before {
  content: '-';
}
.fichemini .prix_ajout_avis .ui-shop-prix .ui-site-prix .pourcent:after {
  content: '%';
}
.fichemini .prix_ajout_avis .info_ajout {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 4px;
}
.fichemini .prix_ajout_avis .info_ajout .ui-shop-lien a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #232323;
}
.fichemini .prix_ajout_avis .info_ajout .ui-shop-lien a:hover {
  background-color: #3d3d3d;
}
.fichemini .prix_ajout_avis .info_ajout .ui-shop-ajout a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #fe7600;
}
.fichemini .prix_ajout_avis .info_ajout .ui-shop-ajout a:hover {
  background-color: #cb5e00;
}
.fichemini .prix_ajout_avis .ui-shop-avis {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fichemini .fichemini-prixdeghas {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 24px;
}
.fichemini .fichemini-prixdeghas .ui-shop-prixdeghas {
  background-color: #fe7600;
  padding: 2px 10px 1px;
  display: flex;
  width: fit-content;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
@media (min-width: 768px) {
  .fichemini {
    width: calc(20% - 40px);
    min-width: 250px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fiche {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fiche .ui-site-ariane {
  align-self: flex-start;
}
.fiche .ui-site-ariane a {
  color: #232323;
  transition: all 0.3s ease;
}
.fiche .ui-site-ariane a:hover {
  color: #fe7600;
}
.fiche .ui-shop-fiche-haut {
  display: grid;
  justify-content: center;
  width: 100%;
  gap: 50px;
  grid-template-columns: repeat(2, min(calc(50% - 25px), 700px));
}
@media (max-width: 1199px) {
  .fiche .ui-shop-fiche-haut {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche h1 {
    margin: 10px 0;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .ui-shop-image .ui-site-image img {
    width: 500px;
    max-width: 100%;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .thumbnails {
  display: flex;
  width: 100%;
  justify-content: center;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .thumbnails .ui-shop-image {
  margin-top: 50px;
  max-width: calc(100% / 3);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding-top: 24px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite::-webkit-scrollbar {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite > .ui-shop-prixdeg {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 100%;
  height: 24px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite > .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax {
  background-color: #fe7600;
  padding: 2px 10px 1px;
  display: flex;
  width: fit-content;
  border-radius: 10px 10px 0 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite > .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite > .ui-shop-prixdeg .ui-shop-prixdeg-pourcentmax span:nth-of-type(2) {
  margin-left: 4px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  background-color: #fe7600;
  padding: 2px 10px 1px;
  display: flex;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  justify-content: center;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent:before {
  content: '-';
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .pourcent:after {
  content: '%';
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite > img {
  margin-bottom: 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-avis {
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-property-value-dyn_desc {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 25px;
  display: block;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .sstitre-origine {
  margin-bottom: 25px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .sstitre-origine .ui-shop-property-value-dyn_sstitre {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .ligne-infos {
  order: -1;
  display: flex;
  column-gap: 10px;
  justify-content: start;
  flex-direction: row-reverse;
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .ligne-infos::before,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .ligne-infos::after {
  content: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .ligne-infos > div {
  width: fit-content;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .ligne-infos span {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis::before,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis::after {
  content: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .control-label {
  padding-top: 0;
  text-align: left;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  row-gap: 5px;
  margin-top: 5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio {
  min-height: unset;
  background-color: #fe7600;
  padding: 4px 5px 2px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label {
  padding: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check i {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 2px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check .infos {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check .infos .poids {
  position: relative;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check .infos .poids::after {
  content: '-';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .choix-colis .radio label .btn-check .infos .prix .suffix {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .dropdown-backdrop {
  position: unset;
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres {
  margin-top: 5px;
  display: inline-block;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres .poids:after {
  content: " - ";
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres INPUT {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres INPUT:checked + BUTTON {
  border-color: #fe7600;
  background: #fe7600;
  color: #fff;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres INPUT:checked + BUTTON .glyphicon-unchecked {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres INPUT:checked + BUTTON .glyphicon-check {
  display: inline;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON {
  color: #fff;
  border-radius: 0;
  background: #232323;
  border: 1px solid #232323;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.33);
  text-shadow: none;
  font-size: inherit;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .glyphicon-unchecked {
  display: inline;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .glyphicon-check {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .pull-left {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .pull-left i {
  margin-bottom: 2px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .lib {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .lib .poids {
  position: relative;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .lib .poids::after {
  content: '-';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .lib .prix .suffix {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres BUTTON .pull-right {
  margin-left: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres.open > .dropdown-menu {
  display: flex;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL {
  background: #232323;
  border-radius: 0;
  padding-bottom: 5px;
  flex-direction: column;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 99;
  height: fit-content;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL::-webkit-scrollbar-track {
  background-color: transparent;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL::-webkit-scrollbar-thumb {
  background-color: #fe7600;
  border-radius: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL LI .colis-choix {
  cursor: pointer;
  color: #fff;
  display: flex;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL LI .colis-choix:hover {
  color: #fe7600;
  background-color: unset;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .prodplugin_colis .plugin-colis-autres UL LI .colis-choix .prix .suffix {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg {
  max-width: 356px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 600px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg {
    width: 100%;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .text-surgele {
  display: flex;
  align-items: center;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .text-surgele .icone {
  width: 14px;
  height: 14px;
  background-color: #7fbaf4;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .text-surgele .texte {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  color: #8d8d8d;
  text-transform: uppercase;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-success,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-danger,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-warning {
  color: #8d8d8d !important;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-success::before,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-danger::before,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-warning::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-success::before {
  background-color: #22d800;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-danger::before {
  background-color: #ff0000;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .stock-type .ui-shop-stockinfo .text-warning::before {
  background-color: #ff9a00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .ui-shop-prixdeg {
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .ui-shop-prixdeg .titre-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background-color: #8d8d8d;
  padding: 10px 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .ui-shop-prixdeg .titre-table .ui-shop-prixdeg-titre {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .ui-shop-prixdeg .titre-table .ui-shop-prixdeg-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 2px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .stock-type-prixdeg .ui-shop-prixdeg .titre-table .ui-shop-prixdeg-table li {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix {
  max-width: 272px;
  width: 39%;
}
@media (max-width: 600px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix {
    align-self: flex-end;
    width: 100%;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite {
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group {
  width: 100%;
  position: relative;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span button,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group .input-number {
  height: 31px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group .input-number {
  width: 100%;
  border-radius: 0;
  border: 1px solid #232323;
  background-color: #fff;
  color: #232323;
  padding: 4px 35px;
  font-size: 23px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span {
  position: absolute;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span:first-of-type {
  left: 0;
  top: 0;
  z-index: 3;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span:last-of-type {
  right: 0;
  top: 0;
  z-index: 3;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group .input-group-btn {
  width: auto;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span button {
  width: 31px;
  border-radius: 0;
  border: 1px solid #232323;
  background-color: #232323;
  color: #fff;
  padding: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span button:hover {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-site-quantite .input-group > span button:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix {
  margin-top: 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix .suffix {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix .ht:not(.normal) {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix .ttc:not(.normal) {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #fe7600;
  grid-column: 2/3;
  display: block;
  height: fit-content;
  width: fit-content;
  margin-left: auto;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix .ht.normal {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .ui-shop-prix .ui-site-prix .ttc.normal {
  font-size: 16px;
  line-height: 16px;
  color: #232323;
  font-weight: 500;
  grid-column: 1/2;
  display: block;
  height: fit-content;
  width: fit-content;
  margin-top: auto;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout .prixaukilo {
  margin-left: auto;
  display: block;
  width: fit-content;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo) {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
  background-color: #fe7600;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo) img {
  width: 26px;
  height: 23px;
}
@media (max-width: 1500px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo) {
    font-size: 20px;
    line-height: 26px;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo) img {
    width: 18px;
    height: 16px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo):hover {
  background-color: #cb5e00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary:not(.btn-dispo):focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
  background-color: #fe7600;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo img {
  width: 20px;
  height: 17px;
}
@media (max-width: 1300px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo {
    font-size: 14px;
    line-height: 18px;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo img {
    width: 15px;
    height: 12px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo:hover {
  background-color: #cb5e00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .stock-type-prixdeg-prix .ajout-prix .ui-shop-ajout button.btn-primary.btn-dispo:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-fidelite {
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-fidelite .alert-warning {
  color: #232323;
  background-color: #ffdec2;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-property {
  padding-bottom: 3px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-property .ui-shop-property-label-dyn_info {
  display: flex;
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-property .ui-shop-property-value-dyn_info {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
  display: block;
}
.fiche .ui-shop-fiche-bas {
  margin-top: 26px;
  width: 100%;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .ui-shop-avis-label {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 28px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .ui-shop-avis-label .text {
  padding: 0 15px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .ui-shop-avis-label .blackline {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #232323;
  z-index: -1;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container {
  width: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1400px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide {
  padding: 10px;
  height: auto;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment {
  margin-bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  border: 3px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment > p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 22px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment > p.overflow {
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  display: block;
  text-overflow: unset;
  line-clamp: unset;
  box-orient: unset;
  -moz-line-clamp: unset;
  -moz-box-orient: unset;
  overflow: scroll;
  padding-right: 5px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment > p.overflow::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment > p.overflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment > p.overflow::-webkit-scrollbar-thumb {
  background-color: #232323;
  border-radius: 10px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-wrapper .swiper-slide .ui-shop-avis-comment footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-button-prev {
  left: -60px;
  color: #fe7600;
  height: 34px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-button-prev::after {
  font-size: 34px;
  line-height: 34px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-button-next {
  right: -60px;
  color: #fe7600;
  height: 34px;
}
.fiche .ui-shop-fiche-bas > .ui-shop-avis .swiper-external-container .swiper-button-next::after {
  font-size: 34px;
  line-height: 34px;
}
.fiche .ui-shop-fiche-bas .blocks-infos {
  max-width: 1400px;
  width: 100%;
  padding: 0;
  margin: 55px auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 20px;
  list-style: none;
}
@media (max-width: 991px) {
  .fiche .ui-shop-fiche-bas .blocks-infos {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .fiche .ui-shop-fiche-bas .blocks-infos li:last-child {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .fiche .ui-shop-fiche-bas .blocks-infos {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .fiche .ui-shop-fiche-bas .blocks-infos li:last-child {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.fiche .ui-shop-fiche-bas .blocks-infos li {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: center;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .img-deco {
  width: 68px;
  height: 34px;
  background-color: #232323;
  border-radius: 34px 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  height: 100%;
  overflow: hidden;
  max-width: 449px;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .ui-shop-property-value-dyn_compositiontitre {
  margin-bottom: 5px;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .table-composition {
  border: 1px solid #c15a00;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .table-composition TABLE {
  width: 100%;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .table-composition TABLE .bold {
  font-weight: bold;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .table-composition TABLE .cell-valeur {
  text-align: right;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .deco-bottom {
  margin-top: auto;
  transform: scaleY(-1);
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .fiche-block-content {
  padding: 12px 30px 18px;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .fiche-block-content .ui-shop-property {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .fiche-block-content .ui-shop-property .ui-shop-property-label {
  font-family: "birch-std", sans-serif;
  color: #fe7600;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.fiche .ui-shop-fiche-bas .blocks-infos li .fiche-block .fiche-block-content .ui-shop-property .ui-shop-property-value {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies {
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #232323;
  z-index: -1;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 50px;
  height: 60px;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
  font-family: "birch-std", sans-serif;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::before,
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
}
@media (max-width: 360px) {
  .fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::before,
  .fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::after {
    content: none;
  }
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::before {
  left: -50px;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label::after {
  right: -50px;
  transform: scaleX(-1);
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches::before,
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-fiches::after {
  content: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #232323 !important;
}
.site.home > .slide .swiper-slide.swiper-slide-prev,
.site.home > .slide .swiper-slide.swiper-slide-next,
.site.home > .slide_mobile .swiper-slide.swiper-slide-prev,
.site.home > .slide_mobile .swiper-slide.swiper-slide-next {
  filter: blur(4px);
}
.site .swiper-slide-active {
  filter: blur(0px);
}
.site .ui-shop-avis .swiper-slide.swiper-slide-prev,
.site .ui-shop-avis .swiper-slide.swiper-slide-next {
  filter: blur(0px);
}
.site .ui-shop-avis .swiper-slide-active {
  filter: blur(0px);
}
.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 img {
  padding: 5px;
  border-radius: 10px;
}
.site .miniatures .swiper-external-container {
  display: flex;
  gap: 5px;
  justify-content: space-around;
}
.site .miniatures .swiper-external-container .zoom img {
  border-radius: 10px;
}
.site .miniatures .swiper-external-container .swiper-container {
  margin: 0 50px;
}
.site .marque-container .swiper-external-container .swiper-container {
  margin: 0 50px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
#modal-popup-ajout .modal-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-popup-ajout .modal-content .btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 5px 21px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
#modal-popup-ajout .modal-content .btn-primary:hover,
#modal-popup-ajout .modal-content .btn-primary:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
}
#modal-popup-ajout .modal-content .ui-shop-lies {
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-popup-ajout .modal-content .ui-shop-lies::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #232323;
  z-index: -1;
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 50px;
  height: 60px;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
  font-family: "birch-std", sans-serif;
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::before,
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
}
@media (max-width: 360px) {
  #modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::before,
  #modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::after {
    content: none;
  }
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::before {
  left: -50px;
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-lies-label::after {
  right: -50px;
  transform: scaleX(-1);
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-fiches::before,
#modal-popup-ajout .modal-content .ui-shop-lies .ui-shop-fiches::after {
  content: none;
}
#modal-popup-ajout .modal-content .modal-header {
  width: 100%;
}
#modal-popup-ajout .modal-content .modal-header h4 {
  font-family: "futura-pt", sans-serif;
}
#modal-popup-ajout .modal-content .modal-body {
  order: 3;
}
#modal-popup-ajout .modal-content .modal-footer {
  width: 100%;
}
.modal-popup .modal-content {
  background-color: #232323;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-popup .modal-content .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-popup .modal-content .modal-header img {
  margin: 10px auto;
}
.modal-popup .modal-content .modal-body p {
  font-size: 18px;
}
.modal-popup .modal-content .modal-footer button {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.modal-popup .modal-content .modal-footer button:hover,
.modal-popup .modal-content .modal-footer button:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.modal-popup .modal-content .quitter-msg {
  display: none;
  margin: 10px auto;
  font-weight: 500;
  color: #ff0000;
  text-align: center;
  padding: 0 15px;
}
.verif-age {
  position: fixed!important;
  top: auto;
  bottom: auto;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.catheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .catheader {
    margin: 35px 50px 20px;
  }
}
.catheader h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 30px;
  height: 60px;
  font-family: "birch-std", sans-serif;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
}
.catheader h1.too-big {
  line-height: 22px;
  padding: 19px 5px;
}
.catheader h1::before,
.catheader h1::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  .catheader h1::before,
  .catheader h1::after {
    content: none;
  }
}
.catheader h1::before {
  left: -32px;
}
.catheader h1::after {
  right: -32px;
  transform: scaleX(-1);
}
.catheader .blackline {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #232323;
  top: 30px;
}
@media (max-width: 360px) {
  .catheader .blackline {
    display: none;
  }
}
.catheader .catheader-texte {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  max-width: 705px;
  line-height: 15px;
  margin-bottom: 15px;
}
.catheader .catheader-subcats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.catheader .catheader-subcats a {
  height: 30px;
  background-color: #232323;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding: 6px 11px;
}
.catheader .catheader-subcats a:hover {
  text-decoration: none;
  background-color: #3d3d3d;
}
.ui-shop-catlisting,
.marques-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ui-shop-catlisting .ui-shop-pagination,
.marques-listing .ui-shop-pagination {
  margin-bottom: 10px;
}
.ui-shop-catlisting .ui-shop-pagination .pagination li.active a,
.marques-listing .ui-shop-pagination .pagination li.active a {
  background-color: #232323;
  color: #fff;
  border-color: #232323;
}
.ui-shop-catlisting .ui-shop-pagination .pagination li a,
.marques-listing .ui-shop-pagination .pagination li a {
  background-color: #fff;
  color: #232323;
  border-color: #fff;
}
.ui-shop-catlisting .ui-shop-pagination .pagination li a:hover,
.marques-listing .ui-shop-pagination .pagination li a:hover {
  background-color: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}
.ui-shop-catlisting .ui-shop-fiches,
.marques-listing .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}
.ui-shop-catlisting .ui-shop-fiches::before,
.marques-listing .ui-shop-fiches::before,
.ui-shop-catlisting .ui-shop-fiches::after,
.marques-listing .ui-shop-fiches::after {
  content: none;
}
.ui-shop-catlisting .title-blackline,
.marques-listing .title-blackline {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ui-shop-catlisting .title-blackline h2,
.marques-listing .title-blackline h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 10px 0 30px;
  font-family: "birch-std", sans-serif;
  height: 60px;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
}
.ui-shop-catlisting .title-blackline h2::before,
.marques-listing .title-blackline h2::before,
.ui-shop-catlisting .title-blackline h2::after,
.marques-listing .title-blackline h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  .ui-shop-catlisting .title-blackline h2::before,
  .marques-listing .title-blackline h2::before,
  .ui-shop-catlisting .title-blackline h2::after,
  .marques-listing .title-blackline h2::after {
    content: none;
  }
}
.ui-shop-catlisting .title-blackline h2::before,
.marques-listing .title-blackline h2::before {
  left: -32px;
}
.ui-shop-catlisting .title-blackline h2::after,
.marques-listing .title-blackline h2::after {
  right: -32px;
  transform: scaleX(-1);
}
.ui-shop-catlisting .title-blackline h2.too-big,
.marques-listing .title-blackline h2.too-big {
  line-height: 22px;
  padding: 19px 5px;
}
.ui-shop-catlisting .title-blackline .blackline,
.marques-listing .title-blackline .blackline {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #232323;
  top: 40px;
}
@media (max-width: 360px) {
  .ui-shop-catlisting .title-blackline .blackline,
  .marques-listing .title-blackline .blackline {
    display: none;
  }
}
.bg-gris-4 {
  background-color: #f6f6f6;
}
.bloc-texte {
  padding: 30px 50px;
  margin: 30px 0;
}
.bloc-texte h1:first-of-type,
.bloc-texte h2:first-of-type,
.bloc-texte h3:first-of-type {
  margin-top: 0;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.user .panel-title {
  font-family: "futura-pt", sans-serif;
}
.user .panel-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.user .panel-footer button {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.user .panel-footer button i {
  font-size: 16px;
}
.user .panel-footer button:hover,
.user .panel-footer button:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.user .carnet-adresses .adresse {
  height: 280px;
}
.user .carnet-adresses .adresse h3 {
  font-family: "futura-pt", sans-serif;
}
.user .user-liens {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user .user-liens button {
  font-weight: 400;
  color: #fff;
  background-color: #fe7600;
  border: 0;
  position: relative;
  padding: 4px 10px 5px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.user .user-liens button i {
  font-size: 16px;
}
.user .user-liens button:hover,
.user .user-liens button:focus {
  background-color: #cb5e00;
  text-decoration: none;
  color: #fff;
  outline: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.recettes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .recettes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .recettes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .recettes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recettes .recette {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #232323;
  padding-bottom: 10px;
  overflow-x: hidden;
}
.recettes .recette .recette-image img {
  width: 100%;
  height: 246px!important;
  background-size: cover;
  background-position: center;
  max-width: 324px!important;
}
.recettes .recette .recette-nom {
  margin: 15px auto 8px;
  max-width: 95%;
  width: fit-content;
}
.recettes .recette .recette-nom a {
  font-size: 20px;
  display: block;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-width: calc(0.95 * 324px);
}
.recettes .recette .recette-desc {
  margin: 0 auto 8px;
  max-width: 95%;
  color: #fff;
}
.recettes .recette > img {
  transform: scaleY(-1);
  margin-top: auto;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.search .title-blackline {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.search .title-blackline .blackline {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #232323;
  top: 40px;
}
@media (max-width: 360px) {
  .search .title-blackline .blackline {
    display: none;
  }
}
.search h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 10px 0 30px;
  font-family: "birch-std", sans-serif;
  height: 60px;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  min-width: 290px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
}
.search h1::before,
.search h1::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../../public/img/title-side.svg) no-repeat center center;
  top: 0;
  z-index: -1;
}
@media (max-width: 360px) {
  .search h1::before,
  .search h1::after {
    content: none;
  }
}
.search h1::before {
  left: -32px;
}
.search h1::after {
  right: -32px;
  transform: scaleX(-1);
}
.search .input-group .btn.btn-primary {
  background-color: #fe7600;
  border-color: #fe7600;
  transition: all 0.3s ease;
}
.search .input-group .btn.btn-primary:hover {
  background-color: #cb5e00;
  border-color: #cb5e00;
}
.search .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: center;
}
.search .ui-shop-fiches::before,
.search .ui-shop-fiches::after {
  content: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* COOKIES COOKIES COOKIES COOKIES COOKIES COOKIES */
#tarteaucitronRoot {
  /* 1ST STEP - 1ST STEP - 1ST STEP */
  /* 2ND STEP - 2ND STEP - 2ND STEP */
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  width: 40%;
  background-color: #232323;
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: url("../../public/img/logo.svg");
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  padding: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  display: block;
  margin-bottom: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong:first-of-type {
  font-size: 18px;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button {
  border-radius: 4px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow {
  font-weight: 700;
  background-color: #fe7600;
  padding: 5px 15px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  border: 1px solid #fe7600;
  color: #fe7600;
  padding: 5px 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  font-size: 14px !important;
  color: #fff;
  text-decoration: underline;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  background-color: #fe7600;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 85%;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop:before {
    content: "";
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
    height: 60%;
    overflow-y: auto;
    margin: 20px 0;
  }
}
/* CACHED */