/* ENG 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 */
.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 #337ab7;
}
.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 */
.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 */
/* 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 */
.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 */
.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 */
.panier .ui-shop-items-remove a:not(.btn-primary),
.panier .ui-shop-nom a:not(.btn-primary),
.panier .ui-shop-item-remove a:not(.btn-primary),
.panier .panier-liens a:not(.btn-primary) {
  color: #ff6600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.panier .ui-shop-items-remove a:not(.btn-primary):hover,
.panier .ui-shop-nom a:not(.btn-primary):hover,
.panier .ui-shop-item-remove a:not(.btn-primary):hover,
.panier .panier-liens a:not(.btn-primary):hover {
  color: #b34700;
}
.panier .panel-primary {
  border-color: #2e2d2d;
}
.panier .panel-heading {
  background-color: #2e2d2d;
  color: #fff;
}
.panier .panel-heading a {
  color: #fff;
}
.panier .btn-primary[disabled] {
  background-color: #ff6600;
  border-color: #ff6600;
}
.panier .btn-primary[disabled]:hover {
  background-color: #ff6600;
  border-color: #ff6600;
}
/* ENG 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 */
.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 */
.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 */
.contact .texte-accroche {
  margin: 20px 0;
}
.contact .texte-accroche .inner-texte-accroche {
  border: #999 1px solid;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.37);
  padding: 10px;
}
.contact .texte-accroche .inner-texte-accroche .content-line {
  margin: 5px 0;
}
#recontact-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#recontact-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  color: #303030;
  z-index: 100000;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #recontact-popup {
    width: 95%;
  }
}
#recontact-popup #close-recontact-popup {
  cursor: pointer;
  color: red;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
#recontact-popup #recontact-popup-content > .alert {
  margin: 20px 0;
}
#recontact-popup #recontact-popup-content #recontact-content .recontact-title {
  padding: 0;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
/* ENG assets/global_vars.less */
.ui-site-sliderphrase {
  background-color: #337ab7;
  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 */
#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 */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* ENG assets/global_vars.less */
.header {
  background-color: #2e2d2d;
}
.header .container {
  width: unset;
  width: 1400px;
  max-width: 95vw;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100vw;
    padding: 10px 0;
  }
}
.header .top_header {
  display: flex;
  justify-content: space-between;
  background-image: url('../../public/img/trait.png');
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px;
}
.header .top_header::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #161616;
}
.header .top_header::after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #575757;
}
.header .top_header .logo a {
  display: block;
}
.header .top_header .end_nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .top_header .end_nav.not_connected {
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
}
.header .top_header .end_nav > ul {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.header .top_header .end_nav > ul a {
  display: block;
}
.header .top_header .end_nav > ul a:hover {
  text-decoration: none;
}
.header .top_header .end_nav > ul a .block-img {
  position: relative;
}
.header .top_header .end_nav > ul a .block-img .notif {
  position: absolute;
  top: 12px;
  right: 9px;
  background: red;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 2;
  border: 1px solid white;
}
.header .top_header .end_nav > ul a .block-img .puce-verte {
  position: absolute;
  top: 12px;
  right: 9px;
  background: #00ff00;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 2;
  border: 1px solid white;
}
.header .top_header .end_nav > ul a .account-ext,
.header .top_header .end_nav > ul a .cart-ext,
.header .top_header .end_nav > ul a .pays_ext {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .top_header .end_nav > ul a .account-ext .bg-hover,
.header .top_header .end_nav > ul a .cart-ext .bg-hover,
.header .top_header .end_nav > ul a .pays_ext .bg-hover {
  background-color: #f60;
  position: absolute;
  top: auto;
  left: auto;
  max-width: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  max-height: 0%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.header .top_header .end_nav > ul a .account-ext:hover .bg-hover,
.header .top_header .end_nav > ul a .cart-ext:hover .bg-hover,
.header .top_header .end_nav > ul a .pays_ext:hover .bg-hover {
  max-width: 100%;
  max-height: 100%;
}
.header .top_header .end_nav > ul a .account-ext:hover svg path,
.header .top_header .end_nav > ul a .cart-ext:hover svg path,
.header .top_header .end_nav > ul a .pays_ext:hover svg path {
  fill: white;
}
.header .top_header .end_nav > ul a .account-ext:hover h4,
.header .top_header .end_nav > ul a .cart-ext:hover h4,
.header .top_header .end_nav > ul a .pays_ext:hover h4 {
  color: white !important;
}
.header .top_header .end_nav > ul a .account-ext .account-int,
.header .top_header .end_nav > ul a .cart-ext .account-int,
.header .top_header .end_nav > ul a .pays_ext .account-int,
.header .top_header .end_nav > ul a .account-ext .cart-int,
.header .top_header .end_nav > ul a .cart-ext .cart-int,
.header .top_header .end_nav > ul a .pays_ext .cart-int,
.header .top_header .end_nav > ul a .account-ext .pays_int,
.header .top_header .end_nav > ul a .cart-ext .pays_int,
.header .top_header .end_nav > ul a .pays_ext .pays_int {
  width: 45px;
  height: 45px;
  border: 1px solid #ff6600;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .top_header .end_nav > ul a .account-ext .account-int svg,
.header .top_header .end_nav > ul a .cart-ext .account-int svg,
.header .top_header .end_nav > ul a .pays_ext .account-int svg,
.header .top_header .end_nav > ul a .account-ext .cart-int svg,
.header .top_header .end_nav > ul a .cart-ext .cart-int svg,
.header .top_header .end_nav > ul a .pays_ext .cart-int svg,
.header .top_header .end_nav > ul a .account-ext .pays_int svg,
.header .top_header .end_nav > ul a .cart-ext .pays_int svg,
.header .top_header .end_nav > ul a .pays_ext .pays_int svg {
  height: 21px;
  z-index: 1;
}
.header .top_header .end_nav > ul a .account-ext .account-int svg path,
.header .top_header .end_nav > ul a .cart-ext .account-int svg path,
.header .top_header .end_nav > ul a .pays_ext .account-int svg path,
.header .top_header .end_nav > ul a .account-ext .cart-int svg path,
.header .top_header .end_nav > ul a .cart-ext .cart-int svg path,
.header .top_header .end_nav > ul a .pays_ext .cart-int svg path,
.header .top_header .end_nav > ul a .account-ext .pays_int svg path,
.header .top_header .end_nav > ul a .cart-ext .pays_int svg path,
.header .top_header .end_nav > ul a .pays_ext .pays_int svg path {
  transition: all 0.3s ease-in-out;
}
.header .top_header .end_nav > ul a .account-ext .account-int h4,
.header .top_header .end_nav > ul a .cart-ext .account-int h4,
.header .top_header .end_nav > ul a .pays_ext .account-int h4,
.header .top_header .end_nav > ul a .account-ext .cart-int h4,
.header .top_header .end_nav > ul a .cart-ext .cart-int h4,
.header .top_header .end_nav > ul a .pays_ext .cart-int h4,
.header .top_header .end_nav > ul a .account-ext .pays_int h4,
.header .top_header .end_nav > ul a .cart-ext .pays_int h4,
.header .top_header .end_nav > ul a .pays_ext .pays_int h4 {
  color: #ff6600;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-family: "cholla-wide";
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.header .logo {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .header .logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.header .logo img:first-child {
  width: 140px;
  margin-right: 30px;
}
.header .logo img:nth-child(2) {
  width: 380px;
}
.end_nav .espace_revendeur {
  display: flex;
  justify-content: center;
  align-items: center;
}
.end_nav .espace_revendeur a {
  display: flex!important;
  padding: 8px;
  text-decoration: none;
  column-gap: 8px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.end_nav .espace_revendeur a span {
  text-align: center;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  color: white;
}
.end_nav .espace_revendeur a img {
  transition: all 0.3s ease-in-out;
}
.end_nav .espace_revendeur a:hover img {
  transform: translateX(4px);
}
.end_nav .dropdown {
  position: relative;
}
.end_nav .dropdown-menu {
  top: 100%;
  box-shadow: none;
  right: 0;
  padding: 0;
}
.end_nav .dropdown-menu .transparent:before {
  display: none;
}
.end_nav .dropdown-menu .content {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.end_nav .dropdown-menu .content .ui-block-panier-survol-del a {
  color: #ff6600;
  transition: all 0.4s ease-in-out;
}
.end_nav .dropdown-menu .content .ui-block-panier-survol-del a:hover {
  color: red;
}
.end_nav .dropdown-menu .content .ui-block-panier-survol-desc a {
  color: #ff6600;
  background: linear-gradient(currentColor 0 0) bottom / var(--d, 0) 2px no-repeat;
  transition: 0.5s;
  width: fit-content;
}
.end_nav .dropdown-menu .content .ui-block-panier-survol-desc a:hover {
  --d: 100%;
  text-decoration: none;
}
.end_nav .dropdown-menu .content .ui-block-panier-survol-image img {
  width: auto;
}
.end_nav .dropdown-menu .content .text-center {
  display: flex;
  justify-content: center;
}
.end_nav .dropdown-menu .content .text-center .btn {
  padding: 5px 20px;
  background-color: #fff;
  color: #2e2d2d;
  border: 1px solid #ff6600;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.end_nav .dropdown-menu .content .ui-block-compte-create {
  margin-top: 15px;
}
.end_nav .dropdown-menu .content .ui-block-compte-create a {
  color: black;
  font-family: cholla-wide, sans-serif;
}
.end_nav .dropdown-menu .content .ui-block-compte-user a {
  color: black;
  font-family: cholla-wide, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.8px;
  background: linear-gradient(currentColor 0 0) bottom / var(--d, 0) 2px no-repeat;
  transition: 0.5s;
}
.end_nav .dropdown-menu .content .ui-block-compte-user a:hover {
  --d: 100%;
  text-decoration: none;
}
.end_nav .dropdown-menu .content .ui-block-compte-default-line .badge {
  background-color: white;
  padding: 3px 8px;
}
.end_nav .dropdown-menu .content .ui-block-compte-default-line a {
  color: #ff6600;
  background: linear-gradient(currentColor 0 0) bottom / var(--d, 0) 2px no-repeat;
  transition: 0.5s;
  width: fit-content;
}
.end_nav .dropdown-menu .content .ui-block-compte-default-line a:hover {
  --d: 100%;
  text-decoration: none;
}
.end_nav .dropdown-menu .content .ui-block-compte-default-line:last-of-type a {
  font-weight: 500;
  color: black;
  display: table;
  margin-left: auto;
}
.end_nav .ui-block-compte .dropdown-menu {
  top: 49px;
}
.ui-site-souspages .dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
}
.ui-site-souspages .dropdown-menu a {
  color: black;
}
.dropdown .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 0.8;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.4s ease-in-out;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.navbar-main {
  border-radius: 0;
  margin: 1px 0 0;
  background-color: #2e2d2d;
  border-width: 0;
  position: relative;
}
.navbar-main .container-fluid {
  width: 100%;
  max-width: 1400px;
}
.navbar-main .navbar-collapse .navbar-nav {
  width: 100%;
  background-color: unset;
}
.navbar-main .navbar-collapse .ui-site-souspages {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar-main .navbar-collapse .ui-site-souspages a {
  color: #ff6600;
  font-family: "cholla-wide";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  display: block;
}
.navbar-main .navbar-collapse .ui-site-souspages a::before {
  color: white;
  content: attr(data-hover);
  position: absolute;
  max-width: 0%;
  transition: all 0.4s ease-in-out;
  left: 20px;
  white-space: nowrap;
  top: 10px;
  overflow: hidden;
}
.navbar-main .navbar-collapse .ui-site-souspages a:hover::before {
  max-width: 100%;
}
.navbar-main .navbar-collapse .ui-site-souspages > span > a {
  color: #ff6600;
}
.navbar-main .navbar-collapse .ui-site-souspages .dropdown-toggle {
  position: relative;
}
.navbar-main .navbar-collapse .ui-site-souspages .dropdown-toggle::after {
  content: "▼";
  position: absolute;
  font-size: 14px;
  top: 1px;
  right: 0;
}
@media (max-width: 991px) {
  .navbar-main .navbar-collapse .ui-site-souspages span {
    padding: 10px;
  }
  .navbar-main .navbar-collapse .ui-site-souspages span a {
    padding: 10px;
  }
  .navbar-main .navbar-collapse .ui-site-souspages span a::before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .header .top_header .logo {
    max-width: 100%;
    margin: 0 15px 0 0;
  }
  .header .top_header .logo a {
    max-width: 100%;
  }
  .header .top_header .logo a img {
    max-width: 100%;
    margin: 0;
  }
  .header .top_header .end_nav {
    gap: 5px;
  }
  .header .top_header .end_nav > ul {
    gap: 5px;
  }
  .header .top_header .end_nav .espace_revendeur a {
    padding: 6px;
  }
  .header .top_header .end_nav .espace_revendeur a span {
    font-size: 16px;
    line-height: 16px;
  }
  .header .top_header .end_nav .espace_revendeur a img {
    height: 18px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-main .navbar-collapse .ui-site-souspages {
    flex-direction: column;
    align-items: center;
  }
}
/* ENG assets/global_vars.less */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 0;
  font-family: "cholla-wide";
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
label {
  font-size: 16px;
}
.btn-primary {
  background-color: #ff6600;
  border-color: #b34700;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn-primary::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: "";
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: 20%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.btn-primary:hover::before {
  top: -50%;
  right: -100%;
}
.btn-primary:hover {
  background-color: #ff6600;
  border-color: #b34700;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.btn-primary:focus-visible,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ff6600;
  outline: unset;
}
a:focus {
  text-decoration: none;
}
.site {
  flex-grow: 1;
}
.site .site-container {
  width: 80%;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .site .site-container {
    width: 95%;
  }
}
.background-main {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.site .slide {
  margin: 30px 0;
}
.site .slide img {
  border-radius: 15px;
}
.site .section_rokntools {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .site .section_rokntools {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .site .section_rokntools {
    margin-top: 20px;
  }
}
.site .section_rokntools h2 {
  font-family: "cholla-wide";
  font-size: 35px;
  color: #ff6600;
  text-transform: uppercase;
  margin-top: 0;
}
.site .section_rokntools p {
  font-family: "cholla-wide";
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #2d2d2d;
}
.site .section_rokntools h4 {
  margin-bottom: 18px;
  color: #2d2d2d;
}
.site .revendeur {
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .site .revendeur {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .site .revendeur {
    margin-top: 30px;
  }
}
.site .revendeur img {
  background: #2d2d2d;
  width: 100%;
  padding-bottom: 10%;
}
.site .revendeur a {
  bottom: 15%;
  transform: translate(0, 50%);
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  line-height: 24px;
  padding: 11px 17px;
  background-color: #ff6600;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
}
.site .revendeur a::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: "";
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: -55%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.site .revendeur a:hover::before {
  right: -100%;
}
.site .revendeur a:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.site .revendeur a span:first-child {
  height: 20px;
}
.site .revendeur a span:first-child svg {
  height: 20px;
  margin-left: 15px;
}
.site .revendeur a span:last-child {
  height: 29px;
}
.site .revendeur a span:last-child svg {
  height: 29px;
}
.site .acces-rapides {
  margin: 30px 0;
  width: 100%;
}
.site .acces-rapides ul {
  padding-left: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.site .acces-rapides ul li {
  display: flex;
  justify-content: center;
  width: 320px;
  height: 320px;
  background: #2d2d2d;
  padding: 13px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.site .acces-rapides ul li::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: "";
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: 20%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.site .acces-rapides ul li:hover::before {
  top: -50%;
  right: -100%;
}
.site .acces-rapides ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 3px solid #ff6600;
  color: #ff6600;
  text-decoration: none;
  background: white;
  position: relative;
  z-index: 2;
}
.bloc-texte {
  padding: 30px 0;
}
.bloc-texte h1:first-of-type,
.bloc-texte h2:first-of-type,
.bloc-texte h3:first-of-type {
  margin-top: 0;
}
.bg-gris-4 {
  background-color: #f1f1f1;
}
.texte-intro {
  padding: 30px 0;
  display: flex;
  margin-bottom: -30px;
  margin-top: 30px;
}
.texte-intro .titre {
  display: none;
}
.texte-intro h1 {
  margin-top: 0;
}
@media (min-width: 1580px) {
  .bloc-texte-container {
    width: 1550px;
  }
}
.site .login h1 {
  font-size: 35px;
  color: #ff6600;
  margin-top: 25px;
  text-transform: uppercase;
}
.site .login .login-blocks {
  padding: 0;
}
.site .login .login-blocks .sign-in {
  padding: 0;
}
.site .login .login-blocks .sign-on {
  padding: 0;
}
.site .login .login-blocks .panel {
  border: 1px solid #2d2d2d;
  border-radius: 0;
}
.site .login .login-blocks .panel .panel-heading {
  border: 0;
  border-radius: 0;
  background-color: #2d2d2d;
}
.site .login .login-blocks .panel .panel-heading h3 {
  font-size: 20px;
  color: #ff6600;
}
.site .login .login-blocks .panel .panel-body {
  padding-bottom: 0;
}
.site .login .login-blocks .panel .panel-body p {
  font-size: 20px;
}
.site .login .login-blocks .panel .panel-body p a {
  font-size: 16px;
  color: #ff6600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site .login .login-blocks .panel .panel-body p a:hover {
  color: #c24e00;
}
.site .login .login-blocks .panel .panel-body ul {
  list-style-type: none;
}
.site .login .login-blocks .panel .panel-body ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
}
.site .login .login-blocks .panel .panel-body ul li::before {
  content: "";
  background-color: #ff6600;
  display: inline-block;
  width: 7px;
  margin-left: -1em;
  margin-right: 0.5em;
  height: 7px;
}
.site .login .login-blocks .panel .panel-body label {
  font-size: 20px;
}
.site .login .login-blocks .panel .panel-body input {
  border-radius: 0;
  border: 1px solid #ff6600;
}
.site .login .login-blocks .panel .panel-footer {
  padding: 0 15px 15px 15px;
  border-radius: 0;
  background-color: unset;
  display: flex;
  justify-content: flex-end;
  border: 0;
}
.site .login .login-blocks .panel .panel-footer button {
  padding: 11px 12px;
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
}
@media (max-width: 767px) {
  .site .login .login-blocks .panel .panel-footer button {
    font-size: 14px;
  }
}
.site .login .login-blocks .panel .panel-footer button:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.site .login .login-blocks .panel .panel-footer button span:first-child {
  height: 20px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .site .login .login-blocks .panel .panel-footer button span:first-child {
    height: 14px;
  }
}
.site .login .login-blocks .panel .panel-footer button span:first-child svg {
  height: 13px;
}
@media (max-width: 767px) {
  .site .login .login-blocks .panel .panel-footer button span:first-child svg {
    height: 9px;
  }
}
.site .login .login-blocks .panel .panel-footer button span:last-child {
  height: 20px;
}
@media (max-width: 767px) {
  .site .login .login-blocks .panel .panel-footer button span:last-child {
    height: 14px;
  }
}
.site .login .login-blocks .panel .panel-footer button span:last-child svg {
  height: 20px;
}
@media (max-width: 767px) {
  .site .login .login-blocks .panel .panel-footer button span:last-child svg {
    height: 14px;
  }
}
.site .login .swiper-pagination,
.site .login .swiper-button-prev,
.site .login .swiper-button-next {
  display: none;
}
.site h1 {
  font-size: 35px;
  color: #ff6600;
  text-transform: uppercase;
  margin: 15px 0 15px 0;
}
.site .ui-shop-cats {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}
.site .ui-shop-cats .ui-shop-cat a {
  position: relative;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  padding-bottom: 70px;
  border: 1px solid #e6e6e6;
}
.site .ui-shop-cats .ui-shop-cat a:hover .ui-shop-nom {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.site .ui-shop-cats .ui-shop-cat a:hover .ui-shop-nom::before {
  top: -50%;
  right: -100%;
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom {
  position: absolute;
  bottom: 20px;
  color: white;
  padding: 10px 15px;
  background-color: #ff6600;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: "";
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: 20%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom p {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .site .ui-shop-cats .ui-shop-cat a .ui-shop-nom p {
    font-size: 16px;
  }
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:first-child {
  height: 20px;
  margin-left: 15px;
}
@media (max-width: 360px) {
  .site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:first-child {
    height: 16px;
  }
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:first-child svg {
  height: 13px;
}
@media (max-width: 360px) {
  .site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:first-child svg {
    height: 10px;
  }
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:last-child {
  height: 20px;
}
@media (max-width: 360px) {
  .site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:last-child {
    height: 16px;
  }
}
.site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:last-child svg {
  height: 20px;
}
@media (max-width: 360px) {
  .site .ui-shop-cats .ui-shop-cat a .ui-shop-nom span:last-child svg {
    height: 16px;
  }
}
.ui-site-ariane {
  padding: 20px 0;
}
.ui-site-ariane a {
  color: #ff6600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.ui-site-ariane a:hover {
  color: #c24e00;
}
/* ENG assets/global_vars.less */
.footer {
  background: #2d2d2d;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.footer .footer-container {
  width: 80%;
  max-width: 1400px;
}
.footer .top_end_footer {
  margin-bottom: 50px;
}
.footer .top_end_footer ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 50px;
  padding-left: 0;
}
.footer .top_end_footer ul li a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}
.footer .top_end_footer ul li a:hover .bg-hover {
  max-width: 100%;
  max-height: 100%;
}
.footer .top_end_footer ul li a:hover svg path {
  fill: white;
}
.footer .top_end_footer ul li a:hover h5 {
  color: white;
}
.footer .top_end_footer ul li a h5 {
  font-size: 22px;
  color: #ff6600;
  transition: all 0.3s ease-in-out;
}
.footer .tel-ext,
.footer .mail-ext {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer .tel-ext .bg-hover,
.footer .mail-ext .bg-hover {
  background-color: #f60;
  position: absolute;
  top: auto;
  left: auto;
  max-width: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  max-height: 0%;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.footer .tel-ext .tel-int,
.footer .mail-ext .tel-int,
.footer .tel-ext .mail-int,
.footer .mail-ext .mail-int {
  width: 45px;
  height: 45px;
  border: 1px solid #ff6600;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .tel-ext .tel-int svg,
.footer .mail-ext .tel-int svg,
.footer .tel-ext .mail-int svg,
.footer .mail-ext .mail-int svg {
  height: 21px;
  z-index: 1;
}
.footer .tel-ext .tel-int svg path,
.footer .mail-ext .tel-int svg path,
.footer .tel-ext .mail-int svg path,
.footer .mail-ext .mail-int svg path {
  transition: all 0.3s ease-in-out;
}
.footer .middle-footer {
  position: relative;
  width: 100%;
}
.footer .middle-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #161616;
}
.footer .middle-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #575757;
}
.footer .ui-site-page {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer .ui-site-page span {
  padding: 16px 8px;
}
.footer .ui-site-page span a {
  padding: 16px 8px;
  font-size: 18px;
  color: #ff6600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer .ui-site-page span a::before {
  color: white;
  content: attr(data-hover);
  position: absolute;
  max-width: 0%;
  transition: all 0.4s ease-in-out;
  left: 8px;
  white-space: nowrap;
  top: 14px;
  overflow: hidden;
}
.footer .ui-site-page span a:hover::before {
  max-width: 100%;
}
.footer .ui-site-page span::before {
  content: ">";
  color: white;
  font-size: 20px;
}
.footer .ui-site-page span:first-of-type::before {
  content: ">";
}
.footer .copyright-container {
  padding-top: 20px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #ff6600;
  font-size: 16px;
}
.footer .copyright-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #161616;
}
.footer .copyright-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #575757;
}
.footer .copyright-container a {
  color: #ff6600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.footer .copyright-container a:hover {
  color: white;
}
@media (max-width: 767px) {
  .footer .footer-container {
    width: 90%;
  }
  .footer .top_end_footer ul {
    flex-direction: column;
    align-items: baseline;
  }
  .footer .middle-footer .ui-site-page {
    flex-direction: column;
  }
}
/* ENG assets/global_vars.less */
.site .ui-shop-fiches:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  column-gap: 40px;
  row-gap: 35px;
  margin: 15px 0 60px 0;
}
@media (max-width: 1199px) {
  .site .ui-shop-fiches:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .site .ui-shop-fiches:not(.swiper-wrapper) {
    grid-template-columns: 1fr;
  }
}
.site .ui-shop-fiches:not(.swiper-wrapper)::before {
  content: none;
}
.site .ui-shop-fiches .ui-shop-fiche {
  border: 1px solid #2d2d2d;
  position: relative;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-nom {
  width: 100%;
  background-color: #2d2d2d;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-nom a {
  color: #ff6600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 12px 20px;
  display: block;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-nom a p {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-nom a:hover {
  color: white;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-image {
  padding-bottom: 73px;
  margin-top: auto;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien a {
  display: flex;
  align-items: center;
  width: auto;
  line-height: 1;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
  white-space: nowrap;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien a span:nth-child(2) {
  height: 20px;
  margin-left: 15px;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien a span:nth-child(2) svg {
  height: 13px;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien a span:last-child {
  height: 20px;
}
.site .ui-shop-fiches .ui-shop-fiche .fichemini_intern .ui-shop-lien a span:last-child svg {
  height: 20px;
}
/* ENG assets/global_vars.less */
.fiche {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .fiche {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche > .ui-shop-image {
  border: 1px solid #707070;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures.equal4 {
  justify-content: space-between;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures.morethan4 {
  flex: 1;
  min-width: 60px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures {
    flex-direction: row;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures .img-thumbnail {
  border-radius: 0;
  border: 1px solid #707070;
  padding: 0;
  max-height: 25%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures .img-thumbnail .ui-site-image {
  height: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-gauche .miniatures .img-thumbnail .ui-site-image img {
  height: 100%;
  object-fit: contain;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite h1,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite h1 p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form {
  border: 1px solid #2D2D2D;
  padding: 20px;
  margin-bottom: 40px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ref {
  text-transform: uppercase;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ref,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-code {
  font-size: 18px;
  color: #2D2D2D;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-site-prix {
  font-size: 22px;
  color: #2D2D2D;
  font-weight: 700;
  margin: 16px 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-number {
  border: 1px solid #ff6600;
  border-left: 0;
  border-right: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-group-btn button:not(.btn-default[disabled]) {
  background-color: #ff6600;
  color: white;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-group-btn button:not(.btn-default[disabled]):active,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-group-btn button:not(.btn-default[disabled]):focus,
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-group-btn button:not(.btn-default[disabled]):focus-visible {
  outline: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ui-site-quantite .input-group-btn button {
  border-radius: 0;
  border: 1px solid #ff6600;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier button {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  padding: 10px 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier button span:nth-child(2) {
  height: 20px;
  margin-left: 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier button span:nth-child(2) svg {
  height: 13px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier button span:last-child {
  height: 20px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .ui-shop-ajout .ajout_panier button span:last-child svg {
  height: 20px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #2e2d2d;
}
@media (max-width: 992px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a {
    font-size: 16px;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a:hover {
  text-decoration: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a span:nth-child(2) {
  height: 20px;
  margin-left: 15px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a span:nth-child(2) svg {
  height: 13px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a span:last-child {
  height: 20px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .cart_no_user > a span:last-child svg {
  height: 20px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur .cart_no_user {
  order: 2;
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur .ui-shop-ref {
  order: 1;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur .ui-shop-prix {
  order: 3;
  width: 100%;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur .ui-shop-prix .ui-site-prix {
  margin: 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .code_ref_revendeur .ui-shop-code {
  order: 3;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites-desc {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 10px;
  margin: 30px auto 0;
}
@media (max-width: 992px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a {
  display: flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  padding: 8px 8px;
}
@media (max-width: 992px) {
  .fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a {
    font-size: 18px;
    min-width: 135px;
    width: calc(50% - 5px);
    margin: 0 0 0 auto;
  }
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a:hover {
  text-decoration: none;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a span:nth-child(2) {
  height: 20px;
  margin-left: auto;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a span:nth-child(2) svg {
  height: 13px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a span:last-child {
  height: 20px;
}
.fiche .ui-shop-fiche-haut .ui-shop-fiche-droite form .links-other-sites > a span:last-child svg {
  height: 20px;
}
.fiche .ui-shop-fiche-bas .desc-titre {
  line-height: 30px;
  font-size: 22px;
  margin: 20px 0 20px 15px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-bas .description {
  font-size: 18px;
  margin: 20px 0;
}
.fiche .ui-shop-fiche-bas .description span {
  font-size: 18px;
}
.fiche .ui-shop-fiche-bas .video {
  text-align: center;
}
.fiche .ui-shop-fiche-bas .video .youtube_player {
  margin: 15px auto;
}
.fiche .ui-shop-fiche-bas .video .youtube_player iframe {
  max-width: 100%;
}
.fiche .prod-lies {
  margin-bottom: 20px;
}
.fiche .prod-lies .prodcomp-titre {
  line-height: 30px;
  font-size: 22px;
  margin: 40px 0 20px;
  font-weight: 600;
}
.fiche .prod-lies .ui-shop-lies {
  position: relative;
}
.fiche .prod-lies .ui-shop-lies .ui-shop-fiches {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-rows: 1fr;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-prev {
  left: -50px;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-next {
  right: -50px;
}
@media (max-width: 767px) {
  .fiche .prod-lies .ui-shop-lies .swiper-button-prev {
    display: none;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-button-next {
    display: none;
  }
}
.fiche .prod-lies .ui-shop-lies .swiper-pagination {
  bottom: -33px;
  width: calc(100% - 120px);
  display: flex;
  justify-content: center;
  gap: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.fiche .prod-lies .ui-shop-lies .swiper-pagination > .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #2d2d2d;
  border: 2px solid #2d2d2d;
  border-radius: 100%;
  opacity: 1;
}
.fiche .prod-lies .ui-shop-lies .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff6600;
  border-color: #ff6600;
}
/* ENG assets/global_vars.less */
.vendeur {
  padding: 10px 0;
}
.retour {
  margin: 30px 0 0;
  display: block;
}
.vendeur h2 {
  margin-top: 0;
  color: #000000;
}
.vendeur ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  list-style-type: none;
  padding: 0;
  justify-content: center;
  align-items: baseline;
  grid-column-gap: 70px;
}
@media (max-width: 991px) {
  .vendeur ul {
    grid-template-columns: auto;
    grid-row-gap: 30px;
  }
}
.vendeur ul li {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.vendeur ul li td {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vendeur ul li td a {
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.vendeur ul li td a:hover {
  text-decoration: none;
  color: #FF6600;
}
.vendeur .listeurop,
.vendeur .listpays {
  width: 415px;
  padding: 10px;
  margin-left: 15px;
  border: 1px solid #FF6600;
}
@media (max-width: 991px) {
  .vendeur .listeurop,
  .vendeur .listpays {
    width: 100%;
    padding: 10px 30px;
  }
}
.vendeur .infosup {
  border: 1px solid #bebebe;
  margin-top: 10px;
  padding: 5px;
}
.listvendeur {
  text-align: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: center;
}
.vendeurvignette {
  width: 198px;
  display: flex;
  flex-direction: column;
  margin: 5px;
  text-align: center;
  vertical-align: top;
  border: 2px solid #2e2d2d;
  color: #000000;
  background-color: #ffffff;
}
.vendeurvignette .url {
  padding: 5px;
  background-color: #FF6600;
  border-top: 1px solid #2e2d2d;
}
.vendeurvignette .url a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.vendeurvignette .url a:hover {
  color: #2e2d2d;
}
.vendeurvignette .logo_vignette {
  margin-bottom: 10px;
}
.vendeurvignette .nom {
  padding: 5px 20px 0;
  text-align: left;
}
.vendeurvignette .adresse {
  margin-top: auto;
  padding-left: 20px;
  text-align: left;
}
.vendeurvignette .tel {
  padding-left: 20px;
  text-align: left;
}
/* ENG 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: #2d2d2d;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: url("../../public/img/logo.svg");
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  font-size: 14px;
  color: #2d2d2d;
  text-align: justify;
  padding: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong {
  font-size: 14px;
  color: #2d2d2d;
  text-align: justify;
  display: block;
  margin-bottom: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong:first-of-type {
  font-size: 18px;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button {
  border-radius: 4px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow {
  background-color: #ff6600;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow .tarteaucitronCheck:before {
  color: #fff !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  font-weight: 700;
  color: #000;
  padding: 5px 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  font-size: 14px !important;
  color: #d1d1d1;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  background-color: #ff6600;
  color: black;
}
#tarteaucitronRoot .tarteaucitronCheck::before {
  color: black !important;
}
/* 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 */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #ff6600 !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 .slide .swiper-button-prev,
.site .slide .swiper-button-next,
.site .slide .swiper-pagination {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.site .slide .swiper-button-prev:hover,
.site .slide .swiper-button-next:hover {
  color: var(--swiper-theme-accent);
}
.site .slide .swiper-container:hover .swiper-button-prev,
.site .slide .swiper-container:hover .swiper-button-next,
.site .slide .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;
}
/* CACHED */