/* 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 #bac400;
}
.inputMultipleFiles .filesUploaded .titre > span {
  font-weight: 500;
  text-transform: uppercase;
}
.inputMultipleFiles .filesUploaded .titre .btn-delete-files {
  cursor: pointer;
  font-size: smaller;
}
.inputMultipleFiles .filesUploaded .fileUploaded {
  font-size: x-small;
}
.inputMultipleFiles .filesUploaded .fileUploaded + .fileUploaded {
  padding-top: 5px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.carnet-adresses .adresse {
  padding: 10px;
  height: 255px;
}
.carnet-adresses .adresse .inner-block {
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
}
.carnet-adresses .adresse .inner-block p.add-selected {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid transparent;
  font-size: 14px;
  background: bisque;
  border-radius: 5px;
}
.carnet-adresses .adresse .inner-block h3.add-intitule {
  font-weight: bolder;
  margin-top: 10px;
}
.carnet-adresses .adresse .inner-block .nom,
.carnet-adresses .adresse .inner-block .add,
.carnet-adresses .adresse .inner-block .cp,
.carnet-adresses .adresse .inner-block .pays {
  font-size: larger;
}
.carnet-adresses .adresse .inner-block .choices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin: 10px 0;
}
.carnet-adresses .ajout-adresse {
  padding: 10px;
  height: 255px;
  text-align: center;
  font-size: larger;
}
.carnet-adresses .ajout-adresse a.click-add {
  cursor: pointer;
  text-decoration: none;
}
.carnet-adresses .ajout-adresse .inner-block {
  border: 1px solid #000000;
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.carnet-adresses .ajout-adresse .inner-block i.fa-plus {
  font-size: 32px;
}
#entreprises-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#entreprises-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: white;
  z-index: 1000;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #entreprises-popup {
    width: 95%;
  }
}
#entreprises-popup .close-entreprises-popup {
  cursor: pointer;
  color: red;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
#entreprises-popup #entreprise-popup-content #entreprises-list {
  max-height: 400px;
  overflow-y: auto;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item input[name='entreprise'] {
  margin: 0 20px;
}
#entreprises-popup #entreprise-popup-content #entreprises-list .entreprise-item:last-child {
  border-bottom: none;
}
#entreprises-popup #entreprise-popup-content .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* From : https://stackoverflow.com/a/33540628  */
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.mfp-bg {
  z-index: 2042;
}
.mfp-wrap {
  z-index: 2043;
}
.mfp-preloader {
  z-index: 2044;
}
.mfp-content {
  z-index: 2045;
}
button.mfp-close,
button.mfp-arrow {
  z-index: 2046;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.panier .reseaux {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  column-gap: 1.25rem;
  margin: 0.9375rem auto;
}
.panier .reseaux > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  border: 0.0625rem solid #464545;
}
.panier .reseaux > a:hover,
.panier .reseaux > a:focus,
.panier .reseaux > a:focus:active,
.panier .reseaux > a:active {
  border: 0.0625rem solid #bac400;
}
.panier .reseaux > a img {
  height: 1.6875rem;
}
.panier h2 a.btn {
  font-family: montserrat, sans-serif;
}
.panier .ui-shop-item table td,
.panier .ui-shop-itemconfirm table td,
.panier .item-reduc table td {
  padding: 0.625rem 0.3125rem;
}
.panier .ui-shop-nom a {
  color: #464545;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.panier .items {
  margin-bottom: 1.25rem;
}
.panier .list-options {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
}
.panier .ui-shop-items-remove a,
.panier .ui-shop-item-remove a {
  color: #bac400;
}
.panier .ui-shop-items-remove a:hover,
.panier .ui-shop-item-remove a:hover {
  color: #8a9100;
}
.panier .ui-shop-item-prix {
  display: none;
}
.panier .panel-primary {
  border: rgba(112, 112, 112, 0.5) 0.0625rem solid;
}
.panier .panel-primary .panel-heading {
  background-color: rgba(112, 112, 112, 0.5);
  color: #fff;
  border-bottom: rgba(112, 112, 112, 0.5) 0.0625rem solid;
}
.panier .panel-default {
  border: rgba(112, 112, 112, 0.1) 0.0625rem solid;
}
.panier .panel-default .panel-heading {
  background-color: rgba(112, 112, 112, 0.1);
  border-bottom: rgba(112, 112, 112, 0.1) 0.0625rem solid;
}
.panier .panel-default .panel-heading a {
  color: #464545;
}
.panier .panier-error-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.panier .panier-error-links .panier-liens {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: center;
}
.panier .panier-error-links .panier-liens .btn-sm {
  padding: 0.5rem;
}
.panier .panier-liens {
  display: flex;
  justify-content: space-between;
  column-gap: 0.625rem;
  flex-wrap: wrap;
}
.panier .panier-liens .btn-sm {
  margin: 0;
}
.panier .titre_estport {
  display: flex;
  column-gap: 0.625rem;
}
.panier .livrselect {
  display: none;
}
.panier #champ_dyn_commentaire {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.panier #champ_dyn_commentaire label {
  margin-bottom: 1.25rem;
}
.panier #champ_dyn_commentaire textarea {
  width: 100%;
  padding: 0.625rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  resize: none;
  transition: border-color 0.3s ease-in-out;
  height: 5.625rem;
}
.panier #champ_dyn_commentaire textarea:focus,
.panier #champ_dyn_commentaire textarea:focus-visible {
  border-color: rgba(70, 69, 69, 0.5);
  outline: none;
}
.panier #champ_dyn_acceptcom {
  width: 100%;
  margin: 0.625rem auto;
}
@media (max-width: 767px) {
  .panier {
    padding: 0;
  }
  .panier .panier-liens {
    flex-direction: column-reverse;
    row-gap: 0.625rem;
    align-items: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  margin: 12px 0;
  height: 250px;
  position: relative;
  transition: all 0.5s;
}
.dropzone input[type="file"] {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.dropzone p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 250px;
  font-size: 18px;
}
.dropzone.dragover {
  border: 2px dashed rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.favoris .title {
  font-size: x-large;
}
.favoris .citation {
  font-size: large;
}
.favoris .favoris-listing {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 0;
  margin: 20px auto 10px;
  padding: 0 10px;
}
.favoris .favoris-listing .favori-fiche {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px 20px 33px 33px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.favoris .favoris-listing .favori-fiche > h3 {
  display: none;
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image {
  position: relative;
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image::before {
  content: '';
  position: absolute;
  background-image: url('../../public/img/products-clip-path.svg');
  background-size: cover;
  background-repeat: no-repeat;
  left: -14px;
  top: 0;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 12px);
}
.favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image img {
  width: 178px;
  height: 182px;
  max-width: 172px;
  border-radius: 16px;
  border: 6px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
.favoris .favoris-listing .favori-fiche .titre-desc {
  max-width: 920px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.favoris .favoris-listing .favori-fiche .titre-desc h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #5e5e5e;
}
.favoris .favoris-listing .favori-fiche .titre-desc p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5e5e5e;
  margin: 0;
}
.favoris .favoris-listing .favori-fiche .addfavorite-link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
  background-color: #d3d500;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  padding: 16px 32px;
}
@media (max-width: 1200px) {
  .favoris .favoris-listing {
    width: 100%;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc p {
    font-size: 20px;
    line-height: 25px;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 32px;
  }
}
@media (max-width: 767px) {
  .favoris .favoris-listing {
    gap: 0;
    padding: 0 10px;
  }
  .favoris .favoris-listing .favori-fiche {
    display: grid;
    margin-bottom: 30px;
    grid-template-areas: 'titre titre' 'image desc' 'image link';
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    padding: 14px 10px 10px 24px;
    row-gap: 14px;
    column-gap: 12px;
  }
  .favoris .favoris-listing .favori-fiche > h3 {
    display: block;
    grid-area: titre;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    color: #5e5e5e;
    text-align: center;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc {
    grid-area: desc;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc h3 {
    display: none;
  }
  .favoris .favoris-listing .favori-fiche .titre-desc p {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 6;
    min-width: 148px;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image {
    grid-area: image;
    margin-bottom: 12px;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image .ui-site-image img {
    width: 168px;
    height: 172px;
    margin: unset;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link {
    grid-area: link;
    margin-bottom: 0;
    align-items: center;
    margin-left: 0;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link .ui-shop-lien a {
    line-height: 26px;
    padding: 5px 21px;
  }
  .favoris .favoris-listing .favori-fiche .addfavorite-link > img {
    display: none;
  }
}
@media (max-width: 370px) {
  .favoris .favoris-listing .favori-fiche {
    grid-template-areas: 'titre titre' 'image image' 'desc desc' 'link link';
    grid-template-rows: auto 1fr auto auto;
  }
  .favoris .favoris-listing .favori-fiche .ui-shop-image {
    justify-self: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-cats.sscathybride {
  position: relative;
}
.ui-shop-cats.sscathybride .left,
.ui-shop-cats.sscathybride .right {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  z-index: 9999;
  position: absolute;
  font-size: large;
  font-weight: 700;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ecedf0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.039);
  box-sizing: border-box;
}
.ui-shop-cats.sscathybride .left:hover,
.ui-shop-cats.sscathybride .right:hover {
  opacity: 1 !important;
  background-color: #ecedf0;
  border-color: #979cac;
}
.ui-shop-cats.sscathybride .left {
  left: 0;
}
.ui-shop-cats.sscathybride .right {
  right: 0;
}
.ui-shop-cats.sscathybride:hover .left,
.ui-shop-cats.sscathybride:hover .right {
  visibility: visible;
  opacity: 0.65;
}
.ui-shop-cats.sscathybride .souscats {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  align-items: stretch;
  flex-flow: row nowrap;
  -ms-overflow-style: none;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.ui-shop-cats.sscathybride .souscats::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.ui-shop-cats.sscathybride .souscats .souscat {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px;
  border-radius: 100px;
  background-color: #efefef;
  border: 1px solid #ecedf0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.ui-shop-cats.sscathybride .souscats .souscat:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.ui-shop-cats.sscathybride .souscats .souscat + .souscat {
  cursor: pointer;
  margin-left: 15px;
}
.ui-shop-cats.sscathybride .souscats .souscat a {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ui-shop-cats.sscathybride .souscats .souscat a .image .ui-site-docimage {
  width: 40px;
  height: 40px;
}
.ui-shop-cats.sscathybride .souscats .souscat a .image .ui-site-docimage .ui-site-image img {
  border-radius: 100px;
}
.ui-shop-cats.sscathybride .souscats .souscat a .texte {
  padding: 0 10px;
  color: #2e373e;
  font-size: medium;
  font-style: italic;
  text-align: center;
}
.ui-shop-cats.sscathybride .souscats .souscat a .texte h4 {
  margin: 2px 0;
  font-size: medium;
}
@media (max-width: 767px) {
  .ui-shop-cats.sscathybride {
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.contact .texte-accroche {
  margin: 20px 0;
}
.contact .texte-accroche .inner-texte-accroche {
  border: #999 1px solid;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.37);
  padding: 10px;
}
.contact .texte-accroche .inner-texte-accroche .content-line {
  margin: 5px 0;
}
#recontact-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#recontact-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  color: #303030;
  z-index: 100000;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #recontact-popup {
    width: 95%;
  }
}
#recontact-popup #close-recontact-popup {
  cursor: pointer;
  color: red;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
}
#recontact-popup #recontact-popup-content > .alert {
  margin: 20px 0;
}
#recontact-popup #recontact-popup-content #recontact-content .recontact-title {
  padding: 0;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-site-sliderphrase {
  background-color: #bac400;
  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 {
  padding: 1.25rem 0;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.16);
  height: 9.0625rem;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.header .header-container {
  max-width: 116.25rem;
  display: grid;
  grid-template-columns: 20rem 1fr 20rem;
  align-items: center;
  column-gap: 1.25rem;
  height: 100%;
}
.header .header-container .logo {
  width: 19.375rem;
  max-width: 100%;
}
.header .header-container .logo img {
  width: 19.375rem;
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease-in-out;
}
.header .header-container .header-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.1875rem;
}
.header .header-container .header-middle h2 {
  margin: 0;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
}
.header .header-container .header-middle .ui-site-search {
  width: 100%;
  padding-left: 0;
  justify-self: center;
  max-width: 61.5rem;
  display: flex;
}
.header .header-container .header-middle .ui-site-search form {
  max-width: 61.5rem;
  width: 100%;
  position: relative;
}
.header .header-container .header-middle .ui-site-search form .input-group {
  width: 100%;
}
.header .header-container .header-middle .ui-site-search form input {
  height: 2rem;
  border-radius: 12.5rem;
  padding: 0.4375rem 3.1875rem 0.4375rem 0.6875rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background-color: white;
  box-shadow: none;
}
.header .header-container .header-middle .ui-site-search form span.input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: fit-content;
  display: block;
  z-index: 100;
}
.header .header-container .header-middle .ui-site-search form span.input-group-btn button {
  border-radius: 12.5rem 0 0 12.5rem;
  background-color: transparent;
  color: white;
  width: 2.5rem;
  height: 2rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.header .header-container .header-middle .ui-site-search form span.input-group-btn button:hover {
  box-shadow: inset 0 0 0.3125rem rgba(0, 0, 0, 0.1);
}
.header .header-container .header-middle .ui-site-search form span.input-group-btn button img {
  height: 1rem;
  width: 1rem;
}
.header .header-container .header-right {
  display: flex;
  column-gap: min(1.875rem, 8%);
  align-items: center;
  justify-content: flex-end;
}
.header .header-container .header-right .tel {
  font-size: 1.3125rem;
  color: #464545;
  padding: 0.5rem 0.1875rem;
  display: flex;
  align-items: center;
}
.header .header-container .header-right .tel:hover,
.header .header-container .header-right .tel:focus,
.header .header-container .header-right .tel:active,
.header .header-container .header-right .tel:focus:active {
  color: #bac400;
}
.header .header-container .header-right .facebook {
  padding: 0.5rem 0.1875rem;
  display: flex;
  align-items: center;
}
.header .header-container .header-right .facebook svg {
  height: 1.3125rem;
  width: 1.375rem;
}
.header .header-container .header-right .facebook svg path {
  transition: fill 0.3s ease-in-out;
}
.header .header-container .header-right .facebook:hover svg path,
.header .header-container .header-right .facebook:focus svg path,
.header .header-container .header-right .facebook:active svg path,
.header .header-container .header-right .facebook:focus:active svg path {
  fill: #bac400;
}
.header .header-container .header-right .ui-block-panier a:not(.btn) {
  padding: 0.5rem 0.1875rem;
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
}
.header .header-container .header-right .ui-block-panier {
  position: relative;
}
.header .header-container .header-right .ui-block-panier .count {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #464545;
  color: white;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-container .header-right .ui-block-panier .btn-primary {
  font-size: 1.25rem;
  padding: 1.125rem 3.125rem;
  display: flex;
  align-items: center;
  column-gap: 0.5625rem;
}
.header .header-container .header-right .ui-block-panier .btn-primary img {
  width: 1rem;
}
.header .header-container .header-right .ui-block-panier .btn-primary:hover img,
.header .header-container .header-right .ui-block-panier .btn-primary:focus img,
.header .header-container .header-right .ui-block-panier .btn-primary:active img,
.header .header-container .header-right .ui-block-panier .btn-primary:active:focus img,
.header .header-container .header-right .ui-block-panier .btn-primary:focus:active img,
.header .header-container .header-right .ui-block-panier .btn-primary:focus-visible img,
.header .header-container .header-right .ui-block-panier .btn-primary:focus-within img {
  filter: invert(39%) sepia(100%) grayscale(100%) brightness(90%) brightness(110%);
}
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu {
  top: 105%;
  box-shadow: unset;
  width: 31.25rem;
  right: 0;
  padding: 0;
  left: unset;
}
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-desc a,
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-del a {
  color: #464545;
}
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-desc a:hover,
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .ui-block-panier-survol-del a:hover {
  color: #bac400;
}
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content {
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.175);
}
.header .header-container .header-right .ui-block-panier .dropdown.dropdown-on-hover .dropdown-menu .content a.btn-primary {
  margin: 0.9375rem auto 0.3125rem;
}
.header .header-container .header-right .ui-block-panier .dropdown-menu {
  top: 105%;
}
.header .header-container .header-right .ui-block-panier .dropdown-menu .content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.header .header-container .header-right .ui-block-panier .dropdown-menu .content .list-unstyled a {
  padding: 0;
}
.header .header-container .header-right .ui-block-panier .dropdown-menu .transparent {
  position: absolute;
  top: -5%;
  width: 100%;
  height: 5%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: unset;
}
.header .header-container .header-right .ui-block-panier .dropdown-menu .transparent::before {
  border: none;
  border-width: 0;
  border-color: transparent transparent transparent transparent;
}
.header .header-container .header-right .burger-menu {
  cursor: pointer;
  height: 2.1875rem;
  width: 2.625rem;
  overflow: visible;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  padding: 0.1875rem;
}
.header .header-container .header-right .burger-menu span,
.header .header-container .header-right .burger-menu span:before,
.header .header-container .header-right .burger-menu span:after {
  display: block;
  height: 0.25rem;
  border-radius: 0.25rem;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.header .header-container .header-right .burger-menu span {
  background: #1d1d1d;
}
.header .header-container .header-right .burger-menu span::before {
  background: #1d1d1d;
}
.header .header-container .header-right .burger-menu span::after {
  background: #1d1d1d;
}
.header .header-container .header-right .burger-menu span:before {
  content: "";
  left: 0rem;
  top: -0.6875rem;
  width: 2.25rem;
}
.header .header-container .header-right .burger-menu span {
  right: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
}
.header .header-container .header-right .burger-menu span:after {
  content: "";
  left: 0rem;
  top: 0.6875rem;
  width: 2.25rem;
}
.header .header-container .header-right .burger-menu.close {
  float: none;
  opacity: 1;
  text-shadow: none;
}
.header .header-container .header-right .burger-menu.close span:before {
  top: 0rem;
  transform: rotate(90deg);
  width: 2.25rem;
}
.header .header-container .header-right .burger-menu.close span {
  transform: rotate(-45deg);
  top: 1rem;
  width: 2.25rem;
  background-color: #1d1d1d;
}
.header .header-container .header-right .burger-menu.close span:after {
  top: 0rem;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
.header .header-container .header-right .menu_links {
  z-index: 3;
  width: 100vw;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding: 2.625rem;
  transition: all 0.3s ease-in-out;
  left: 0;
  width: 100%;
}
.header .header-container .header-right .menu_links.overlay {
  visibility: visible;
  opacity: 1;
  padding: 2.625rem;
  background: #333333;
  max-height: calc(100vh - 100%);
  left: 0;
  overflow-y: auto;
}
.header .header-container .header-right .menu_links.overlay::-webkit-scrollbar {
  width: 0.4375rem;
}
.header .header-container .header-right .menu_links.overlay::-webkit-scrollbar-thumb {
  background-color: #bac400;
  border-radius: 0.4375rem;
}
.header .header-container .header-right .menu_links.overlay::-webkit-scrollbar-track {
  background-color: transparent;
}
@media (max-width: 992px) {
  .header .header-container .header-right .menu_links.overlay {
    display: flex;
    flex-direction: column;
  }
}
.header .header-container .header-right .menu_links ul.nav {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 28.125rem));
  height: fit-content;
  padding: 0;
  margin: 0;
  font-family: montserrat, sans-serif;
}
.header .header-container .header-right .menu_links ul.nav::before,
.header .header-container .header-right .menu_links ul.nav::after {
  content: none;
}
.header .header-container .header-right .menu_links ul.nav li {
  list-style: none;
}
.header .header-container .header-right .menu_links ul.nav > li {
  display: table;
  margin: 0 0.3125rem 0.625rem 0.3125rem;
  padding: 0.3125rem 0.625rem;
}
.header .header-container .header-right .menu_links ul.nav > li.open > a {
  color: #8a9100;
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li > a {
  font-size: 1.25rem;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  transition: color 0.3s ease-in-out;
  position: relative;
  width: fit-content;
  max-width: 28.125rem;
  text-align: left;
}
.header .header-container .header-right .menu_links ul.nav > li > a span.caret {
  display: none;
  border: 0;
}
.header .header-container .header-right .menu_links ul.nav > li > a:hover {
  color: #8a9100;
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li > a::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #bac400;
  display: block;
  margin-top: 1rem;
  max-width: 100%;
}
.header .header-container .header-right .menu_links ul.nav > li > a:focus {
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu {
  padding: 0;
  margin-top: 0;
  display: block;
  position: inherit;
  box-shadow: none;
  border: none;
  background: unset;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li {
  margin-bottom: 0;
  font-size: 1rem;
  text-align: left;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li > ul.dropdown-menu {
  overflow-y: clip;
  margin-top: 0rem;
  padding: 0;
  background: unset;
  position: static;
  box-shadow: none;
  border: none;
  display: block !important;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin-left: 0.625rem;
  transition: all 0.7s ease-in-out;
  border-radius: 0;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li > ul.dropdown-menu > li {
  margin-bottom: 0;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li:last-of-type {
  margin-bottom: 0;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li a {
  font-size: 1.25rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  font-weight: 400;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li a:focus {
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li a:hover {
  color: #bac400;
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li.open > a {
  color: #bac400;
  background-color: unset;
}
.header .header-container .header-right .menu_links ul.nav > li ul.dropdown-menu > li.open .dropdown-menu {
  max-height: 50rem !important;
  background-color: rgba(0, 0, 0, 0.65);
  margin-top: 0.3125rem;
}
@media (max-width: 991px) {
  .header .header-container .header-right .menu_links.overlay {
    padding: 1.25rem;
  }
  .header .header-container .header-right .menu_links ul.nav {
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .header .header-container .header-right .menu_links ul.nav > li {
    padding: 0.3125rem 0.625rem;
  }
  .header .header-container .header-right .menu_links ul.nav > li a .caret {
    display: block;
  }
  .header .header-container .header-right .menu_links li > a {
    position: relative;
    padding: 0 0.9375rem 0 0;
    line-height: 1.625rem;
  }
  .header .header-container .header-right .menu_links li > a::before {
    bottom: -0.0625rem !important;
    left: 6.75rem !important;
  }
  .header .header-container .header-right .menu_links li .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background: unset;
    position: static;
    box-shadow: none;
    border: none;
    display: block !important;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
  }
  .header .header-container .header-right .menu_links li .dropdown-menu > li {
    margin-bottom: 0.3125rem;
  }
  .header .header-container .header-right .menu_links li .dropdown-menu a {
    color: #fff;
    padding: 0.3125rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    position: relative;
    width: fit-content;
  }
  .header .header-container .header-right .menu_links li .dropdown-menu a .caret {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .header-container .header-right .menu_links li .dropdown-menu a:hover {
    background-color: unset;
    color: #fff;
  }
  .header .header-container .header-right .menu_links li.open {
    background-color: rgba(0, 155, 204, 0.2);
  }
  .header .header-container .header-right .menu_links li.open > a {
    color: #fff;
  }
  .header .header-container .header-right .menu_links li.open > .dropdown-menu {
    max-height: 50rem !important;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 1500px) {
  .header .header-container .header-middle h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .header .header-container {
    grid-template-columns: 18.75rem 1fr 18.75rem;
  }
  .header .header-container .logo {
    width: 18.75rem;
  }
  .header .header-container .logo img {
    width: 18.75rem;
  }
  .header .header-container .header-middle h2 {
    font-size: 1rem;
  }
  .header .header-container .header-right .ui-block-panier .btn-primary {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0.625rem 0;
    height: 8.125rem;
  }
  .header .header-container {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    row-gap: 0.625rem;
    padding: 0 0.625rem;
  }
  .header .header-container .logo {
    width: 15.625rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header .header-container .logo img {
    width: 15.625rem;
  }
  .header .header-container .header-middle {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .header .header-container .header-middle h2 {
    font-size: 1rem;
  }
  .header .header-container .header-middle .ui-site-search {
    max-width: 43.75rem;
  }
  .header .header-container .header-right {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (max-height: 600px) and (orientation: landscape) and (min-width: 400px) {
  .header {
    height: 5.1875rem;
  }
  .header .header-container {
    grid-template-columns: 1fr minmax(19.375rem, 31.25rem) 1fr;
  }
  .header .header-container .logo {
    width: 10rem;
  }
  .header .header-container .logo img {
    width: 10rem;
  }
  .header .header-container .header-middle {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .header .header-container .header-middle h2 {
    font-size: 1rem;
  }
  .header .header-container .header-right {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (max-width: 797px) {
  .header .header-container .logo {
    width: 7.8125rem;
  }
  .header .header-container .logo img {
    width: 7.8125rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
*,
html {
  text-rendering: geometricPrecision;
}
html {
  font-size: 16px;
}
@media (min-width: 1921px) and (max-width: 2150px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2151px) and (max-width: 2499px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 2500px) and (max-width: 3000px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 3001px) {
  html {
    font-size: 28px;
  }
}
.form-search {
  margin-bottom: 2.5rem;
}
.form-search button.btn-primary {
  height: 2.125rem;
}
.form-control {
  height: 2.125rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.modal {
  z-index: 20000;
}
.modal .modal-content {
  padding: 0.875rem;
}
.modal-backdrop {
  z-index: 9999;
}
body {
  font-family: montserrat, sans-serif;
  color: #464545;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1rem;
  padding-top: 9.0625rem;
  line-height: 1.25;
  overflow-x: clip;
}
body #modal-popup-ajout {
  z-index: 10000;
}
body .modal-dialog {
  width: 65%;
}
body .modal-dialog .ui-shop-lies .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
body .modal-content .ui-site-image img {
  max-width: 100%;
  width: 7.5rem;
}
body .mfp-bg.mfp-ready {
  height: 100dvh !important;
  position: fixed !important;
}
body .mfp-wrap.mfp-gallery.mfp-ready {
  height: 100dvh !important;
}
@media (min-width: 1200px) {
  body .cheminfer li {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
body .dropdown-menu {
  font-size: 0.875rem;
}
body span.caret {
  margin-left: 0.125rem;
  border-top: 0.25rem dashed;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: montserrat, sans-serif;
  margin: 1.25rem 0;
  font-weight: 600;
}
body h1 {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 4.6875rem;
  text-align: center;
}
body h1::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  min-width: 3.125rem;
  height: 0.125rem;
  background: #bac400;
}
@media (max-width: 1199px) {
  body h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  body h1 {
    font-size: 2rem;
  }
}
body h2 {
  font-size: 2.5rem;
}
@media (max-width: 1199px) {
  body h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 1.625rem;
  }
}
body h3 {
  font-size: 2rem;
}
@media (max-width: 1199px) {
  body h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  body h3 {
    font-size: 1.2rem;
  }
}
body h4 {
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  body h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  body h4 {
    font-size: 1rem;
  }
}
body h3,
body h4 {
  font-family: montserrat, sans-serif;
  margin: 1.25rem 0;
  font-weight: 700;
}
body a {
  color: #bac400;
  transition: all 0.3s ease-in-out;
}
body a.disabled {
  pointer-events: none;
  color: #464545;
}
body a:hover,
body a:focus,
body a:active,
body a:active:focus,
body a:focus:active,
body a:focus-visible,
body a:focus-within {
  color: #8a9100;
  text-decoration: none;
  outline: none;
}
body a.btn,
body a.btn-primary {
  font-weight: 700;
  color: #fff;
  background-color: #bac400;
  border: 0.0625rem solid #bac400;
  position: relative;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  border-radius: 12.5rem;
  display: flex;
  column-gap: 0.4375rem;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: fit-content;
}
body a.btn[disabled],
body a.btn-primary[disabled] {
  background-color: #8a9100;
  color: #fff;
}
body a.btn:hover,
body a.btn-primary:hover,
body a.btn:focus,
body a.btn-primary:focus,
body a.btn:active,
body a.btn-primary:active,
body a.btn:active:focus,
body a.btn-primary:active:focus,
body a.btn:focus:active,
body a.btn-primary:focus:active,
body a.btn:focus-visible,
body a.btn-primary:focus-visible,
body a.btn:focus-within,
body a.btn-primary:focus-within {
  background-color: white;
  text-decoration: none;
  color: #bac400;
  border: 0.0625rem solid #bac400;
}
body a.btn-secondary {
  background-color: #464545;
}
body a.btn-secondary[disabled] {
  background-color: #2c2c2c;
}
body a.btn-secondary:hover,
body a.btn-secondary:focus,
body a.btn-secondary:active,
body a.btn-secondary:active:focus,
body a.btn-secondary:focus:active,
body a.btn-secondary:focus-visible,
body a.btn-secondary:focus-within {
  background-color: #2c2c2c;
  text-decoration: none;
  color: #fff;
}
body button,
body button.btn,
body .btn {
  outline: none;
  transition: all 0.3s ease-in-out;
}
body button:hover,
body button.btn:hover,
body .btn:hover,
body button:focus,
body button.btn:focus,
body .btn:focus,
body button:active,
body button.btn:active,
body .btn:active,
body button:active:focus,
body button.btn:active:focus,
body .btn:active:focus,
body button:focus:active,
body button.btn:focus:active,
body .btn:focus:active,
body button:focus-visible,
body button.btn:focus-visible,
body .btn:focus-visible,
body button:focus-within,
body button.btn:focus-within,
body .btn:focus-within {
  text-decoration: none;
  outline: none !important;
}
body button.btn-primary,
body button.btn.btn-primary,
body .btn.btn-primary {
  font-weight: 700;
  color: #fff;
  background-color: #bac400;
  border: 0.0625rem solid #bac400;
  position: relative;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  border-radius: 12.5rem;
  display: flex;
  column-gap: 0.4375rem;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: fit-content;
  font-weight: 500;
}
body button.btn-primary[disabled],
body button.btn.btn-primary[disabled],
body .btn.btn-primary[disabled] {
  background-color: #8a9100;
  color: #fff;
}
body button.btn-primary:hover,
body button.btn.btn-primary:hover,
body .btn.btn-primary:hover,
body button.btn-primary:focus,
body button.btn.btn-primary:focus,
body .btn.btn-primary:focus,
body button.btn-primary:active,
body button.btn.btn-primary:active,
body .btn.btn-primary:active,
body button.btn-primary:active:focus,
body button.btn.btn-primary:active:focus,
body .btn.btn-primary:active:focus,
body button.btn-primary:focus:active,
body button.btn.btn-primary:focus:active,
body .btn.btn-primary:focus:active,
body button.btn-primary:focus-visible,
body button.btn.btn-primary:focus-visible,
body .btn.btn-primary:focus-visible,
body button.btn-primary:focus-within,
body button.btn.btn-primary:focus-within,
body .btn.btn-primary:focus-within {
  background-color: white;
  text-decoration: none;
  color: #bac400;
  border: 0.0625rem solid #bac400;
}
body button.btn-secondary,
body button.btn.btn-secondary,
body .btn.btn-secondary,
body button.btn-link,
body button.btn.btn-link,
body .btn.btn-link {
  font-weight: 700;
  color: #fff;
  border: 0;
  position: relative;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  border-radius: 0;
  background-color: #464545;
}
body button.btn-secondary[disabled],
body button.btn.btn-secondary[disabled],
body .btn.btn-secondary[disabled],
body button.btn-link[disabled],
body button.btn.btn-link[disabled],
body .btn.btn-link[disabled] {
  background-color: #2c2c2c;
  color: #fff;
}
body button.btn-secondary:hover,
body button.btn.btn-secondary:hover,
body .btn.btn-secondary:hover,
body button.btn-link:hover,
body button.btn.btn-link:hover,
body .btn.btn-link:hover,
body button.btn-secondary:focus,
body button.btn.btn-secondary:focus,
body .btn.btn-secondary:focus,
body button.btn-link:focus,
body button.btn.btn-link:focus,
body .btn.btn-link:focus,
body button.btn-secondary:active,
body button.btn.btn-secondary:active,
body .btn.btn-secondary:active,
body button.btn-link:active,
body button.btn.btn-link:active,
body .btn.btn-link:active,
body button.btn-secondary:active:focus,
body button.btn.btn-secondary:active:focus,
body .btn.btn-secondary:active:focus,
body button.btn-link:active:focus,
body button.btn.btn-link:active:focus,
body .btn.btn-link:active:focus,
body button.btn-secondary:focus:active,
body button.btn.btn-secondary:focus:active,
body .btn.btn-secondary:focus:active,
body button.btn-link:focus:active,
body button.btn.btn-link:focus:active,
body .btn.btn-link:focus:active,
body button.btn-secondary:focus-visible,
body button.btn.btn-secondary:focus-visible,
body .btn.btn-secondary:focus-visible,
body button.btn-link:focus-visible,
body button.btn.btn-link:focus-visible,
body .btn.btn-link:focus-visible,
body button.btn-secondary:focus-within,
body button.btn.btn-secondary:focus-within,
body .btn.btn-secondary:focus-within,
body button.btn-link:focus-within,
body button.btn.btn-link:focus-within,
body .btn.btn-link:focus-within {
  background-color: #2c2c2c;
  text-decoration: none;
  color: #fff;
}
body button.btn-link,
body button.btn.btn-link,
body .btn.btn-link {
  border-radius: 12.5rem;
  border: 0.0625rem solid #464545;
}
body button.btn-link:hover,
body button.btn.btn-link:hover,
body .btn.btn-link:hover {
  border-color: #2c2c2c;
}
body button[class*="dropdown-toggle"],
body button.btn[class*="dropdown-toggle"],
body .btn[class*="dropdown-toggle"] {
  display: none;
}
body .ui-site-siblings .navbar {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
}
body .ui-site-siblings .navbar .btn-default {
  border-radius: 12.5rem;
  border-top-left-radius: 12.5rem !important;
  border-bottom-left-radius: 12.5rem !important;
  border-bottom-right-radius: 12.5rem !important;
  border-top-right-radius: 12.5rem !important;
}
body .ui-site-siblings .navbar .navbar-btn {
  order: 1;
}
body .ui-site-siblings .navbar .btn-group {
  order: 0;
}
body .ui-site-siblings .navbar .btn-group.pull-right {
  order: 2;
}
body .ui-site-siblings .navbar::before,
body .ui-site-siblings .navbar::after {
  content: none;
}
body .ui-shop-ajout,
body .ui-shop-item-quantiteedit form {
  display: flex;
  flex-direction: column;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
body .ui-shop-ajout .ui-site-quantite,
body .ui-shop-item-quantiteedit form .ui-site-quantite {
  position: relative;
  width: fit-content;
}
body .ui-shop-ajout .ui-site-quantite::before,
body .ui-shop-item-quantiteedit form .ui-site-quantite::before {
  content: "";
  position: absolute;
  left: 1.69rem;
  height: 1.3125rem;
  top: calc(50% - 0.625rem);
  width: 0.0625rem;
  background-color: #464545;
  z-index: 2;
}
body .ui-shop-ajout .ui-site-quantite::after,
body .ui-shop-item-quantiteedit form .ui-site-quantite::after {
  content: "";
  position: absolute;
  right: 1.69rem;
  height: 1.3125rem;
  top: calc(50% - 0.625rem);
  width: 0.0625rem;
  background-color: #464545;
  z-index: 2;
}
body .ui-shop-ajout .ui-site-quantite .input-group,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group {
  width: 7.5rem;
}
body .ui-shop-ajout .ui-site-quantite .input-group input,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group input {
  border: 0.0625rem solid #464545;
  border-radius: 0.5rem !important;
  font-weight: 500;
  z-index: 1;
  color: #464545;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0.375rem 1.69rem;
  text-align: center;
  position: relative;
  height: 2.13rem;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn {
  position: absolute;
  top: 0.0625rem;
  height: calc(100% - 0.125rem);
  width: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  z-index: 3;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn button,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn button .glyphicon::before,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn button .glyphicon::before {
  content: "-";
  font-weight: 500;
  font-size: 0.8125rem;
  color: #464545;
  transition: color 0.3s ease-in-out;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn button:hover,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn button:hover {
  background-color: transparent;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn button:hover .glyphicon::before,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn button:hover .glyphicon::before {
  color: #2c2c2c;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn:first-of-type,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn:first-of-type {
  left: 0.0625rem;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn:first-of-type .glyphicon::before,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn:first-of-type .glyphicon::before {
  font-size: 2.69rem;
  line-height: 0.1875rem;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn:last-of-type,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn:last-of-type {
  right: 0.0625rem;
}
body .ui-shop-ajout .ui-site-quantite .input-group-btn:last-of-type .glyphicon::before,
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn:last-of-type .glyphicon::before {
  content: "+";
  line-height: 2rem;
}
body .ui-shop-item-quantiteedit form {
  justify-content: flex-start;
}
body .ui-shop-item-quantiteedit form .ui-site-quantite .input-group-btn:last-of-type .glyphicon::before {
  line-height: 1;
}
body .ui-site-ariane {
  margin-bottom: 3.75rem;
}
body .ui-site-ariane .breadcrumb > li + li:before {
  content: ">";
}
body .ui-site-ariane ol {
  padding: 0;
}
body .ui-site-ariane ol li a {
  color: #464545;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  body .ui-site-ariane ol li a {
    font-size: 0.75rem;
  }
}
body .ui-site-ariane ol li a:hover,
body .ui-site-ariane ol li a:focus,
body .ui-site-ariane ol li a:active,
body .ui-site-ariane ol li a:active:focus,
body .ui-site-ariane ol li a:focus:active,
body .ui-site-ariane ol li a:focus-visible,
body .ui-site-ariane ol li a:focus-within {
  color: #bac400;
  text-decoration: none;
}
body .ui-shop-pagination .pagination > li > a {
  border: 0 !important;
}
body .ui-shop-pagination .pagination > li.active > a {
  background-color: #bac400;
  color: #fff;
}
body .container {
  width: 100%;
  padding: 0 1rem;
  max-width: 97rem;
}
body .container.page-container {
  max-width: 71.25rem;
}
@media (max-width: 767px) {
  body .container {
    padding: 0 0.9375rem;
  }
}
body .container::before,
body .container::after {
  content: none;
}
body .cheminfer {
  margin-bottom: 1.25rem;
}
body main {
  flex: 1;
  overflow-x: clip;
}
body main.main-panier {
  padding-top: 2.5rem;
}
body main .slide-home,
body main .slide-default {
  width: 100%;
  margin-bottom: 6.25rem;
}
body main .slide-home .ui-site-image img,
body main .slide-default .ui-site-image img {
  width: 100%;
}
body main .slide-default {
  margin-bottom: 3.75rem;
}
body main .cats-home {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  margin: 0 auto 6.25rem auto;
  row-gap: min(2.5rem, 2.5dvw);
  column-gap: 2.5rem;
  justify-items: center;
}
body main .cats-home.five {
  grid-template-columns: repeat(6, minmax(9.375rem, 16.3125rem));
}
body main .cats-home.five > div:nth-child(1) {
  grid-column: 1/3;
}
body main .cats-home.five > div:nth-child(2) {
  grid-column: 3/5;
}
body main .cats-home.five > div:nth-child(3) {
  grid-column: 5/7;
}
body main .cats-home.five > div:nth-child(4) {
  grid-column: 2/4;
}
body main .cats-home.five > div:nth-child(5) {
  grid-column: 4/6;
}
body main .cats-home.normal {
  grid-template-columns: repeat(3, minmax(18.75rem, 32.625rem));
}
body main .cats-home.four {
  grid-template-columns: repeat(6, minmax(9.375rem, 16.3125rem));
}
body main .cats-home.four > div:nth-child(1) {
  grid-column: 1/3;
}
body main .cats-home.four > div:nth-child(2) {
  grid-column: 3/5;
}
body main .cats-home.four > div:nth-child(3) {
  grid-column: 5/7;
}
body main .cats-home.four > div:nth-child(4) {
  grid-column: 3/5;
}
body main .cats-home .cat-home {
  width: 100%;
}
body main .cats-home .cat-home a {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
body main .cats-home .cat-home a .ui-site-docimage {
  width: 100%;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
body main .cats-home .cat-home a .ui-site-docimage img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
body main .cats-home .cat-home a .text {
  width: 100%;
  padding: 1.5625rem 0.3125rem;
  display: flex;
  align-items: center;
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  max-width: 100%;
  background-color: #1d1d1d;
}
body main .cats-home .cat-home a .text h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
  max-width: 100%;
  text-align: center;
}
body main .cats-home .cat-home a:hover .text h2 {
  color: #bac400;
}
body main .selection-home {
  margin-bottom: 6.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body main .selection-home h2 {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 4.6875rem;
  text-align: center;
}
body main .selection-home h2::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  min-width: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  height: 0.125rem;
  background: #bac400;
}
body main .selection-home .swiper-external-container {
  position: relative;
}
@media (max-width: 1700px) {
  body main .selection-home .swiper-external-container {
    padding: 0 4.375rem;
  }
}
body main .selection-home .swiper-external-container .swiper-container {
  padding: 0 0.3125rem;
}
body main .selection-home .swiper-external-container .swiper-button-prev::after,
body main .selection-home .swiper-external-container .swiper-button-next::after {
  content: none;
}
body main .selection-home .swiper-external-container .swiper-button-prev img,
body main .selection-home .swiper-external-container .swiper-button-next img {
  width: 1.875rem;
  height: 1.875rem;
}
body main .selection-home .swiper-external-container .swiper-button-prev {
  left: -4.375rem;
}
@media (max-width: 1700px) {
  body main .selection-home .swiper-external-container .swiper-button-prev {
    left: 0;
  }
}
body main .selection-home .swiper-external-container .swiper-button-next {
  right: -4.375rem;
}
@media (max-width: 1700px) {
  body main .selection-home .swiper-external-container .swiper-button-next {
    right: 0;
  }
}
body main .actus-blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  width: 100%;
  column-gap: min(5rem, 4.2dvw);
  margin-bottom: 6.25rem;
  justify-items: center;
}
body main .actus-blog .actus-img,
body main .actus-blog .blogs-img {
  width: 45rem;
  max-width: 100%;
  border-radius: 0.5rem;
}
body main .actus-blog .actus-img img,
body main .actus-blog .blogs-img img {
  width: 45rem;
  max-width: 100%;
  border-radius: 0.5rem;
}
body main .actus-blog .actus,
body main .actus-blog .blog {
  width: 100%;
  height: auto;
  position: relative;
}
body main .actus-blog .actus a.btn,
body main .actus-blog .blog a.btn {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.1875rem solid white;
  padding: 0.9375rem 4.375rem;
  font-size: 1.25rem;
  font-weight: 500;
}
body main .search .searchbar {
  margin-bottom: 1.25rem;
}
body main .last-actu {
  margin-bottom: 6.25rem;
}
body main .last-actu .ui-site-souspages {
  display: grid;
  grid-template-columns: minmax(21.875rem, 42.1875rem) minmax(28.125rem, 1fr);
  column-gap: min(2.5rem, 2.5vw);
  align-items: center;
}
body main .last-actu .ui-site-souspages .actu-img {
  max-width: 100%;
  border-radius: 0.5rem;
}
body main .last-actu .ui-site-souspages .actu-img img {
  width: 100%;
  border-radius: 0.5rem;
}
body main .last-actu .ui-site-souspages .actu-content {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
body main .last-actu .ui-site-souspages .actu-content .actu-texte h2 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
  color: #464545;
}
body main .last-actu .ui-site-souspages .actu-content .actu-texte p {
  margin: 0;
  font-size: 1.5rem;
  color: #464545;
}
body main .last-actu .ui-site-souspages .actu-content .btn-primary {
  font-size: 1.25rem;
  padding: 0.9375rem 4.375rem;
  font-weight: 500;
}
body main .partenaires-section h2 {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 2.5rem auto;
}
body main .partenaires-section h2::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  min-width: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  height: 0.125rem;
  background: #bac400;
}
body main .partenaires-container {
  display: flex !important;
  position: relative;
  gap: 0;
  width: min(calc(100% + 3.75rem), calc(100vw - 3.75rem));
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  padding: 0 1.875rem;
  scrollbar-width: none;
}
body main .partenaires-container .left,
body main .partenaires-container .right {
  width: 0.9375rem;
  height: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: calc(50% - 0.3125rem);
  z-index: 10;
  position: absolute;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  font-size: 0.9375rem;
}
body main .partenaires-container .left img,
body main .partenaires-container .right img {
  width: 100%;
}
body main .partenaires-container .left:hover,
body main .partenaires-container .right:hover {
  opacity: 1 !important;
}
body main .partenaires-container .left {
  left: 0;
}
body main .partenaires-container .right {
  right: 0;
}
body main .partenaires-container .partenaires {
  width: 100%;
  margin: 0 0 0.9375rem 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  align-items: stretch;
  flex-flow: row nowrap;
  -ms-overflow-style: none;
  justify-content: space-around;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  column-gap: 1.875rem;
}
body main .partenaires-container .partenaires::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
body main .partenaires-container .partenaire {
  padding: 0;
  border-radius: 0;
  background-color: unset;
  border: 0;
  box-shadow: unset;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  width: 100%;
  min-width: min(30%, 10.125rem);
  display: flex;
  flex-direction: column;
}
body main .partenaires-container .partenaire a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  padding-bottom: 0.625rem;
}
body main .partenaires-container .partenaire a .ui-site-docimage {
  width: 100%;
}
body main .partenaires-container .partenaire a .ui-site-docimage img {
  width: 100%;
}
body main .partenaires-container .partenaire a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #bac400;
  max-width: 0;
  transition: all 0.3s ease-in-out;
}
body main .partenaires-container .partenaire a:hover {
  box-shadow: unset;
}
body main .partenaires-container .partenaire a:hover::after {
  max-width: 100%;
}
body main .partenaires-container .partenaire a img {
  width: 100%;
  max-height: unset;
  max-width: 100%;
}
body main .ui-shop-fiches {
  margin-bottom: 3.125rem;
}
body main .page .ui-site-souspages .souspages-agriestel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 30rem));
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  justify-content: center;
  margin-bottom: 5rem;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel {
  padding-bottom: 1.875rem;
  border: 0.0625rem solid #d9d9d9;
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  align-items: center;
  border-radius: 1rem;
  height: auto;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel > a:has(.ui-site-image) {
  width: 100%;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  padding: 0 0.5rem;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:hover .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:active .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:active:focus .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus:active .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus-visible .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus-within .titre,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:hover .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:active .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:active:focus .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus:active .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus-visible .content,
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc a:focus-within .content {
  color: #bac400;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc .titre {
  -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;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #464545;
  transition: color 0.3s ease-in-out;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .titre-desc .content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  font-size: 1rem;
  color: #464545;
  transition: color 0.3s ease-in-out;
}
body main .page .ui-site-souspages .souspages-agriestel .souspage-agriestel .btn-primary {
  margin-top: auto;
  padding: 0.9375rem 4.375rem;
}
body .row.search form .btn-primary {
  height: 2.125rem;
}
@media (max-width: 1500px) {
  body .selection-home .ui-shop-fiches > div:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1199px) {
  body main .slide-home,
  body main .slide-default {
    margin-bottom: 4.375rem;
  }
  body main .slide-home img,
  body main .slide-default img {
    object-fit: cover;
    min-height: 12.5rem;
  }
  body main .slide-default {
    margin-bottom: 2.5rem;
  }
  body main .ui-site-ariane {
    margin-bottom: 2.5rem;
  }
  body main .cats-home {
    grid-template-columns: repeat(2, minmax(18.75rem, 35.81rem)) !important;
    justify-content: center;
    margin-bottom: 4.375rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  body main .cats-home.five > div:nth-child(1) {
    grid-column: 1/2;
  }
  body main .cats-home.five > div:nth-child(2) {
    grid-column: 2/3;
  }
  body main .cats-home.five > div:nth-child(3) {
    grid-column: 1/2;
  }
  body main .cats-home.five > div:nth-child(4) {
    grid-column: 2/3;
  }
  body main .cats-home.five > div:nth-child(5) {
    grid-column: 1/3;
    max-width: 50%;
  }
  body main .cats-home.four > div:nth-child(1) {
    grid-column: 1/2;
  }
  body main .cats-home.four > div:nth-child(2) {
    grid-column: 2/3;
  }
  body main .cats-home.four > div:nth-child(3) {
    grid-column: 1/2;
  }
  body main .cats-home.four > div:nth-child(4) {
    grid-column: 2/3;
  }
  body main .selection-home {
    margin-bottom: 4.375rem;
  }
  body main .selection-home .ui-shop-fiches > div:nth-child(5) {
    display: flex;
  }
  body main .selection-home .ui-shop-fiches > div:nth-child(6) {
    display: flex;
  }
  body main .actus-blog {
    margin-bottom: 4.375rem;
  }
  body main .ui-shop-fiches {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 8.125rem;
  }
  body main .actus-blog .actus a.btn,
  body main .actus-blog .blog a.btn {
    font-size: 0.75rem;
    padding: 0.5rem 1.625rem;
  }
  body main .last-actu .ui-site-souspages {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  body main .last-actu .ui-site-souspages .actu-content {
    align-items: center;
    max-width: 42.5rem;
    margin: 0 auto;
  }
  body main .last-actu .ui-site-souspages .actu-content .actu-texte h2 {
    font-size: 2.25rem;
    text-align: center;
  }
  body main .last-actu .ui-site-souspages .actu-content .actu-texte p {
    font-size: 1rem;
    text-align: center;
  }
  body main .last-actu .ui-site-souspages .actu-content .btn-primary {
    font-size: 1rem;
  }
  body main .page .ui-site-souspages .souspages-agriestel {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  body h1 {
    font-size: 1.875rem;
  }
  body h2 {
    font-size: 1.5rem;
  }
  body h3 {
    font-size: 1.25rem;
  }
  body h4 {
    font-size: 1.125rem;
  }
  body .modal-footer .actions {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    align-items: center;
  }
  body main .ui-site-ariane {
    margin-top: 1.25rem;
  }
  body main .slide-default {
    display: none;
  }
  body main .cats-home {
    grid-template-columns: 1fr !important;
    row-gap: 1.25rem;
  }
  body main .cats-home > div {
    grid-column: 1/2 !important;
  }
  body main .cats-home > div:nth-child(5) {
    max-width: 100% !important;
  }
  body main .cats-home .cat-home a .text h2 {
    font-size: 1.25rem;
  }
  body main .selection-home h2 {
    font-size: 2rem;
  }
  body main .actus-blog {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
  body main .last-actu .ui-site-souspages {
    row-gap: 1.75rem;
  }
  body main .last-actu .ui-site-souspages .actu-content {
    row-gap: 1.75rem;
  }
  body main .last-actu .ui-site-souspages .actu-content .actu-texte h2 {
    font-size: 2rem;
  }
  body main .last-actu .ui-site-souspages .actu-content .actu-texte p {
    font-size: 0.75rem;
  }
  body main .last-actu .ui-site-souspages .actu-content .btn-primary {
    font-size: 0.75rem;
    padding: 0.5rem 1.625rem;
  }
  body main .partenaires-section h2 {
    font-size: 2rem;
  }
}
@media (max-height: 600px) and (orientation: landscape) and (min-width: 400px) {
  body {
    padding-top: 5.1875rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.footer {
  background-color: #464545;
  color: white;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 6.25rem 0;
}
.footer .footer-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5rem;
  padding-bottom: 2.5rem;
}
.footer .footer-top-container .footer-top {
  grid-template-columns: minmax(18.75rem, 25.75rem) minmax(12.5rem, 1fr) minmax(12.5rem, 1fr) 21.25rem;
  display: grid;
  width: 100%;
  position: relative;
  column-gap: min(3.125rem, 3dvw);
}
.footer .footer-top-container .footer-top::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2.5rem;
  height: 0.0625rem;
  left: 0;
  background-color: #fcfcfc;
}
.footer .footer-top-container .footer-top .logo {
  max-width: 100%;
}
.footer .footer-top-container .footer-top .logo img {
  width: 100%;
  max-width: 100%;
}
.footer .footer-top-container .footer-top .footer-menu {
  display: flex;
  justify-self: center;
  flex-direction: column;
  row-gap: 0.75rem;
}
.footer .footer-top-container .footer-top .footer-menu h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
  padding: 0;
  margin: 0;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a {
  padding: 0;
  font-size: 1rem;
  color: white;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a:hover,
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a:focus,
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a:focus:active,
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a:active {
  color: #bac400;
  background-color: transparent;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a span.caret {
  display: none;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav > li > a .dropdown-menu {
  display: none;
}
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav::before,
.footer .footer-top-container .footer-top .footer-menu .menu_links > .nav::after {
  content: none;
}
.footer .footer-top-container .footer-top .contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  justify-self: center;
}
.footer .footer-top-container .footer-top .contact h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.footer .footer-top-container .footer-top .contact > a {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
  font-size: 1rem;
  color: white;
}
.footer .footer-top-container .footer-top .contact > a:hover,
.footer .footer-top-container .footer-top .contact > a:focus,
.footer .footer-top-container .footer-top .contact > a:focus:active,
.footer .footer-top-container .footer-top .contact > a:active {
  color: #bac400;
  background-color: transparent;
}
.footer .footer-top-container .footer-top .contact > a img {
  width: 1.5rem;
}
.footer .footer-top-container .footer-top .tel {
  font-size: 1.25rem;
  letter-spacing: 7%;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  color: #1d1d1d;
  background-color: white;
  padding: 1rem 2.25rem;
  height: fit-content;
  border: 0;
}
.footer .footer-top-container .footer-top .tel img {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .footer-top-container .footer-top .tel:hover,
.footer .footer-top-container .footer-top .tel:focus,
.footer .footer-top-container .footer-top .tel:focus:active,
.footer .footer-top-container .footer-top .tel:active {
  color: #bac400;
}
.footer .footer-top-container .footer-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  column-gap: 1.25rem;
}
.footer .footer-top-container .footer-bottom > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  border: 0.0625rem solid white;
}
.footer .footer-top-container .footer-bottom > a:hover,
.footer .footer-top-container .footer-bottom > a:focus,
.footer .footer-top-container .footer-bottom > a:focus:active,
.footer .footer-top-container .footer-bottom > a:active {
  border: 0.0625rem solid #bac400;
}
.footer .footer-top-container .footer-bottom > a img {
  height: 1.6875rem;
}
.footer > .copyright {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.3125rem;
  position: relative;
  font-size: 0.875rem;
}
.footer > .copyright a {
  padding: 0;
  color: white;
}
.footer > .copyright a:hover {
  color: #bac400;
}
@media (max-width: 1199px) {
  .footer .footer-top-container .footer-top {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    row-gap: 3.125rem;
    justify-items: center;
  }
  .footer .footer-top-container .footer-top .footer-menu,
  .footer .footer-top-container .footer-top .contact {
    text-align: center;
  }
  .footer .footer-top-container .footer-top .logo {
    grid-column: 1/3;
  }
  .footer .footer-top-container .footer-top .tel {
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .footer .footer-top-container .footer-top {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  .footer .footer-top-container .footer-top .logo {
    grid-column: 1/2;
  }
  .footer .footer-top-container .footer-top .tel {
    grid-column: 1/2;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-fiches:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 18.125rem));
  justify-content: center;
  column-gap: min(0.75rem, 1dvw);
  row-gap: 0.75rem;
}
.ui-shop-fiches .fichemini {
  height: auto;
  border: 0.0625rem solid #ccc;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 25rem;
}
.ui-shop-fiches .fichemini > a:not(.btn) {
  row-gap: 1.25rem;
  display: flex;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.ui-shop-fiches .fichemini > a:not(.btn) .ui-shop-image {
  width: 100%;
  border-bottom: 0.0625rem solid #ccc;
}
.ui-shop-fiches .fichemini > a:not(.btn) .ui-shop-image img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.ui-shop-fiches .fichemini > a:not(.btn):hover .ui-shop-nom {
  color: #bac400;
}
.ui-shop-fiches .fichemini .ui-shop-nom {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
  color: #464545;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  transition: color 0.3s ease-in-out;
  text-align: center;
}
.ui-shop-fiches .fichemini .categorie {
  text-align: center;
  color: #464545;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.ui-shop-fiches .fichemini .ui-shop-property {
  margin-bottom: 1.5625rem;
}
.ui-shop-fiches .fichemini .ui-shop-property .ui-shop-property-value {
  font-size: 1rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  box-orient: vertical;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  color: #464545;
}
.ui-shop-fiches .fichemini > form {
  margin-top: auto;
}
.ui-shop-fiches .fichemini .ui-shop-ajout a {
  width: fit-content;
}
@media (max-width: 1500px) {
  .ui-shop-fiches {
    grid-template-columns: repeat(4, minmax(9.38rem, 18.75rem));
  }
}
@media (max-width: 1199px) {
  .ui-shop-fiches {
    grid-template-columns: repeat(3, minmax(9.38rem, 18.75rem));
  }
}
@media (max-width: 767px) {
  .ui-shop-fiches {
    grid-template-columns: repeat(2, minmax(9.38rem, 18.75rem));
  }
  .ui-shop-fiches .fichemini .ui-shop-nom {
    font-size: 1.125rem;
  }
  .ui-shop-fiches .fichemini .ui-shop-ajout a.btn.btn-primary {
    font-size: 0.875rem;
  }
}
@media (max-width: 370px) {
  .ui-shop-fiches {
    grid-template-columns: minmax(auto, 18.75rem);
  }
  .ui-shop-fiches .fichemini .ui-shop-ajout a.btn.btn-primary {
    font-size: 1rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-catlisting h2 {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 4.6875rem;
  text-align: center;
}
.ui-shop-catlisting h2::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  min-width: 3.125rem;
  height: 0.125rem;
  background: #bac400;
}
@media (max-width: 1199px) {
  .ui-shop-catlisting h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .ui-shop-catlisting h2 {
    font-size: 2rem;
  }
}
.ui-shop-cats {
  display: grid;
  grid-template-columns: repeat(3, minmax(18.75rem, 32.625rem));
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  margin: 0 auto 6.25rem auto;
  row-gap: min(2.5rem, 2.5dvw);
  column-gap: 2.5rem;
  justify-items: center;
}
.ui-shop-cats.sscathybride {
  display: flex;
  margin: 0;
}
.ui-shop-cats.sscathybride .souscats .souscat {
  margin: 0 0 0.625rem;
  padding: 0;
  border-radius: 0;
  background-color: unset;
  border: 0;
  box-shadow: unset;
}
.ui-shop-cats.sscathybride .souscats .souscat:hover {
  box-shadow: unset;
}
.ui-shop-cats.sscathybride .souscats .souscat a {
  flex-direction: column;
}
.ui-shop-cats.sscathybride .souscats .souscat a .ui-site-docimage img {
  width: 100%;
  margin-left: 0;
}
.ui-shop-cats .ui-shop-cat {
  width: 100%;
}
.ui-shop-cats .ui-shop-cat a {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
.ui-shop-cats .ui-shop-cat a .ui-site-docimage {
  width: 100%;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.ui-shop-cats .ui-shop-cat a .ui-site-docimage img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.ui-shop-cats .ui-shop-cat a .text {
  width: 100%;
  padding: 1.5625rem 0.3125rem;
  display: flex;
  align-items: center;
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  max-width: 100%;
  background-color: #1d1d1d;
}
.ui-shop-cats .ui-shop-cat a .text h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
  max-width: 100%;
  text-align: center;
}
.ui-shop-cats .ui-shop-cat a:hover .text h2 {
  color: #bac400;
}
@media (max-width: 1199px) {
  .ui-shop-cats {
    grid-template-columns: repeat(2, minmax(18.75rem, 35.81rem));
    justify-content: center;
    margin-bottom: 4.375rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ui-shop-cats {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
  .ui-shop-cats .ui-shop-cat a .text h2 {
    font-size: 1.25rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-catlisting .ui-shop-fiches {
  margin-bottom: 3.125rem;
}
.ui-shop-fiches.row::before,
.ui-shop-fiches.row::after {
  content: none;
}
@media (max-width: 1199px) {
  .ui-shop-catlisting .ui-shop-fiches {
    margin-bottom: 1.875rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fiche {
  width: 100%;
}
.fiche .fiche-haut {
  display: grid;
  grid-template-columns: minmax(28.125rem, 44.125rem) minmax(21.875rem, 38.375rem) 20rem;
  column-gap: min(2.5rem, 2.5dvw);
  margin-bottom: 3.125rem;
}
.fiche .fiche-haut .fiche-gauche {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.fiche .fiche-haut .fiche-gauche .nom-tablette-mobile {
  display: none;
}
.fiche .fiche-haut .fiche-gauche .swiper-mobile {
  display: none;
}
.fiche .fiche-haut .fiche-gauche > .ui-shop-image {
  width: 100%;
  border: 0.0625rem solid #999;
  border-radius: 0.625rem;
}
.fiche .fiche-haut .fiche-gauche > .ui-shop-image img {
  border-radius: 0.625rem;
  width: 100%;
  object-fit: scale-down;
  max-width: 100%;
}
.fiche .fiche-haut .fiche-gauche .swiper-external-container .swiper-container {
  padding: 0 0.0625rem;
}
.fiche .fiche-haut .fiche-gauche .swiper-external-container .swiper-wrapper .video-miniature {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  height: fit-content;
}
.fiche .fiche-haut .fiche-gauche .swiper-external-container .swiper-wrapper .video-miniature::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  background-image: url(../../public/img/video.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 0;
  z-index: 1;
  pointer-events: none;
}
.fiche .fiche-haut .fiche-gauche .swiper-external-container .swiper-wrapper .swiper-slide > a {
  border-radius: 0.625rem;
  border: 0.0625rem solid #1d1d1d;
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}
.fiche .fiche-haut .fiche-gauche .swiper-external-container .swiper-wrapper img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.625rem;
  max-width: 100%;
}
.fiche .fiche-haut .fiche-centre {
  display: flex;
  flex-direction: column;
}
.fiche .fiche-haut .fiche-centre h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.fiche .fiche-haut .fiche-centre h1::after {
  content: none;
}
.fiche .fiche-haut .fiche-centre .categorie {
  font-size: 1rem;
  color: #bac400;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
.fiche .fiche-haut .fiche-droite {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  align-items: center;
  border: 0.0625rem solid #999;
  border-radius: 0.5rem;
  height: fit-content;
}
.fiche .fiche-haut .fiche-droite .ui-shop-marque {
  margin-bottom: 1.875rem;
}
.fiche .fiche-haut .fiche-droite .ui-shop-marque img {
  max-width: 100%;
  width: 15rem;
}
.fiche .fiche-haut .fiche-droite > form {
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form > .ui-shop-ajout {
  display: flex;
  flex-direction: column;
  row-gap: 0.8125rem;
  align-items: center;
}
.fiche .fiche-haut .fiche-droite > form p {
  margin: 0;
}
.fiche .fiche-haut .fiche-droite > form label {
  display: none;
}
.fiche .fiche-haut .fiche-droite > form .pdf-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.8125rem;
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form .pdf-container > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 0.625rem;
  border: 0.0625rem solid #999;
  border-radius: 0.5rem;
  column-gap: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.fiche .fiche-haut .fiche-droite > form .pdf-container > a img {
  width: 1.375rem;
}
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption {
  margin: 0;
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption .form-group {
  margin: 0;
}
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption .dynoption_field {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption textarea {
  resize: none;
}
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption::before,
.fiche .fiche-haut .fiche-droite > form .ui-shop-dynoption::after {
  content: none;
}
.fiche .fiche-haut .fiche-droite > form .quantite-ajout {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.8125rem;
}
.fiche .fiche-haut .fiche-droite > form .quantite-ajout .ui-site-quantite {
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form .quantite-ajout .ui-site-quantite .input-group {
  width: 100%;
}
.fiche .fiche-haut .fiche-droite > form .quantite-ajout .btn-fiche {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.25rem;
  width: 100%;
  border-radius: 0.625rem;
}
@media (max-width: 1300px) {
  .fiche .fiche-haut {
    grid-template-columns: 1fr 20rem;
    justify-items: center;
    row-gap: 2.5rem;
  }
  .fiche .fiche-haut .fiche-gauche {
    grid-column: 1/3;
    max-width: 51.25rem;
  }
  .fiche .fiche-haut .fiche-gauche .nom-tablette-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fiche .fiche-haut .fiche-gauche .nom-tablette-mobile h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .fiche .fiche-haut .fiche-gauche .nom-tablette-mobile h2::after {
    content: none;
  }
  .fiche .fiche-haut .fiche-gauche .nom-tablette-mobile .categorie {
    font-size: 1rem;
    color: #bac400;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 1.4375rem;
  }
  .fiche .fiche-haut .fiche-centre h1 {
    display: none;
  }
  .fiche .fiche-haut .fiche-centre .categorie {
    display: none;
  }
}
@media (max-width: 650px) {
  .fiche .fiche-haut {
    display: flex;
    flex-direction: column;
  }
  .fiche .fiche-haut .fiche-gauche {
    grid-column: 1/2;
    padding-bottom: 1.25rem;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile {
    display: block;
    position: relative;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-prev::after,
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-next::after {
    content: none;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-prev img,
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-next img {
    width: 1.875rem;
    height: 1.875rem;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-prev {
    left: -4.375rem;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-next {
    right: -4.375rem;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-wrapper > .swiper-slide > a {
    width: 100%;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-wrapper img {
    width: 100%;
    height: auto;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    column-gap: 1rem;
    bottom: -1.5625rem;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1d1d1d;
  }
  .fiche .fiche-haut .fiche-gauche > .ui-shop-image {
    display: none;
  }
  .fiche .fiche-haut .fiche-gauche .swiper-external-container:not(.swiper-mobile) {
    display: none;
  }
}
@media (max-width: 650px) and (max-width: 1700px) {
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 650px) and (max-width: 1700px) {
  .fiche .fiche-haut .fiche-gauche .swiper-mobile .swiper-button-next {
    right: 0;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #464545 !important;
}
.site .swiper-container {
  position: relative;
}
.site .swiper-container:hover .swiper-button-prev,
.site .swiper-container:hover .swiper-button-next,
.site .swiper-container:hover .swiper-pagination {
  visibility: visible;
  opacity: 1;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.header-marque {
  display: flex;
  flex-direction: column;
  max-width: 76.875rem;
  margin: 0 auto 5rem;
}
.header-marque .text {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  row-gap: 2.5rem;
}
.header-marque .text .ui-shop-nom {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.header-marque .text .ui-shop-nom::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  min-width: 3.125rem;
  height: 0.125rem;
  background: #bac400;
}
@media (max-width: 1199px) {
  .header-marque .text .ui-shop-nom {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .header-marque .text .ui-shop-nom {
    font-size: 2rem;
  }
}
.header-marque .text .description {
  font-size: 0.875rem;
  color: #464545;
  transition: color 0.3s ease-in-out;
}
.header-marque .text .description p {
  margin: 0;
}
.titre-prods-marque {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 4.6875rem;
  text-align: center;
}
.titre-prods-marque::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  min-width: 3.125rem;
  height: 0.125rem;
  background: #bac400;
}
@media (max-width: 1199px) {
  .titre-prods-marque {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .titre-prods-marque {
    font-size: 2rem;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-marques {
  display: grid;
  grid-template-columns: repeat(3, minmax(15.625rem, 36rem));
  gap: min(3.125rem, 2.6vw);
  justify-content: center;
  margin: 0 auto 3.125rem;
}
.ui-shop-marques .ui-shop-marque {
  width: 100%;
  padding: 0;
}
.ui-shop-marques .ui-shop-marque::before,
.ui-shop-marques .ui-shop-marque::after {
  content: none;
}
.ui-shop-marques .ui-shop-marque a {
  display: flex;
  column-gap: min(1.875rem, 1.6vw);
}
.ui-shop-marques .ui-shop-marque a .text {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
}
.ui-shop-marques .ui-shop-marque a .text .ui-shop-nom {
  font-size: 1.875rem;
  margin-bottom: 1.375rem;
  margin-top: 0;
  color: #bac400;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-family: montserrat, sans-serif;
  text-align: left;
}
.ui-shop-marques .ui-shop-marque a .text .ui-shop-nom::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: transparent linear-gradient(270deg, white 0%, #bac400 100%) 0% 0% no-repeat padding-box;
}
.ui-shop-marques .ui-shop-marque a .text .description {
  font-size: 0.875rem;
  color: #464545;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 8;
  box-orient: vertical;
  -moz-line-clamp: 8;
  -moz-box-orient: vertical;
  transition: color 0.3s ease-in-out;
}
.ui-shop-marques .ui-shop-marque a .text .description p {
  margin: 0;
}
.ui-shop-marques .ui-shop-marque a:hover .description {
  color: #bac400;
}
@media (max-width: 1199px) {
  .ui-shop-marques {
    margin-bottom: 1.875rem;
  }
}
/* CACHED */