/* 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 #4c4c4c;
}
.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 */
body:not(#innerframe) .panier .panel-primary {
  border-color: #4c4c4c;
}
body:not(#innerframe) .panier .panel-heading {
  background-color: #4c4c4c;
  color: #fff;
}
body:not(#innerframe) .panier .panel-heading a {
  color: #fff;
}
body:not(#innerframe) .panier .btn-primary[disabled] {
  background-color: #00bacf;
  border-color: #00bacf;
}
body:not(#innerframe) .panier .btn-primary[disabled]:hover {
  background-color: #00bacf;
  border-color: #00bacf;
}
body:not(#innerframe) .panier .panel-body .btn-primary {
  background-color: #00bacf;
  border-color: #00bacf;
}
body:not(#innerframe) .panier .panel-body .btn-primary:hover {
  background-color: #00bacf;
  border-color: #00bacf;
}
body:not(#innerframe) .panier .panier-liens {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
body:not(#innerframe) .panier .panier-liens .btn-sm {
  margin: 0;
}
body:not(#innerframe) .panier .panier-liens .btn-sm span.glyphicon {
  font-size: 16px;
}
body:not(#innerframe) .panier .panier-liens .btn-devis {
  margin-right: auto;
}
body:not(#innerframe) .panier .panier-liens .btn-devis i {
  font-size: 16px;
}
body:not(#innerframe) .panier .panier-liens .btn.pull-right {
  margin-left: auto;
}
body:not(#innerframe) .panier .panier-liens .btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px 35px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
body:not(#innerframe) .panier .panier-liens .btn-primary i {
  font-size: 16px;
}
body:not(#innerframe) .panier .panier-liens .btn-primary::before {
  content: "";
  position: absolute;
  left: 18px;
  background-image: url("../../public/img/polygone.svg");
  height: 10px;
  width: 15px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
body:not(#innerframe) .panier .panier-liens .btn-primary:hover,
body:not(#innerframe) .panier .panier-liens .btn-primary:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
body:not(#innerframe) .panier .panier-liens .btn-primary:hover::before,
body:not(#innerframe) .panier .panier-liens .btn-primary:focus::before {
  filter: invert(1);
}
@media (max-width: 768px) {
  body:not(#innerframe) .panier .panier-liens {
    flex-direction: column;
  }
  body:not(#innerframe) .panier .panier-liens .btn-sm {
    margin: 0;
  }
  body:not(#innerframe) .panier .panier-liens .btn-devis {
    margin-right: 0;
  }
  body:not(#innerframe) .panier .panier-liens .btn.pull-right {
    margin-left: 0;
  }
  body:not(#innerframe) .panier .panier-liens .btn-primary {
    margin-bottom: 10px;
  }
}
body:not(#innerframe) .panier h2.livraison .red {
  color: #e21523;
  text-transform: none;
  font-size: 20px;
}
body:not(#innerframe) .panier #estimationportform {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
body:not(#innerframe) .panier #estimationportform .btn.btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px;
  font-size: 16px;
  border-radius: 20px;
  line-height: 18px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
body:not(#innerframe) .panier #estimationportform .btn.btn-primary:hover,
body:not(#innerframe) .panier #estimationportform .btn.btn-primary:focus {
  background-color: #333333;
  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.titre_estport .pays .estcp {
  color: #e21523;
}
body:not(#innerframe) .panier h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body:not(#innerframe) .panier .flexbox.fb-bottom {
    flex-direction: column;
  }
}
body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-nom {
  font-size: 20px;
  line-height: 24px;
}
body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  column-gap: 10px;
  width: fit-content;
  margin-bottom: 5px;
}
body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option .btn-group {
  width: 100px;
}
body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option > p {
  margin: 0;
  width: 200px;
}
@media (max-width: 768px) {
  body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option {
    grid-template-columns: 1fr 1fr;
    grid-row: 1fr auto;
    align-items: center;
  }
  body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option .btn-group {
    justify-self: end;
  }
  body:not(#innerframe) .panier .ui-shop-item .ui-shop-item-desc .col-xs-10 .ui-shop-item-option > p {
    width: initial;
    max-width: 100%;
    grid-column: 1/3;
  }
}
body:not(#innerframe) .panier .ui-shop-itemconfirm .ui-shop-item-option > p {
  margin: 0;
}
body:not(#innerframe) .panier .ui-shop-itemconfirm .ui-shop-item-option > p span {
  margin-left: 20px;
  font-size: 12px;
}
/* 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 .msg-wsb {
  width: 100%;
  margin-bottom: 20px;
}
.contact .msg-wsb .content {
  padding: 0;
  min-height: unset;
  width: 100%;
}
.contact .liens {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .liens button {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  padding: 5px 21px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.contact .liens button i {
  margin: -5px 0 0;
}
.contact .liens button:hover,
.contact .liens button:focus {
  background-color: #333333;
  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: #4c4c4c;
  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;
  z-index: 1000;
}
header .container-header {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: "a b c" "d d d";
  grid-template-columns: repeat(2, auto) 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 10px;
  row-gap: 14px;
  height: 176px;
  padding: 10px;
  background-color: white;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
header .container-header > .text_menu {
  display: none;
}
header .container-header > .menu {
  grid-area: a;
  display: flex;
  align-items: center;
  width: 100%;
}
header .container-header > .menu .burger-menu {
  cursor: pointer;
  height: 25px;
  width: 25px;
  overflow: visible;
  position: relative;
  z-index: 10000;
  display: block !important;
}
header .container-header > .menu .burger-menu span,
header .container-header > .menu .burger-menu span:before,
header .container-header > .menu .burger-menu span:after {
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  background: #4c4c4c;
  width: 25px;
}
header .container-header > .menu .burger-menu span:before {
  content: "";
  left: 0px;
  top: -10px;
}
header .container-header > .menu .burger-menu span {
  right: 0px;
  top: 10px;
}
header .container-header > .menu .burger-menu span:after {
  content: "";
  left: 0px;
  top: 10px;
}
header .container-header > .menu .burger-menu.close {
  float: none;
  opacity: 1;
}
header .container-header > .menu .burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 25px;
  background-color: #e21523;
}
header .container-header > .menu .burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 25px;
  background-color: #e21523;
}
header .container-header > .menu .burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
header .container-header > .menu .menu_links {
  z-index: 1000;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  right: 0;
}
header .container-header > .menu .menu_links::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
header .container-header > .menu .menu_links::-webkit-scrollbar-thumb {
  background: transparent;
}
header .container-header > .menu .menu_links::-webkit-scrollbar-track {
  background: transparent;
}
header .container-header > .menu .menu_links.overlay {
  visibility: visible;
  opacity: 1;
  padding: 180px 15px 50px 15px;
  background: rgba(0, 0, 0, 0.85);
  max-height: calc(100vh - 100%);
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
header .container-header > .menu .menu_links ul.nav {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding: 0;
  margin: 0;
}
header .container-header > .menu .menu_links ul.nav li {
  list-style: none;
}
header .container-header > .menu .menu_links ul.nav > li {
  display: table;
  margin: 0 20px 20px 20px;
}
header .container-header > .menu .menu_links ul.nav > li > a {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: relative;
  width: max-content;
  padding: 10px 30px;
}
header .container-header > .menu .menu_links ul.nav > li > a:hover {
  color: #4c4c4c;
}
header .container-header > .menu .menu_links ul.nav > li > a:before {
  content: "";
  width: 11px;
  height: 8px;
  background-image: url('../../public/img/polygone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: calc(50% - 5px);
}
@media (max-width: 1784px) {
  header .container-header > .menu .menu_links ul.nav > li.open > a {
    color: #4c4c4c;
  }
}
header .container-header > .menu .menu_links ul.nav > li ul.dropdown-menu {
  padding: 0;
  background: unset;
  position: static;
  box-shadow: none;
  border: none;
}
header .container-header > .menu .menu_links ul.nav > li ul.dropdown-menu > li {
  display: table;
  margin-bottom: 10px;
  font-size: 16px;
}
header .container-header > .menu .menu_links ul.nav > li ul.dropdown-menu > li:last-of-type {
  margin-bottom: 0;
}
header .container-header > .menu .menu_links ul.nav > li ul.dropdown-menu > li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header .container-header > .menu .menu_links ul.nav > li ul.dropdown-menu > li a:hover {
  color: #4c4c4c;
}
header .container-header > .menu > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-right: 14px;
  gap: 14px;
}
header .container-header > .menu > a img {
  max-width: 100%;
}
header .container-header > .menu > ul {
  display: flex;
  padding: 0;
  gap: 7px;
  align-items: center;
  list-style: none;
  margin: 0 0 0 auto;
}
header .container-header > .menu > ul li {
  padding: 16px 0;
}
header .container-header > .menu > ul li a {
  display: block;
  height: fit-content;
  width: fit-content;
}
header .container-header > .menu > ul li:first-child {
  padding: 16px 14px;
  position: relative;
}
header .container-header > .menu > ul li:first-child::before {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: #00bacf;
  border-radius: 0 0 9px 9px;
  position: absolute;
  z-index: -1;
}
header .container-header > a:first-of-type {
  grid-area: b;
  display: block;
  width: fit-content;
  height: fit-content;
}
header .container-header > a:first-of-type img {
  width: 142px;
}
header .container-header > a:nth-of-type(2) {
  display: none;
}
header .container-header > .useful_links {
  padding: 0;
  margin: -5px 0 0;
  display: flex;
  list-style: none;
  column-gap: 10px;
  justify-self: flex-end;
  align-items: center;
  grid-area: c;
}
header .container-header > .useful_links > li:first-child {
  padding: 9px 10px 5px;
  position: relative;
  margin-top: -2px;
}
header .container-header > .useful_links > li:first-child .icon_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .container-header > .useful_links > li:first-child .icon_text img {
  width: 26px;
  margin: 0 auto;
}
header .container-header > .useful_links > li:first-child .icon_text > p {
  display: none !important;
}
header .container-header > .useful_links > li:first-child .count_total > p:nth-child(2) {
  display: none !important;
}
header .container-header > .useful_links > li:first-child p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  max-width: 36px;
  line-height: 10px;
  color: white;
  margin-top: 2px;
  font-weight: 500;
}
header .container-header > .useful_links > li:first-child::before {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 65px;
  background-color: #e21523;
  border-radius: 0 0 9px 9px;
  position: absolute;
  z-index: -1;
}
header .container-header > .useful_links > li a > img {
  height: 20px;
}
header .container-header > .useful_links > li a > p {
  margin: 0;
  display: none;
}
header .container-header > .useful_links > li:last-child p {
  display: none;
}
header .container-header > .text_search {
  grid-area: d;
  margin: 0 -10px;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  padding: 31px 0 0;
  list-style: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header .container-header > .text_search > li > img {
  width: calc(100% + 348px);
  max-width: 826px;
  position: absolute;
  left: -174px;
  right: -174px;
  top: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
header .container-header > .text_search > .visible-xs {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.208px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  margin: 7px auto 9px;
  display: block !important;
}
header .container-header > .text_search > .visible-xs p {
  margin: 0;
}
header .container-header > .text_search > li > .ui-site-search {
  padding: 0 8px;
}
header .container-header > .text_search > li > .ui-site-search > form {
  width: fit-content;
  margin: 0 auto;
}
header .container-header > .text_search > li > .ui-site-search > form .input-group {
  display: flex;
  width: calc(100vw - 16px);
  max-width: 826px;
}
header .container-header > .text_search > li > .ui-site-search > form .input-group > .form-control {
  background-color: #d8d8d8;
  border: none;
  border-radius: 5px 0 0 5px;
  width: calc(100% - 30px);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  color: #4c4c4c;
  font-family: "canada-type-gibson", sans-serif;
  height: 24px;
  padding: 4px 10px;
}
header .container-header > .text_search > li > .ui-site-search > form .input-group > .input-group-btn button {
  width: 30px;
  height: 24px;
  border-radius: 0 5px 5px 0;
  border: none;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
}
header .container-header > .text_search > li > .ui-site-search > form .input-group > .input-group-btn button::before {
  content: none;
}
header .container-header > .text_search > li > .ui-site-search > form .input-group > .input-group-btn button img {
  width: 16px;
}
header .container-header.fixed {
  height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}
header .container-header.fixed > .text_search > li > img {
  top: 31px;
}
@media (min-width: 992px) and (max-width: 1784px) {
  header {
    overflow-x: clip;
    overflow-y: visible;
  }
  header .container-header > .menu:not(.safari) .menu_links {
    top: 100%;
    max-height: calc(100vh - 100%);
    position: absolute;
  }
  header .container-header > .menu:not(.safari) .menu_links.overlay {
    padding: 20px;
    height: fit-content;
  }
  header .container-header > .menu:not(.safari) .menu_links ul.nav {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  header .container-header > .menu:not(.safari) .menu_links ul.nav > li {
    margin: 10px;
  }
}
@media (min-width: 1785px) {
  header {
    height: 138px;
  }
  header .container-header {
    grid-template-areas: "b e d c" "f a a c";
    grid-template-columns: auto auto auto 1fr;
    grid-template-rows: 1fr 28px;
    column-gap: 3px;
    row-gap: 0;
    overflow: visible;
    height: 138px;
    padding: 10px 0 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  }
  header .container-header > a:first-of-type {
    justify-self: center;
  }
  header .container-header > a:first-of-type img {
    width: 220px;
  }
  header .container-header > .text_menu {
    grid-area: f;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.208px;
    background-color: #e21523;
    text-align: center;
    width: 100%;
    color: white;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 28px;
    line-height: 15px;
  }
  header .container-header > .menu {
    overflow: visible;
  }
  header .container-header > .menu > .burger-menu {
    display: none !important;
  }
  header .container-header > .menu .menu_links {
    position: static;
    display: flex;
    flex-direction: row;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 0;
    background: unset;
  }
  header .container-header > .menu .menu_links ul.nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: 3px;
  }
  header .container-header > .menu .menu_links ul.nav::before,
  header .container-header > .menu .menu_links ul.nav::after {
    content: none;
  }
  header .container-header > .menu .menu_links ul.nav > li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  header .container-header > .menu .menu_links ul.nav > li.open > ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    background: #4c4c4c;
    border-radius: 0;
    margin-top: 0;
  }
  header .container-header > .menu .menu_links ul.nav > li > a {
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    background-color: #4c4c4c;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    padding: 5px 7px 5px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 18px;
    height: 28px;
  }
  header .container-header > .menu .menu_links ul.nav > li > a::before {
    content: none;
  }
  header .container-header > .menu .menu_links ul.nav > li > a > span:first-child {
    position: relative;
  }
  header .container-header > .menu .menu_links ul.nav > li > a > span:first-child::before {
    content: "";
    width: 11px;
    height: 8px;
    background-image: url(../../public/img/polygone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -18px;
    top: calc(50% - 5px);
  }
  header .container-header > .menu .menu_links ul.nav > li > a > span.caret {
    margin-left: 4px;
  }
  header .container-header > .menu .menu_links ul.nav > li > a:hover {
    background-color: #666666;
    color: #fff;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: fit-content;
    background-color: #4c4c4c;
    padding: 10px 0;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li {
    margin-bottom: 0;
    position: relative;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    max-width: 100%;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li.open > ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    background: #4c4c4c;
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: fit-content;
    padding: 10px 0;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li.open > ul.dropdown-menu > li {
    margin-bottom: 0;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li.open > ul.dropdown-menu > li > a {
    font-size: 14px;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    max-width: 100%;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li.open > ul.dropdown-menu > li > a:hover {
    background-color: #666666;
    color: #fff;
  }
  header .container-header > .menu .menu_links ul.nav > li > ul.dropdown-menu > li.open > a {
    background-color: #7f7f7f;
    color: #4c4c4c;
  }
  header .container-header > a:nth-of-type(2) {
    grid-area: e;
    align-self: flex-end;
    margin: 0 0 2px 0;
    padding: 15px;
    display: block !important;
  }
  header .container-header > .text_search {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  header .container-header > .text_search > li > img {
    position: static;
    margin: 0;
  }
  header .container-header > .text_search > .visible-xs {
    display: none !important;
  }
  header .container-header > .text_search li {
    width: 100%;
    max-width: 826px;
  }
  header .container-header > .text_search li .ui-site-search {
    margin: 16px 0 0;
    padding: 0;
  }
  header .container-header > .text_search li .ui-site-search form {
    width: 100%;
  }
  header .container-header > .text_search li .ui-site-search form .input-group {
    width: 100%;
  }
  header .container-header > .useful_links {
    height: 100%;
    padding: 22px 0 0 18px;
    margin: 0;
    column-gap: 12px;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
  }
  header .container-header > .useful_links::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 185px);
    height: 28px;
    background-color: #4c4c4c;
  }
  header .container-header > .useful_links > li:first-child {
    padding: 22px 26px 14px;
    height: fit-content;
    margin-top: -33px;
  }
  header .container-header > .useful_links > li:first-child::before {
    height: 128px;
  }
  header .container-header > .useful_links > li:first-child .icon_text {
    flex-direction: row;
  }
  header .container-header > .useful_links > li:first-child .icon_text > img {
    width: 33px;
  }
  header .container-header > .useful_links > li:first-child .icon_text > p {
    text-align: left;
    display: block !important;
    font-size: 20px;
    line-height: 20px;
    max-width: 64px;
    font-weight: 400;
    margin: 0px 0 0 8px;
    text-transform: uppercase;
  }
  header .container-header > .useful_links > li:first-child .count_total > p:first-child {
    font-size: 14px;
    line-height: 17px;
    margin: 11px auto 0;
    text-align: center;
    max-width: 62px;
    font-weight: 400;
  }
  header .container-header > .useful_links > li:first-child .count_total > p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    max-width: unset;
    display: block !important;
  }
  header .container-header > .useful_links > li:first-child .dropdown-menu {
    bottom: 0;
    top: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .container-header > .useful_links > li:first-child .dropdown-menu .transparent::before {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .container-header > .useful_links > li:first-child .dropdown-menu .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    padding: 8px;
  }
  header .container-header > .useful_links > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .container-header > .useful_links > li a > img {
    height: 27px;
  }
  header .container-header > .useful_links > li a > p {
    font-size: 12px;
    line-height: 14px;
    margin: 17px 0 0;
    text-align: center;
    font-weight: 300;
    display: block;
  }
  header .container-header > .useful_links > li:last-child {
    margin-right: 1.5vw;
  }
  header .container-header > .useful_links > li:last-child p {
    display: block;
  }
  header .container-header > .useful_links > li:last-child .dropdown-menu {
    bottom: 0;
    top: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .container-header > .useful_links > li:last-child .dropdown-menu .transparent::before {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  header .container-header > .useful_links > li:last-child .dropdown-menu .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    padding: 8px;
  }
}
@media (min-width: 1785px) and (max-width: 1900px) {
  header .container-header > .useful_links > li a > p {
    display: none;
  }
}
@media (min-width: 1785px) and (max-width: 1900px) {
  header .container-header > .useful_links > li:last-child p {
    display: none;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
body {
  font-family: "canada-type-gibson", sans-serif;
  color: #4c4c4c;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
}
body p {
  font-size: 16px;
}
body:not(#innerframe) {
  padding-top: 176px;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "canada-type-gibson", sans-serif;
  margin: 20px 0;
  font-weight: 600;
}
body h2 {
  font-size: 24px;
}
body h3 {
  font-size: 20px;
}
body h4 {
  font-size: 18px;
}
body a {
  color: #4c4c4c;
  transition: all 0.3s ease-in-out;
}
body a:hover,
body a:focus {
  color: #333333;
  text-decoration: none;
}
body a.btn,
body a.btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px 35px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
body a.btn::before,
body a.btn-primary::before {
  content: "";
  position: absolute;
  left: 18px;
  background-image: url("../../public/img/polygone.svg");
  height: 10px;
  width: 15px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
body a.btn:hover,
body a.btn-primary:hover,
body a.btn:focus,
body a.btn-primary:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
body a.btn:hover::before,
body a.btn-primary:hover::before,
body a.btn:focus::before,
body a.btn-primary:focus::before {
  filter: invert(1);
}
body .msg-wsb {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
body .msg-wsb .titre {
  display: none;
}
body .msg-wsb .content {
  font-size: 16px;
}
body .msg-wsb .content p {
  margin-bottom: 0;
}
body .ui-shop-pagination {
  padding: 10px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
body .ui-shop-pagination ul.pagination {
  margin: 0;
  border-radius: 0;
}
body .ui-shop-pagination ul.pagination li {
  color: #4c4c4c;
}
body .ui-shop-pagination ul.pagination li a {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #4c4c4c;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 7px;
}
body .ui-shop-pagination ul.pagination li.active a {
  background-color: #4c4c4c;
  border-color: unset;
  color: #fff;
}
body main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body main > .slide img,
body main > .slide_mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  body main > .slide img,
  body main > .slide_mobile img {
    max-height: 455px;
  }
}
body main .red_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  background-color: #e21523;
  padding: 20px;
  list-style: none;
  margin: 0;
  order: 1;
}
body main .red_banner > li {
  display: flex;
  gap: 14px;
}
body main .red_banner > li > img {
  height: 30px;
}
body main .red_banner > li > p {
  margin: 0;
  font-size: 15px;
  color: white;
  line-height: 15px;
  max-width: 128px;
  text-transform: uppercase;
}
body main .red_banner > li:nth-child(2) > p {
  max-width: 95px;
}
body main .red_banner > li:last-child > p {
  max-width: 70px;
}
body main .grey_banner {
  padding: 10px;
  background-color: #4c4c4c;
  margin: 0 0 22px;
}
body main .grey_banner > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
body main .grey_banner .bloc-avis {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
body main .grey_banner .bloc-avis .note {
  display: flex;
  gap: 7px;
  align-items: center;
}
body main .grey_banner .bloc-avis .note .etoile i {
  font-size: 18px;
}
body main .grey_banner .bloc-avis .note .note-totale {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
body main .grey_banner .bloc-avis span {
  color: white;
  font-size: 14px;
  line-height: 15px;
}
body main .grey_banner .bloc-avis .temoignage {
  font-size: 8px;
  line-height: 13px;
}
body main .grey_banner .voir {
  background-color: #fff;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 17px;
}
body main .text-intro {
  display: grid;
  grid-template-columns: minmax(150px, 494px) 1fr minmax(150px, 494px);
  align-items: center;
  gap: 35px;
  padding: 0 5vw;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  body main .text-intro {
    padding: 0 15px;
    gap: 5px;
    margin-bottom: 35px;
    grid-template-columns: minmax(40px, 494px) 1fr minmax(40px, 494px);
  }
}
body main .text-intro img {
  object-fit: cover;
  object-position: left;
  max-width: 100%;
}
body main .text-intro h1,
body main .text-intro span.intro {
  margin: 0;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body main .text-intro h1,
  body main .text-intro span.intro {
    white-space: normal;
    font-size: 20px;
    min-width: 250px;
    text-align: center;
  }
}
body main .text-intro .reverse {
  transform: scale(-1);
  object-position: right;
}
body main > .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
body main > .left > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0 0 50px;
}
body main > .left > div:last-child {
  margin: 0 0 25px;
}
body main > .left > div h2.titre-souligne,
body main > .left > div span.titre-souligne {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #e21523;
  text-transform: uppercase;
}
body main > .left .ui-shop-fiches,
body main > .left .ui-shop-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body main > .left .ui-shop-fiches .ui-shop-fiche,
body main > .left .ui-shop-cats .ui-shop-fiche,
body main > .left .ui-shop-fiches .ui-shop-cat,
body main > .left .ui-shop-cats .ui-shop-cat {
  max-width: 337px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
body main > .left .ui-shop-fiches .ui-shop-fiche:hover,
body main > .left .ui-shop-cats .ui-shop-fiche:hover,
body main > .left .ui-shop-fiches .ui-shop-cat:hover,
body main > .left .ui-shop-cats .ui-shop-cat:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body main > .left .ui-shop-fiches .ui-shop-fiche:hover .btn,
body main > .left .ui-shop-cats .ui-shop-fiche:hover .btn,
body main > .left .ui-shop-fiches .ui-shop-cat:hover .btn,
body main > .left .ui-shop-cats .ui-shop-cat:hover .btn {
  background-color: #333333;
}
body main > .left .ui-shop-fiches .ui-shop-fiche:hover .btn::before,
body main > .left .ui-shop-cats .ui-shop-fiche:hover .btn::before,
body main > .left .ui-shop-fiches .ui-shop-cat:hover .btn::before,
body main > .left .ui-shop-cats .ui-shop-cat:hover .btn::before {
  filter: invert(1);
}
body main > .left .page-home .titre {
  display: none;
}
body main .right .newsletter,
body main .right .cetelem {
  background-color: #eeeeee;
  padding: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
body main .right .newsletter li:first-child,
body main .right .cetelem li:first-child {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.208px;
  text-transform: uppercase;
}
body main .right .newsletter li:nth-child(2),
body main .right .cetelem li:nth-child(2) {
  width: 100%;
  max-width: 316px;
}
body main .right .newsletter li:nth-child(2) .form-group,
body main .right .cetelem li:nth-child(2) .form-group {
  position: relative;
  width: 100%;
  margin: 0;
}
body main .right .newsletter li:nth-child(2) .form-group > label,
body main .right .cetelem li:nth-child(2) .form-group > label {
  display: none;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group,
body main .right .cetelem li:nth-child(2) .form-group .input-group {
  width: 100%;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group input,
body main .right .cetelem li:nth-child(2) .form-group .input-group input {
  height: 31px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.208px;
  font-family: "canada-type-gibson", sans-serif;
  border-radius: 6px;
  width: 100%;
  padding: 8px 40px 8px 8px;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group input::placeholder,
body main .right .cetelem li:nth-child(2) .form-group .input-group input::placeholder {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.208px;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group span,
body main .right .cetelem li:nth-child(2) .form-group .input-group span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: fit-content;
  height: fit-content;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group span button,
body main .right .cetelem li:nth-child(2) .form-group .input-group span button {
  height: 31px;
  border-radius: 6px;
  background-color: #64cc00;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.208px;
  font-family: "canada-type-gibson", sans-serif;
  border: 0;
  padding: 0 10px;
}
body main .right .newsletter li:nth-child(2) .form-group .input-group span button:hover,
body main .right .cetelem li:nth-child(2) .form-group .input-group span button:hover,
body main .right .newsletter li:nth-child(2) .form-group .input-group span button:focus,
body main .right .cetelem li:nth-child(2) .form-group .input-group span button:focus {
  background-color: #4b9900;
}
body main .right .ventes-flash {
  width: 100%;
  border: 1px solid #707070;
  padding: 28px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .right .ventes-flash > .titre {
  display: flex;
  gap: 12px;
  justify-content: center;
}
body main .right .ventes-flash > .titre .txt {
  display: flex;
  flex-direction: column;
  margin-top: -4px;
}
body main .right .ventes-flash > .titre .txt .noir {
  font-size: 29px;
  line-height: 35px;
  text-transform: uppercase;
  margin-left: 2px;
}
body main .right .ventes-flash > .titre .txt .vert {
  font-size: 40px;
  line-height: 48px;
  margin-top: -12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64cc00;
}
body main .right .ventes-flash .decompte {
  margin: 9px 0 25px;
  padding: 10px 40px 8px;
  border-radius: 31px;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  background-color: #e21523;
  width: 285px;
  white-space: nowrap;
}
body main .right .ventes-flash .ui-shop-fiches,
body main .right .ventes-flash .ui-shop-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
}
body main .right .ventes-flash .ui-shop-fiches .ui-shop-fiche,
body main .right .ventes-flash .ui-shop-cats .ui-shop-fiche,
body main .right .ventes-flash .ui-shop-fiches .ui-shop-cat,
body main .right .ventes-flash .ui-shop-cats .ui-shop-cat {
  max-width: 337px;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
body main .right .ventes-flash .ui-shop-fiches .ui-shop-fiche:hover,
body main .right .ventes-flash .ui-shop-cats .ui-shop-fiche:hover,
body main .right .ventes-flash .ui-shop-fiches .ui-shop-cat:hover,
body main .right .ventes-flash .ui-shop-cats .ui-shop-cat:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body .content .youtube_player iframe {
  max-width: 100% !important;
  min-height: 350px !important;
  border: 0 !important;
}
body main:not(.home, .prod) .content {
  padding: 35px 15px 0;
  min-height: 600px;
}
body main:not(.home, .prod) .content h1,
body main:not(.home, .prod) .content h2.titre-souligne,
body main:not(.home, .prod) .content span.titre-souligne {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #e21523;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 50px;
}
body main:not(.home, .prod) .content h1.cat-listing-title {
  margin: -50px auto 20px;
}
body main:not(.home, .prod) .content .texte-intro {
  margin-bottom: 20px;
  padding: 0 15px;
}
body main:not(.home, .prod) .content .user h2 {
  font-size: 24px;
}
body main:not(.home, .prod) .content .formulaire h2 {
  margin: 20px 0;
}
body main:not(.home, .prod) .content h1.flex-1 {
  text-align: center;
  margin: 20px auto;
  flex: 0;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  body main:not(.home, .prod) .content {
    padding: 35px max(25vw, calc(340px + 5vw)) 0 5vw;
  }
}
body main:not(.home, .prod) .content .ui-shop-fiches,
body main:not(.home, .prod) .content .ui-shop-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body main:not(.home, .prod) .content .ui-shop-fiches.sscathybride,
body main:not(.home, .prod) .content .ui-shop-cats.sscathybride {
  margin-bottom: 30px;
}
body main:not(.home, .prod) .content .ui-shop-fiches:not(:last-child):not(.sscathybride),
body main:not(.home, .prod) .content .ui-shop-cats:not(:last-child):not(.sscathybride) {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  body main:not(.home, .prod) .content .ui-shop-fiches,
  body main:not(.home, .prod) .content .ui-shop-cats {
    gap: 40px;
  }
}
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-fiche,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-fiche,
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-cat,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-cat {
  max-width: 337px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 15px;
}
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-fiche:hover,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-fiche:hover,
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-cat:hover,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-cat:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-fiche:hover .btn,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-fiche:hover .btn,
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-cat:hover .btn,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-cat:hover .btn {
  background-color: #333333;
}
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-fiche:hover .btn::before,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-fiche:hover .btn::before,
body main:not(.home, .prod) .content .ui-shop-fiches .ui-shop-cat:hover .btn::before,
body main:not(.home, .prod) .content .ui-shop-cats .ui-shop-cat:hover .btn::before {
  filter: invert(1);
}
body main.prod .content {
  padding: 15px 15px 0;
  min-height: 600px;
}
body main.prod .content h1,
body main.prod .content h2.titre-souligne,
body main.prod .content span.titre-souligne {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #e21523;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 50px;
}
@media (min-width: 1400px) {
  body main.prod .content {
    padding: 35px max(25vw, calc(340px + 5vw)) 0 5vw;
  }
}
body main.prod .content .ui-shop-fiches,
body main.prod .content .ui-shop-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body main.prod .content .ui-shop-fiches:not(:last-child),
body main.prod .content .ui-shop-cats:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  body main.prod .content .ui-shop-fiches,
  body main.prod .content .ui-shop-cats {
    gap: 40px;
  }
}
body main.prod .content .ui-shop-fiches .ui-shop-fiche,
body main.prod .content .ui-shop-cats .ui-shop-fiche,
body main.prod .content .ui-shop-fiches .ui-shop-cat,
body main.prod .content .ui-shop-cats .ui-shop-cat {
  max-width: 337px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 15px;
}
body main.prod .content .ui-shop-fiches .ui-shop-fiche:hover,
body main.prod .content .ui-shop-cats .ui-shop-fiche:hover,
body main.prod .content .ui-shop-fiches .ui-shop-cat:hover,
body main.prod .content .ui-shop-cats .ui-shop-cat:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body main.prod .content .ui-shop-fiches .ui-shop-fiche:hover .btn,
body main.prod .content .ui-shop-cats .ui-shop-fiche:hover .btn,
body main.prod .content .ui-shop-fiches .ui-shop-cat:hover .btn,
body main.prod .content .ui-shop-cats .ui-shop-cat:hover .btn {
  background-color: #333333;
}
body main.prod .content .ui-shop-fiches .ui-shop-fiche:hover .btn::before,
body main.prod .content .ui-shop-cats .ui-shop-fiche:hover .btn::before,
body main.prod .content .ui-shop-fiches .ui-shop-cat:hover .btn::before,
body main.prod .content .ui-shop-cats .ui-shop-cat:hover .btn::before {
  filter: invert(1);
}
@media (min-width: 1200px) {
  body main {
    position: relative;
  }
  body main > .red_banner {
    order: unset;
  }
  body main > .red_banner > li > img {
    height: 38px;
  }
  body main > .red_banner > li > p {
    font-size: 20px;
    line-height: 20px;
    max-width: 171px;
  }
  body main > .red_banner > li:nth-child(2) > p {
    max-width: 126px;
  }
  body main > .red_banner > li:last-child > p {
    max-width: 92px;
  }
  body main > .grey_banner > li {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  body main > .grey_banner > li .bloc-avis {
    gap: 20px;
    align-items: flex-end;
  }
  body main > .grey_banner > li .bloc-avis span {
    font-size: 24px;
    line-height: 26px;
  }
  body main > .grey_banner > li .bloc-avis .note {
    align-items: flex-end;
    gap: 20px;
  }
  body main > .grey_banner > li .bloc-avis .note .etoile {
    display: flex;
    gap: 10px;
  }
  body main > .grey_banner > li .bloc-avis .note .etoile i {
    font-size: 26px;
  }
  body main > .grey_banner > li .bloc-avis .note .note-totale {
    font-size: 24px;
    line-height: 26px;
  }
  body main > .grey_banner > li .bloc-avis .temoignage {
    font-size: 14px;
    line-height: 26px;
  }
  body main .left {
    padding: 0 max(25vw, calc(340px + 5vw)) 0 5vw;
  }
  body main .left .ui-shop-fiches,
  body main .left .ui-shop-cats {
    gap: 40px;
  }
  body main.home .right {
    position: absolute;
    right: 5vw;
    width: 20vw;
    min-width: 335px;
    top: 678px;
    height: calc(100% - 678px);
    display: flex;
    flex-direction: column;
  }
  body main.home .right .newsletter li:first-child,
  body main.home .right .cetelem li:first-child {
    font-size: 21px;
    line-height: 25px;
  }
  body main.home .right .ventes-flash {
    max-height: calc(100% - 130px);
    overflow-y: scroll;
  }
  body main:not(.home):not(.prod) .right {
    top: 216px;
    height: calc(100% - 162px);
    position: absolute;
    right: 5vw;
    width: 20vw;
    min-width: 335px;
    display: flex;
    flex-direction: column;
  }
  body main:not(.home):not(.prod) .right .newsletter li:first-child,
  body main:not(.home):not(.prod) .right .cetelem li:first-child {
    font-size: 21px;
    line-height: 25px;
  }
  body main:not(.home):not(.prod) .right .ventes-flash {
    max-height: calc(100% - 130px);
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  body main:not(.home) .right {
    top: 216px;
    height: calc(100% - 162px);
    position: absolute;
    right: 5vw;
    width: 20vw;
    min-width: 335px;
    display: flex;
    flex-direction: column;
  }
  body main:not(.home) .right .newsletter li:first-child,
  body main:not(.home) .right .cetelem li:first-child {
    font-size: 21px;
    line-height: 25px;
  }
  body main:not(.home) .right .ventes-flash {
    max-height: calc(100% - 130px);
    overflow-y: scroll;
  }
}
@media (min-width: 1785px) {
  body:not(#innerframe) {
    padding-top: 138px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
footer {
  background-color: #4c4c4c;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 10px;
}
@media (min-width: 1200px) {
  footer {
    margin-top: 70px;
  }
}
footer > .logo {
  margin-bottom: 30px;
}
footer > .infos {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  column-gap: 10px;
  width: 100%;
  max-width: 1350px;
}
@media (min-width: 768px) {
  footer > .infos {
    flex-direction: row;
  }
}
footer > .infos > li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer > .infos > li > p {
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 1px solid #e21523;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer > .infos > li .bottom {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer > .infos > li .bottom img {
  height: 32px;
}
footer > .infos > li .bottom img.agilor {
  padding: 1px;
  background: #fff;
  border-radius: 5px;
}
footer > .infos > li .bottom .texte:not(.hours) p {
  margin: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
}
footer > .infos > li:nth-child(4) .bottom p {
  font-size: 25px;
  font-weight: 500;
}
footer > .infos > li:last-child .bottom {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
}
footer > .infos > li:last-child .bottom > li {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
}
footer > .infos > li:last-child .bottom > li > img {
  width: 19px;
}
footer > .infos > li:last-child .bottom > li .texte {
  display: flex;
  flex-direction: column;
}
footer > .infos > li:last-child .bottom > li .texte p,
footer > .infos > li:last-child .bottom > li .texte a {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: white;
}
footer .navbar {
  min-height: unset;
  margin: 0;
}
footer .navbar .navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 4px;
  padding: 0 10px;
}
footer .navbar .navbar-nav li a {
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
footer .navbar .navbar-nav li:not(:last-child) a::after {
  content: '|';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 11px;
}
footer .back-repeat {
  background: linear-gradient(to right, #616161 1px, transparent 1px);
  background-size: 12px 31px;
  background-repeat-y: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 31px;
  margin: 15px 0;
}
footer .copyright {
  text-align: center;
  padding: 0 10px;
  width: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}
footer .copyright a {
  color: white;
}
@media (min-width: 1200px) {
  footer {
    overflow-x: hidden;
  }
  footer > .logo {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to right, #616161 1px, transparent 1px);
    background-size: 12px 31px;
    background-repeat-y: no-repeat;
    background-position-y: center;
  }
  footer > .logo img {
    padding: 0 33px;
    background-color: #4c4c4c;
    z-index: 1;
  }
  footer .infos > li:not(:nth-child(3)) .title {
    font-size: 20px;
  }
  footer .infos > li:not(:nth-child(3)) .bottom p {
    font-size: 20px;
  }
  footer .infos > li:not(:nth-child(3)) .bottom img {
    height: 38px;
  }
  footer .infos > li:nth-child(4) .bottom p {
    font-size: 30px;
  }
  footer .infos > li:last-child .bottom > li .texte p,
  footer .infos > li:last-child .bottom > li .texte a {
    font-size: 15px;
  }
  footer .navbar .navbar-nav li a:hover {
    color: #64cc00;
    background-color: transparent;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-fiches::before,
.ui-shop-cats::before,
.ui-shop-fiches::after,
.ui-shop-cats::after {
  content: none;
}
.ui-shop-fiches .fichemini > a .ui-shop-nom,
.ui-shop-cats .fichemini > a .ui-shop-nom {
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
}
.ui-shop-fiches .fichemini .ui-shop-nom,
.ui-shop-cats .fichemini .ui-shop-nom {
  margin: 40px 0 30px;
}
.ui-shop-fiches .fichemini .ui-shop-nom a,
.ui-shop-cats .fichemini .ui-shop-nom a {
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
  height: 48px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom {
  display: grid;
  grid-template-areas: "price price price add" "price price price add" "percentage empty button button";
  grid-template-columns: auto 1fr auto auto;
  grid-template-rows: auto auto auto;
  column-gap: 9px;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .pourcent-only,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .pourcent-only {
  grid-area: percentage;
  margin-top: 7px;
  align-self: center;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .pourcent-only span,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .pourcent-only span {
  color: white;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  background-color: #00bacf;
  padding: 4px 12px;
  border-radius: 4px;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .pourcent-only span::before,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .pourcent-only span::before {
  content: '-';
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .pourcent-only span::after,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .pourcent-only span::after {
  content: '%';
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only),
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) {
  grid-area: price;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix {
  display: grid;
  grid-template-areas: "empty gap ttc" "crossed gap ht";
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht:not(.normal),
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht:not(.normal) {
  grid-area: ht;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 17px;
  text-align: right;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc:not(.normal),
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc:not(.normal) {
  grid-area: ttc;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #e21523;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht.normal,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht.normal {
  display: none;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc.normal,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc.normal {
  grid-area: crossed;
  font-size: 14px;
  line-height: 17px;
  color: #4c4c4c;
  text-decoration: none;
  text-decoration-line: underline;
  text-underline-offset: -0.4em;
  text-decoration-skip-ink: none;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .pourcent,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .pourcent {
  display: none;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom .ui-shop-ajout,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom .ui-shop-ajout {
  grid-area: add;
  align-self: center;
}
.ui-shop-fiches .fichemini:not(.fichemini-flash) .bottom > a,
.ui-shop-cats .fichemini:not(.fichemini-flash) .bottom > a {
  grid-area: button;
  margin-top: 7px;
  line-height: 21px;
}
.ui-shop-fiches .fichemini.fichemini-flash,
.ui-shop-cats .fichemini.fichemini-flash {
  padding: 0;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom,
.ui-shop-cats .fichemini.fichemini-flash .bottom {
  display: grid;
  grid-template-areas: "price empty percentage" "price empty percentage" "price empty quantity" "logo logo logo";
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto auto auto;
  column-gap: 9px;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .pourcent-only,
.ui-shop-cats .fichemini.fichemini-flash .bottom .pourcent-only {
  grid-area: percentage;
  align-self: center;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .pourcent-only span,
.ui-shop-cats .fichemini.fichemini-flash .bottom .pourcent-only span {
  color: white;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  background-color: #00bacf;
  padding: 4px 12px;
  border-radius: 4px;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .pourcent-only span::before,
.ui-shop-cats .fichemini.fichemini-flash .bottom .pourcent-only span::before {
  content: '-';
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .pourcent-only span::after,
.ui-shop-cats .fichemini.fichemini-flash .bottom .pourcent-only span::after {
  content: '%';
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only),
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) {
  grid-area: price;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix,
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix {
  display: flex;
  flex-direction: column;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht:not(.normal),
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht:not(.normal) {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 17px;
  order: 2;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc:not(.normal),
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc:not(.normal) {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #e21523;
  order: 3;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht.normal,
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ht.normal {
  display: none;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc.normal,
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .ttc.normal {
  font-size: 14px;
  line-height: 17px;
  color: #4c4c4c;
  order: 1;
  text-decoration: none;
  text-decoration-line: underline;
  text-underline-offset: -0.4em;
  text-decoration-skip-ink: none;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .pourcent,
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-prix:not(.pourcent-only) .ui-site-prix .pourcent {
  display: none;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .ui-shop-ajout,
.ui-shop-cats .fichemini.fichemini-flash .bottom .ui-shop-ajout {
  display: none;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom > a,
.ui-shop-cats .fichemini.fichemini-flash .bottom > a {
  display: none;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .quantite,
.ui-shop-cats .fichemini.fichemini-flash .bottom .quantite {
  grid-area: quantity;
  align-self: flex-end;
  font-size: 16px;
  color: #64cc00;
  text-align: right;
}
.ui-shop-fiches .fichemini.fichemini-flash .bottom .mini-logo,
.ui-shop-cats .fichemini.fichemini-flash .bottom .mini-logo {
  grid-area: logo;
  margin: 20px auto 0;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .modal-dialog .modal-content {
    padding: 20px;
  }
  .modal-body .ui-shop-fiches {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
    display: grid;
  }
  .modal-body .ui-shop-fiches .fichemini {
    max-width: 320px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
  }
  .modal-body .ui-shop-fiches .fichemini:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.modal-body dt,
.modal-body dd {
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-body .ui-shop-fiches {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    display: flex;
  }
  .modal-body .ui-shop-fiches .fichemini {
    max-width: 320px;
    transition: all 0.3s ease-in-out;
  }
  .modal-body .ui-shop-fiches .fichemini:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fiche .ui-shop-fiche-haut {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  justify-content: space-around;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
  width: calc(50% - 25px);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .ui-shop-image.img-thumbnail {
  border: none;
  max-width: 32.9%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
  width: calc(50% - 25px);
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .ui-shop-nom {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin: 22px 0;
  padding-bottom: 0;
  text-align: left;
  text-transform: initial;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout {
  padding: 25px 1.8vw;
  display: flex;
  flex-direction: column;
  background-color: #eeeeee;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ref {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 33px;
  text-align: left;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  row-gap: 7px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px;
  grid-column: 1/4;
  justify-content: flex-end;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash > p {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .ui-shop-stockinfo {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  justify-self: center;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .ui-shop-stockinfo span,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .ui-shop-stockinfo div {
  display: block;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .ui-shop-stockinfo .text-success {
  color: #64cc00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre {
  display: flex;
  gap: 5px;
  align-items: center;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre .icone {
  margin-top: -5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre .icone img {
  width: 17px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre .txt {
  display: flex;
  gap: 3.5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre .txt .noir {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .titre .txt .vert {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64cc00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash .decompte {
  margin: 1px 0 0px;
  padding: 6px 13px 4px;
  border-radius: 31px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  width: 158px;
  color: #fff;
  background-color: #e21523;
  white-space: nowrap;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix {
  padding-bottom: 30px;
  grid-column: 1/2;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix .ht:not(.normal) {
  font-size: 16px;
  color: #e21523;
  line-height: 19px;
  order: 3;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix .ttc:not(.normal) {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #e21523;
  order: 2;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix .ht.normal {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix .ttc.normal {
  font-size: 16px;
  line-height: 19px;
  color: #4c4c4c;
  order: 1;
  text-decoration: none;
  text-decoration-line: underline;
  text-underline-offset: -0.4em;
  text-decoration-skip-ink: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash > .ui-shop-prix .ui-site-prix .pourcent {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco {
  justify-self: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  grid-column: 2/4;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .pourcent-only span {
  color: white;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  background-color: #00bacf;
  padding: 7px 14px 5px;
  border-radius: 4px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .pourcent-only span::before {
  content: '-';
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .pourcent-only span::after {
  content: '%';
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .app-produit-economie {
  font-size: 20px;
  line-height: 24px;
  background-color: #4c4c4c;
  color: #fff;
  padding: 3px 15px 2px;
  text-align: center;
  border-radius: 4px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout > div:first-of-type {
  margin-top: 30px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout .options {
  margin-bottom: 30px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option {
  display: flex;
  justify-content: center;
  margin-bottom: 11px;
  gap: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option label {
  width: 20%;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  padding: 0;
  margin: auto 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option > div {
  width: 40%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option > div .form-control {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../public/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option > p {
  width: 20%;
  margin: auto 0;
  font-size: 16px;
  line-height: 17px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .ui-shop-ajout div.ui-shop-option > p.text-success {
  color: #64cc00;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 23px;
  gap: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group {
  background-color: #fff;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:first-child button {
  padding: 0;
  height: 34px;
  width: 34px;
  background-image: url("../../public/img/minus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: white;
  border: none;
  border-radius: 4px 0 0 4px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:first-child button:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:first-child button .glyphicon {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:first-child button .glyphicon::after {
  content: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:last-child button {
  padding: 0;
  height: 34px;
  width: 34px;
  background-image: url("../../public/img/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: white;
  border: none;
  border-radius: 0 4px 4px 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:last-child button:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:last-child button .glyphicon {
  display: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group > span:last-child button .glyphicon::after {
  content: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .quantity .ui-site-quantite .input-group .input-number {
  font-size: 22px;
  line-height: 26px;
  padding: 7px 12px 5px;
  font-weight: 500;
  border: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .link > button {
  background-color: #64cc00;
  border-radius: 4px;
  padding: 7px 10px 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .link > button:hover {
  background-color: #4b9900;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .link > button:focus {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .ajout .link > button:active {
  background-color: #326600;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .app-produit-question {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .app-produit-question .contact,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout .app-produit-question .cout-livraison {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.fiche .ui-shop-fiche-bas {
  margin-top: 50px;
}
.fiche .ui-shop-fiche-bas .tab {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs {
  border-bottom: 2px solid #e21523;
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs li a {
  padding: 7px 11px 5px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs li a h3 {
  font-weight: 400;
  color: white;
  font-size: 20px;
  margin: 0;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs li.active a {
  background-color: #e21523;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs li:not(.active) a {
  background-color: #4c4c4c;
}
.fiche .ui-shop-fiche-bas .tab .nav-tabs li:not(.active) a:hover {
  background-color: #666666;
}
.fiche .ui-shop-fiche-bas .tab .tab-content iframe {
  max-width: 100%;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies {
  margin-top: 50px;
}
.fiche .ui-shop-fiche-bas .ui-shop-lies .ui-shop-lies-label {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #e21523;
  text-transform: uppercase;
  margin: 0 auto 50px;
  width: fit-content;
  display: block;
}
.fiche .ui-shop-fiche-bas .ui-shop-last-visited {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #e21523;
  text-transform: uppercase;
  margin: 50px auto;
  width: fit-content;
  display: block;
}
@media (max-width: 991px) {
  .fiche .ui-shop-fiche-haut {
    flex-direction: column-reverse;
    align-items: center;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche,
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
    width: unset;
    max-width: 100%;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .ui-shop-nom,
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .ui-shop-nom {
    margin-top: 0;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .ui-shop-image.img-thumbnail,
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .ui-shop-image.img-thumbnail {
    max-width: 32%;
  }
}
@media (max-width: 767px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash {
    justify-content: flex-start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash > p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .ui-shop-stockinfo {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .stock_flash .app-produit-vente-flash {
    margin-left: auto;
    margin-bottom: 10px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .pourcent-only span {
    font-size: 20px;
    line-height: 24px;
  }
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite .bloc_options_prix_ajout form .prix_stock_flash .percent_eco .app-produit-economie {
    font-size: 16px;
    line-height: 19px;
  }
  .fiche .ui-shop-fiche-bas .tab .nav-tabs {
    flex-direction: column;
  }
  .fiche .ui-shop-fiche-bas .tab .nav-tabs li a h3 {
    text-align: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #e21523 !important;
}
.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;
}
#modal-popup-ajout .modal-content .btn-primary {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px 35px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
#modal-popup-ajout .modal-content .btn-primary::before {
  content: "";
  position: absolute;
  left: 18px;
  background-image: url("../../public/img/polygone.svg");
  height: 10px;
  width: 15px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
#modal-popup-ajout .modal-content .btn-primary:hover,
#modal-popup-ajout .modal-content .btn-primary:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
#modal-popup-ajout .modal-content .btn-primary:hover::before,
#modal-popup-ajout .modal-content .btn-primary:focus::before {
  filter: invert(1);
}
#modal-popup-ajout .modal-content .ui-shop-option > p {
  margin: 0;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.user .panel-title {
  font-family: "canada-type-gibson", 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: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px 35px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
.user .panel-footer button::before {
  content: "";
  position: absolute;
  left: 18px;
  background-image: url("../../public/img/polygone.svg");
  height: 10px;
  width: 15px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
.user .panel-footer button:hover,
.user .panel-footer button:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
.user .panel-footer button:hover::before,
.user .panel-footer button:focus::before {
  filter: invert(1);
}
.user .panel-footer button i {
  font-size: 16px;
}
.user .carnet-adresses .adresse {
  height: 280px;
}
.user .carnet-adresses .adresse h3 {
  font-family: "canada-type-gibson", sans-serif;
}
.user .user-liens {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user .user-liens button {
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  position: relative;
  padding: 5px 21px 5px 35px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 24px;
}
.user .user-liens button::before {
  content: "";
  position: absolute;
  left: 18px;
  background-image: url("../../public/img/polygone.svg");
  height: 10px;
  width: 15px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
.user .user-liens button:hover,
.user .user-liens button:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
.user .user-liens button:hover::before,
.user .user-liens button:focus::before {
  filter: invert(1);
}
.user .user-liens button i {
  font-size: 16px;
}
.commandes .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}
.commandes .actions .btn-group .btn-primary {
  font-size: 14px;
  padding: 5px 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commandes .actions .btn-group .btn-primary.dropdown-toggle {
  height: 28px;
  padding: 4px 10px;
}
.commandes .actions .btn-group .btn-primary::before {
  content: none;
}
.commandes .actions .btn-default {
  font-size: 14px;
  padding: 5px 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commandes .actions .btn-default::before {
  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: #fff;
  color: #000;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: url("../../public/img/logo.svg");
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  color: #000;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow {
  background-color: #83ce0e;
  float: right;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  float: left;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: #d1d1d1;
  font-size: 14px !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  background-color: #83ce0e;
  float: right;
}
/* 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;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
body main:not(.home, .prod) .content .detailcommande h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* CACHED */