/* 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 #f37a1f;
}
.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 .acceptcgv {
  cursor: pointer;
  font-size: 150%;
}
.panier .acceptcgv a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .panier .acceptcgv {
    font-size: 200%;
  }
}
#modal-cgv .modal-dialog,
#modal-popin .modal-dialog {
  min-width: 80%;
  margin: 40px auto;
}
@media (max-width: 767px) {
  #modal-cgv .modal-dialog,
  #modal-popin .modal-dialog {
    margin: 40px 25px;
  }
}
#modal-cgv .modal-dialog .modal-content,
#modal-popin .modal-dialog .modal-content {
  padding: 20px 30px;
}
#modal-popup-ajout .modal-content form .ht,
#modal-popup-ajout .modal-content form .ttc {
  display: block;
}
/* 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: #f37a1f;
  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 */
/* ENG assets/boutons-flat_vars.less */
.btn {
  border-radius: 4px;
}
.btn-default {
  background-color: #fff;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-color: #f37a1f;
  border-color: #c0580a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ca5d0b;
  border-color: #c0580a;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #ca5d0b;
  border-color: #c0580a;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ca5d0b;
  background-image: none;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  border-color: #28a4c9;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #28a4c9;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  border-color: #28a4c9;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  border-color: #e38d13;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-color: #d9534f;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  border-color: #b92c28;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL */
.ui-site-sliderphrase {
  background-color: #6dc293;
}
.ui-site-sliderphrase .swiper-container .swiper-button-prev::after,
.ui-site-sliderphrase .swiper-container .swiper-button-next::after {
  color: #2e373e;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #2e373e;
  overflow-x: hidden;
  max-width: 100vw;
  /* SOUS-PAGES SOUS-PAGES SOUS-PAGES SOUS-PAGES */
  /* HOME HOME HOME HOME HOME HOME */
  /* HOME HOME HOME HOME HOME HOME */
  /* HOME HOME HOME HOME HOME HOME */
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
}
body h1 {
  font-size: 40px;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3 {
  font-family: "Magra", sans-serif;
  font-weight: 700;
}
body a,
body .btn-link {
  color: #f37a1f;
  text-shadow: none !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
body a:hover,
body .btn-link:hover,
body a:focus,
body .btn-link:focus {
  text-decoration: none;
  color: #d4610b;
}
body a:focus,
body .btn-link:focus {
  outline-color: #f37a1f;
}
body .btn,
body .btn-primary {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
body .btn-primary {
  border-color: #f37a1f;
}
body .btn-primary:hover,
body .btn-primary:focus {
  border-color: #d4610b;
}
body .msg-wsb {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
}
body .msg-wsb .titre {
  display: none;
}
body .msg-wsb p {
  margin-bottom: 0;
}
body .cheminfer {
  margin: 10px 0;
}
body .cheminfer .col-sm-3 {
  padding: 0;
}
body .cheminfer li {
  background: none;
  color: #f37a1f;
  border: none;
}
body .cheminfer li:before {
  display: none;
}
body .cheminfer li:after {
  width: 100%;
  height: 3px;
  background-color: #f37a1f;
  border: none;
  left: auto;
  margin-top: -18px;
  z-index: 1;
}
body .cheminfer li a {
  color: #f37a1f;
}
body .cheminfer li a:hover,
body .cheminfer li a:focus {
  text-decoration: none;
}
body .cheminfer li span {
  display: table;
  margin: 0 auto;
  float: none !important;
  font-weight: normal;
  text-transform: none;
}
body .cheminfer li span.badge {
  width: 48px;
  height: 48px;
  font-size: 23px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #2e373e;
  position: relative;
  z-index: 1000;
  padding: 13px;
}
body .cheminfer li span.nom {
  font-size: 16px;
  color: #2e373e;
}
body .cheminfer li.etapeon {
  background: none;
}
body .cheminfer li.etapeon a span.badge {
  background-color: #f37a1f;
  color: #fff;
}
body .cheminfer li.etapeon a span.nom {
  color: #f37a1f;
}
body .cheminfer li.etapeon span.badge {
  background-color: #f37a1f;
  color: #fff;
}
body .cheminfer li.etapeon span.nom {
  color: #f37a1f;
  font-weight: 700;
}
body .btn-devis {
  background-color: #2e373e;
  border-color: #2e373e;
  color: #fff;
}
body .btn-devis:hover,
body .btn-devis:focus {
  background-color: #181d21;
  border-color: #181d21;
  color: #fff;
}
body .ui-site-ariane {
  margin: 10px 0;
}
body .ui-site-ariane ol {
  padding-left: 0;
}
body .ui-site-ariane ol li a {
  color: #f37a1f;
}
body .ui-site-ariane ol li:before {
  color: #f37a1f;
}
body .ui-site-ariane ol li:last-of-type a {
  color: #2e373e;
}
body .ui-site-ariane ol li:last-of-type a:hover,
body .ui-site-ariane ol li:last-of-type a:focus {
  color: #d4610b;
}
body .ui-site-souspages > .row {
  display: flex;
  flex-wrap: wrap;
}
body .ui-site-souspages .ui-site-page {
  margin-bottom: 15px;
}
body .ui-site-souspages .ui-site-page iframe {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
body .ui-site-souspages .ui-site-page .content {
  height: 100%;
}
body .ui-site-souspages .ui-site-page .content.img-nom-desc a {
  height: 100%;
  display: block;
  background-color: #f4efe9;
  color: #2e373e;
  padding: 15px;
}
body .ui-site-souspages .ui-site-page .content.img-nom-desc a .ui-site-image img {
  display: block;
}
body .ui-site-souspages .ui-site-page .content.img-nom-desc a .titre {
  font-size: 24px;
}
body .ui-site-souspages .ui-site-page .content.img-nom-desc a .desc {
  text-align: justify;
}
body .ui-site-souspages .ui-site-page .content.nom-video h2.titre {
  font-size: 24px;
  min-height: 55px;
  text-align: center;
}
body .ui-shop-pagination ul li.active a {
  background-color: #f37a1f;
  border-color: #f37a1f;
}
body .ui-shop-pagination ul li a {
  color: #f37a1f;
}
body .ui-shop-pagination ul li a:hover,
body .ui-shop-pagination ul li a:focus {
  color: #f37a1f;
}
body .ui-shop-avis .icone {
  color: #fc951e;
}
body .title-line {
  font-size: 40px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
body .title-line span {
  background-color: #fff;
  padding: 0 60px;
  position: relative;
  z-index: 100;
}
body .title-line:before,
body .title-line:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  display: block;
  background-color: #f37a1f;
}
body .title-line:before {
  left: 0;
}
body .title-line:after {
  right: 0;
}
body .best-deal {
  position: relative;
  padding: 20px 0;
  margin: 20px 0 50px 0;
}
body .best-deal:before,
body .best-deal:after {
  content: "";
  position: absolute;
}
body .best-deal:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 40px;
  background-color: #f3f3f3;
  box-shadow: 6px 10px 6px rgba(0, 0, 0, 0.29);
  z-index: 2;
}
body .best-deal:after {
  top: 30px;
  bottom: -25px;
  left: 40px;
  right: 20px;
  background-color: #f37a1f;
  z-index: 1;
}
body .best-deal .container {
  position: relative;
  z-index: 10;
}
body .best-deal .container h2 {
  font-size: 40px;
  position: relative;
  margin: 0 0 20px 0;
}
body .best-deal .container h2:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../../public/img/angle-best-deal.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
body .best-deal .container h2 span {
  display: block;
  padding: 15px 0 0 15px;
}
body .best-deal .container .fichemini {
  margin: 0;
}
body .best-deal .container .fichemini:nth-child(n)::before {
  display: none !important;
}
body .best-deal .container .fichemini .content-fichemini {
  border: none;
}
body .texte-seo {
  background-color: #f3f3f3;
  padding: 30px 0;
  margin: 30px 0;
}
body .texte-seo h3 {
  font-size: 34px;
  text-align: center;
  margin: 0 0 30px 0;
}
body .texte-seo .bloc-texte .texte {
  font-size: 16px;
  text-align: justify;
}
body .texte-seo .bloc-texte .texte h3 {
  margin: 20px 0;
  text-align: left;
}
body .texte-seo-new {
  background-color: #f3f3f3;
  padding: 30px 0;
  margin: 30px 0;
}
body .texte-seo-new .container {
  max-width: 1650px;
  display: flex;
  justify-content: space-evenly;
  column-gap: 60px;
  align-items: center;
}
body .texte-seo-new .container::before,
body .texte-seo-new .container::after {
  content: none;
}
body .texte-seo-new .container .intro {
  max-width: 300px;
  text-align: right;
  position: relative;
}
body .texte-seo-new .container .intro::after {
  content: "";
  position: absolute;
  top: -10px;
  height: calc(100% + 20px);
  right: -30px;
  width: 2px;
  background-color: #2e373e;
}
body .texte-seo-new .container .intro h2,
body .texte-seo-new .container .intro h3,
body .texte-seo-new .container .intro h4,
body .texte-seo-new .container .intro h5,
body .texte-seo-new .container .intro h6 {
  margin-top: 0;
}
body .texte-seo-new .container .intro p {
  margin: 0;
}
body .texte-seo-new .container .panel-group {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
}
body .texte-seo-new .container .panel-group .panel + .panel {
  margin-top: 15px;
}
body .texte-seo-new .container .panel-group .panel-default {
  background-color: unset;
  border-color: #2e373e;
  border-radius: 0;
}
body .texte-seo-new .container .panel-group .panel-default .panel-heading {
  background-color: unset;
  border-color: unset;
  padding: 0;
}
body .texte-seo-new .container .panel-group .panel-default .panel-heading a {
  padding: 18px 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  color: #2e373e;
}
body .texte-seo-new .container .panel-group .panel-default .panel-heading a:hover {
  color: #f37a1f;
}
body .texte-seo-new .container .panel-group .panel-default .panel-heading a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../public/img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .texte-seo-new .container .panel-group .panel-default .panel-body {
  border-top: 0;
}
body .assurance {
  background-color: #f3f3f3;
  padding: 15px 0;
}
body .assurance .ui-site-souspages {
  display: flex;
  justify-content: space-between;
}
body .assurance .ui-site-souspages .souspages-item {
  display: flex;
  justify-content: center;
  text-align: center;
}
body .assurance .ui-site-souspages .souspages-item a {
  color: #2e373e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .assurance .ui-site-souspages .souspages-item a span {
  font-family: "Magra", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
body .assurance .ui-site-souspages .souspages-item a img {
  margin: 0 auto;
}
body .assurance .ui-site-souspages .souspages-item a:hover,
body .assurance .ui-site-souspages .souspages-item a:focus {
  color: #f37a1f;
}
body .assurance.assurance-footer {
  margin-top: 20px;
}
body .home .slide {
  height: 450px;
  position: relative;
  background: url("../../public/img/slide.jpg") no-repeat;
  background-size: cover;
}
body .home .slide .container-slide {
  position: absolute;
  bottom: 10px;
  right: 200px;
}
body .home .slide .container-slide #slide_home .ui-regie-slide-slides {
  background-color: #fff;
}
body .home .slide .container-slide #slide_home .ui-regie-slide-slides .slide-content {
  height: 320px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
body .home .slide .container-slide #slide_home .ui-regie-slide-slides .slide-content .bloc-texte h3 {
  font-size: 28px;
  text-align: center;
  margin: 20px 0 10px 0;
}
body .home .slide .container-slide #slide_home .ui-regie-slide-slides .slide-content .bloc-texte h3 span {
  display: block;
}
body .home .slide .container-slide #slide_home .jssorb16 {
  display: block !important;
}
body .home .slide .container-slide #slide_home .jssorb16 .bulle {
  background: #2e373e;
  border-radius: 50%;
}
body .home .slide .container-slide #slide_home .jssorb16 .bulle.bulleav {
  background: #f37a1f;
}
body .home .texte-intro {
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
}
body .home .texte-intro:before {
  content: "";
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2e373e;
}
body .home .texte-intro .ui-site-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .home .texte-intro .ui-site-page img {
  position: relative;
  margin: 20px auto 40px 0;
}
body .home .texte-intro .ui-site-page .img {
  float: right;
  padding: 0 0 15px 15px;
}
body .home .texte-intro .ui-site-page .img img {
  margin: 0;
}
body .home .texte-intro .ui-site-page .txt {
  text-align: justify;
}
body .home .texte-intro .ui-site-page .txt span {
  font-family: "Magra", sans-serif;
  font-size: 16px;
}
body .home .texte-intro .ui-site-page .txt a {
  width: 67px;
  height: 32px;
  background: url("../../public/img/arrow.svg") no-repeat;
  display: block;
  margin: 20px 0 0 auto;
}
body .site .page .ui-site-souspages .row > div:nth-child(3n + 1) {
  clear: left;
}
body .site .page .ui-site-souspages .ui-site-page {
  margin: 10px 0;
}
body .site .page .ui-site-souspages .ui-site-page .titre {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
body .site .page .ui-site-souspages .ui-site-page img {
  display: none;
}
body .content-dimmer {
  position: relative;
}
@media (min-width: 1580px) {
  body .container {
    width: 95%;
  }
}
@media (max-width: 1580px) {
  body .container {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  body .container {
    width: 95%;
  }
  body .best-deal:before {
    right: 25px;
  }
  body .best-deal:after {
    right: 10px;
  }
}
@media (max-width: 991px) {
  body .container {
    width: 100%;
  }
  body .texte-seo-new .container {
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
  }
  body .texte-seo-new .container .intro {
    text-align: center;
    max-width: 800px;
  }
  body .texte-seo-new .container .intro::after {
    display: none;
  }
  body .best-deal:before {
    right: 0;
  }
  body .best-deal:after {
    display: none;
  }
  body .best-deal .container .fichemini {
    margin-bottom: 20px;
  }
  body .texte-seo .bloc-texte .texte + .texte {
    margin-top: 20px;
  }
  body .assurance .ui-site-souspages {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .assurance .ui-site-souspages .souspages-item {
    width: 50%;
    margin: 10px 0;
  }
  body .assurance.assurance-footer:not(".assurance-cat") .ui-site-souspages .souspages-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  body .title-line {
    margin: 20px 0;
  }
  body .title-line span {
    display: block;
    padding: 0;
  }
  body .title-line:before,
  body .title-line:after {
    display: none;
  }
  body .assurance .ui-site-souspages .souspages-item a span {
    height: 56px;
  }
  body .assurance.assurance-footer .ui-site-souspages .souspages-item {
    width: 50%;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
}
.ui-shop-fiches::before,
.ui-shop-fiches::after {
  content: none;
}
.fichemini {
  margin: 20px 0;
}
.fichemini:nth-child(8n + 1)::before {
  content: "";
  width: 100vw;
  height: 200px;
  position: absolute;
  left: calc(-2.5vw - 15px);
  top: -20px;
  z-index: -1;
  background-color: #f3f3f3;
}
.fichemini .content-fichemini {
  position: relative;
  background-color: #fff;
  border: 4px solid #f3f3f3;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.fichemini .content-fichemini:hover,
.fichemini .content-fichemini:focus {
  border-color: #f37a1f;
}
.fichemini .content-fichemini:hover .ui-shop-lien a,
.fichemini .content-fichemini:focus .ui-shop-lien a {
  background-color: #2e373e;
  border-color: #2e373e;
}
.fichemini .content-fichemini .ui-shop-nouveaute {
  display: block;
}
.fichemini .content-fichemini .ui-shop-nouveaute .nouveaute-texte {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #2e373e;
  color: #fff;
  font-family: "Magra", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  padding: 15px 10px;
  z-index: 2;
}
.fichemini .content-fichemini .ui-site-image a {
  position: relative;
  display: table;
  margin: 0 auto;
}
.fichemini .content-fichemini .nom-complet {
  height: 84px;
  font-family: "Magra", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  margin: 10px 0;
}
.fichemini .content-fichemini .nom-complet .ui-shop-nom {
  display: block;
}
.fichemini .content-fichemini .nom-complet .ui-shop-nom a {
  color: #2e373e;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  padding: 0 20px;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.ttc,
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.ht {
  align-self: center;
  margin-left: auto;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.normal {
  font-weight: 300;
  margin-left: inherit;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.texte-promo {
  display: none;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.pourcent {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #2e373e;
  color: #fff;
  font-family: "Magra", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  padding: 15px 10px;
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.pourcent:before {
  content: "-";
}
.fichemini .content-fichemini .ui-shop-prix .ui-site-prix span.pourcent:after {
  content: "%";
}
.fichemini .content-fichemini .ui-shop-lien {
  padding: 0 3px 3px 3px;
  margin-top: 10px;
}
.fichemini .content-fichemini .ui-shop-lien a {
  border-color: #f37a1f;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
}
.fichemini .content-fichemini .ui-shop-lien a .content {
  display: flex;
  justify-content: center;
}
.fichemini .content-fichemini .ui-shop-lien a .content .bloc-img {
  align-self: center;
}
.fichemini .content-fichemini .ui-shop-lien a .content .bloc-img img {
  margin-right: 20px;
}
.fichemini .content-fichemini .ui-shop-lien a .content span {
  font-weight: 700;
  color: #fff;
  align-self: center;
}
.fichemini .content-fichemini .ui-shop-lien a:hover,
.fichemini .content-fichemini .ui-shop-lien a:focus {
  background-color: #2e373e;
  border-color: #2e373e;
}
@media (max-width: 1199px) {
  .fichemini:nth-child(8n + 1)::before {
    content: none;
  }
  .fichemini:nth-child(6n + 1)::before {
    content: "";
    width: calc(100vw);
    height: 200px;
    position: absolute;
    left: calc(-2.5vw - 15px);
    top: -20px;
    z-index: -1;
    background-color: #f3f3f3;
  }
}
@media (max-width: 991px) {
  .fichemini:nth-child(6n + 1)::before {
    content: none;
  }
  .fichemini:nth-child(4n + 1)::before {
    content: "";
    width: calc(100vw);
    height: 200px;
    position: absolute;
    left: -15px;
    top: -20px;
    z-index: -1;
    background-color: #f3f3f3;
  }
}
@media (max-width: 767px) {
  .fichemini:nth-child(n)::before {
    content: "";
    width: calc(100vw);
    height: 200px;
    position: absolute;
    left: -15px;
    top: -20px;
    z-index: -1;
    background-color: #f3f3f3;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fiche .head {
  margin-bottom: 20px;
}
.fiche .head .nom-complet {
  font-size: 30px;
  font-family: "Magra", sans-serif;
  font-weight: 700;
}
.fiche .head .ui-shop-avis {
  font-weight: 300;
}
.fiche .ui-shop-fiche-haut {
  display: flex;
}
.fiche .ui-shop-fiche-haut .gauche {
  padding-bottom: 60px;
  position: relative;
}
.fiche .ui-shop-fiche-haut .gauche::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f37a1f;
  z-index: 1;
}
.fiche .ui-shop-fiche-haut .gauche .ui-shop-image img {
  background-color: #fff;
  border-radius: 10px;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures {
  margin-top: 10px;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .ui-site-image img {
  border: 1px solid #eee;
  border-radius: 10px;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top {
  position: relative;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container {
  margin: 0 15px;
  position: initial;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-prev,
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-next {
  width: 20px;
  height: 35px;
  background: #f37a1f;
  border: 1px solid transparent;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  left: auto;
  right: auto;
  margin-top: -17px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-prev:hover,
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-next:hover {
  background-color: #fff;
  border-color: #f37a1f;
  color: #f37a1f;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-prev::after,
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-next::after {
  font-size: 14px;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-prev {
  border-radius: 4px 0px 0px 4px;
  left: 0;
}
.fiche .ui-shop-fiche-haut .gauche .miniatures .swiper-container-top .swiper-container .swiper-button-next {
  border-radius: 0 4px 4px 0;
  right: 0;
}
.fiche .ui-shop-fiche-haut .centre {
  display: flex;
  flex-direction: column;
  order: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.fiche .ui-shop-fiche-haut .centre::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 15px);
  height: 1px;
  background: #f37a1f;
  z-index: 1;
}
.fiche .ui-shop-fiche-haut .centre .desc-courte {
  margin-top: 10px;
}
.fiche .ui-shop-fiche-haut .centre .desc-titre {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #f37a1f;
  width: fit-content;
}
.fiche .ui-shop-fiche-haut .centre .desc-contenu {
  margin-bottom: 15px;
}
.fiche .ui-shop-fiche-haut .droite {
  order: 3;
}
.fiche .ui-shop-fiche-haut .droite .contenu {
  max-width: 100%;
  position: relative;
  border: 3px solid #f37a1f;
  border-radius: 10px;
  padding: 40px 15px 15px 15px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .btn-dispo {
  margin: 10px auto 0;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ref-prix {
  display: flex;
  justify-content: space-between;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ref {
  font-weight: 700;
  align-self: center;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix {
  font-size: 23px;
  font-weight: 700;
  color: #f37a1f;
  display: flex;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.ht,
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.ttc {
  align-self: center;
  margin-left: auto;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.normal {
  font-size: 60%;
  font-weight: 300;
  color: #2e373e;
  margin-right: 10px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.pourcent {
  position: absolute;
  top: -3px;
  right: 20px;
  background-color: #2e373e;
  color: #fff;
  font-family: "Magra", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.pourcent:before {
  content: '-';
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-prix .ui-site-prix span.pourcent:after {
  content: '%';
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ssproduits {
  margin: 20px 0;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison {
  display: flex;
  margin-bottom: 20px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison:before {
  content: '';
  width: 33px;
  height: 32px;
  background: url(../../public/img/livraison-fiche.svg) no-repeat;
  background-size: 32px;
  align-self: center;
  margin-right: 10px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison .ui-shop-stockinfo {
  align-self: center;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison .ui-shop-stockinfo div.text-success {
  color: #3ba143;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison .ui-shop-stockinfo div.text-warning {
  color: #e67e22;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison .ui-shop-stockinfo div.text-danger {
  color: #c0392b;
}
.fiche .ui-shop-fiche-haut .droite .contenu .stock-livraison .delai {
  align-self: center;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite input.form-control {
  height: 33px;
  border: 1px solid #f3f3f3;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button {
  background-color: #f3f3f3;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  color: #2e373e;
  padding: 8px 12px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button.btn-moins {
  margin-right: -4px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button.btn-plus {
  margin-left: -3px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button.btn-plus:hover,
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button.btn-plus:focus {
  position: initial;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button[disabled] {
  opacity: 1;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button:hover,
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .ui-site-quantite button:focus {
  background-color: #dadada;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .btn-ajout {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-color: #f37a1f;
  border-radius: 0;
}
.fiche .ui-shop-fiche-haut .droite .contenu .ui-shop-ajout .btn-ajout span {
  align-self: center;
}
.fiche .ui-shop-fiche-haut .droite .contenu .documentation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .documentation a {
  font-weight: 700;
  text-transform: uppercase;
  color: #2e373e;
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .droite .contenu .documentation a:before {
  content: '';
  align-self: center;
  margin-bottom: 20px;
}
.fiche .ui-shop-fiche-haut .droite .contenu .documentation a.montage:before {
  width: 62px;
  height: 69px;
  background: url(../../public/img/montage.svg) no-repeat;
}
.fiche .ui-shop-fiche-haut .droite .contenu .documentation a.mesures:before {
  width: 70px;
  height: 72px;
  background: url(../../public/img/mesures.svg) no-repeat;
}
.fiche .ui-shop-fiche-haut .droite .bloccontact {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.fiche .ui-shop-fiche-bas {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 30px 0;
  row-gap: 30px;
}
.fiche .ui-shop-fiche-bas::before,
.fiche .ui-shop-fiche-bas::after {
  content: none;
}
.fiche .ui-shop-fiche-bas .desc-image {
  position: relative;
}
.fiche .ui-shop-fiche-bas .desc-image div {
  position: relative;
  z-index: 2;
}
.fiche .ui-shop-fiche-bas .desc-image .a-noter {
  text-align: justify;
}
.fiche .ui-shop-fiche-bas .desc-image .a-noter .ui-shop-property-label {
  font-family: "Magra", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.fiche .ui-shop-fiche-bas .desc-image .img-a-noter {
  align-self: center;
  padding: 0 0 0 15px;
}
.fiche .ui-shop-fiche-bas .recyclage p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22px;
}
.fiche .skeepers_carousel_container {
  margin: 40px 0 60px;
}
.fiche .ui-shop-lies {
  clear: both;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .fiche .ui-shop-fiche-haut {
    display: flex;
    flex-wrap: wrap;
  }
  .fiche .ui-shop-fiche-haut .droite {
    order: 2;
  }
  .fiche .ui-shop-fiche-haut .droite .ui-shop-prix,
  .fiche .ui-shop-fiche-haut .droite .ui-shop-ssproduits,
  .fiche .ui-shop-fiche-haut .droite .ui-shop-stockinfo {
    margin: 5px 0;
  }
  .fiche .ui-shop-fiche-haut .gauche {
    padding: 0 15px;
  }
  .fiche .ui-shop-fiche-haut .gauche::after {
    content: none;
  }
  .fiche .ui-shop-fiche-haut .centre {
    padding: 0 15px;
    max-width: 500px;
    margin: 20px auto 20px;
    order: 3;
  }
  .fiche .ui-shop-fiche-haut .centre .desc-titre {
    text-align: left;
    margin-right: auto;
  }
  .fiche .ui-shop-fiche-haut .centre::after {
    content: none;
  }
  .fiche .ui-shop-fiche-bas {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .fiche .head .nom-complet {
    text-align: center;
  }
  .fiche .ui-shop-fiche-haut .droite {
    display: block;
    margin-top: 20px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* HEADER HEADER HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER HEADER HEADER */
/* HEADER HEADER HEADER HEADER HEADER HEADER */
.header {
  background-color: #2e373e;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px 0;
  z-index: 1001;
}
.header .header-container {
  border-top: 5px solid #f37a1f;
}
.header .header-top {
  position: relative;
  padding-top: 40px;
}
.header .header-top a:not(.btn) {
  color: #2e373e;
}
.header .header-top .container > .row {
  position: relative;
  display: flex;
}
.header .header-top .switch-prix {
  width: 230px;
  height: 27px;
  background: url("../../public/img/fond-switch-prix.svg") no-repeat;
  position: absolute;
  top: -1px;
  right: 0;
  margin: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.header .header-top .switch-prix label {
  display: flex;
  padding-left: 60px;
}
.header .header-top .switch-prix label span {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  align-self: center;
}
.header .header-top .switch-prix label span:first-of-type {
  margin-right: 5px;
}
.header .header-top .switch-prix label .checkbox-style {
  height: 20px;
  display: flex;
  align-self: center;
}
.header .header-top .switch-prix label .checkbox-style i {
  display: table;
  font-size: 18px;
  line-height: 1;
  align-self: center;
}
.header .header-top .switch-prix label .checkbox-style i:after {
  background-color: #fff;
}
.header .header-top .switch-prix label .checkbox-style input,
.header .header-top .switch-prix label .checkbox-style .check {
  display: none;
}
.header .header-top .switch-prix label .checkbox-style input:checked ~ .uncheck {
  display: none;
}
.header .header-top .switch-prix label .checkbox-style input:checked ~ .check {
  display: table;
}
.header .header-top .switch-prix label .checkbox-nom {
  flex: none;
  margin-left: 5px;
}
.header .header-top .logo a {
  display: table;
  margin-right: auto;
}
.header .header-top .search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.header .header-top .search span:not(.input-group-btn) {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
  margin: 0 auto 20px auto;
}
.header .header-top .search span:not(.input-group-btn) .orange {
  color: #f37a1f;
}
.header .header-top .search .ui-site-search {
  width: 480px;
  margin: 0 auto;
}
.header .header-top .search .ui-site-search .input-group input {
  border: none;
  border-radius: 10px 0 0 10px;
}
.header .header-top .search .ui-site-search .input-group .input-group-btn button {
  background-color: #f37a1f;
  border-color: #f37a1f;
  border-radius: 0 10px 10px 0;
  color: #2e373e;
  margin-left: 0;
}
.header .header-top .espace-client {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  padding-bottom: 10px;
}
.header .header-top .espace-client a.first-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 5px;
}
.header .header-top .espace-client a.first-line span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.header .header-top .espace-client a.first-line img {
  margin: 0 auto;
}
.header .header-top .espace-client a.first-line:hover,
.header .header-top .espace-client a.first-line:focus {
  color: #2e373e;
}
.header .header-top .espace-client .ui-block-panier,
.header .header-top .espace-client .ui-block-compte {
  display: flex;
  flex: 1;
  padding: 0 5px;
  /* SURVOL-COMPTE SURVOL-COMPTE SURVOL-COMPTE SURVOL-COMPTE SURVOL-COMPTE SURVOL-COMPTE */
}
.header .header-top .espace-client .ui-block-panier a,
.header .header-top .espace-client .ui-block-compte a {
  flex: none;
}
.header .header-top .espace-client .ui-block-panier a .img,
.header .header-top .espace-client .ui-block-compte a .img {
  position: relative;
  display: table;
  margin: 0 auto;
}
.header .header-top .espace-client .ui-block-panier a .img span.count,
.header .header-top .espace-client .ui-block-compte a .img span.count {
  position: absolute;
  top: -10px;
  right: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  color: #2e373e;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.header .header-top .espace-client .ui-block-panier a .img .puce,
.header .header-top .espace-client .ui-block-compte a .img .puce {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  bottom: 0;
  border-radius: 50%;
}
.header .header-top .espace-client .ui-block-panier a .img .puce.puce-verte,
.header .header-top .espace-client .ui-block-compte a .img .puce.puce-verte {
  background-color: #3ba143;
}
.header .header-top .espace-client .ui-block-panier a .img .puce.puce-rouge,
.header .header-top .espace-client .ui-block-compte a .img .puce.puce-rouge {
  background-color: #c0392b;
}
.header .header-top .espace-client .ui-block-panier a:hover .img span.count,
.header .header-top .espace-client .ui-block-compte a:hover .img span.count,
.header .header-top .espace-client .ui-block-panier a:focus .img span.count,
.header .header-top .espace-client .ui-block-compte a:focus .img span.count {
  background-color: #fff;
  color: #2e373e;
}
.header .header-top .espace-client .ui-block-panier .dropdown,
.header .header-top .espace-client .ui-block-compte .dropdown {
  position: initial;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu {
  top: 80px;
  right: 0;
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
  z-index: 2000;
  /* SURVOL-PANIER SURVOL-PANIER SURVOL-PANIER SURVOL-PANIER SURVOL-PANIER SURVOL-PANIER */
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .transparent,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .transparent {
  height: 20px;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .transparent:before,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .transparent:before {
  display: none;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-connect,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-connect {
  margin-bottom: 10px;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-connect a:hover,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-connect a:hover,
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-connect a:focus,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-connect a:focus {
  color: #fff;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-user,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-user {
  font-weight: 600;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line a,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line a {
  font-weight: 600;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line a .badge,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line a .badge {
  width: 25px;
  height: 25px;
  min-width: inherit;
  background-color: #2e373e;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line a:hover .badge,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line a:hover .badge,
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line a:focus .badge,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line a:focus .badge {
  background-color: #181d21;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type {
  margin-top: 10px;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a {
  background-color: #2e373e;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-weight: 300;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a:hover,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a:hover,
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a:focus,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content .ui-block-compte-default-line:last-of-type a:focus {
  background-color: #181d21;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu .content hr,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu .content hr {
  width: 100%;
  margin: 10px 0;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content .text-center a:hover,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content .text-center a:hover,
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content .text-center a:focus,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content .text-center a:focus {
  color: #fff;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li {
  font-weight: 600;
  margin: 10px 0;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row {
  display: flex;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div {
  align-self: center;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div.ui-block-panier-survol-del,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div.ui-block-panier-survol-del {
  padding: 0;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div.ui-block-panier-survol-del span,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div.ui-block-panier-survol-del span {
  text-align: right;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a:hover,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a:hover,
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a:focus,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a:focus {
  color: #2e373e;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a span.glyphicon-trash,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled li .ui-block-panier-survol-row div a span.glyphicon-trash {
  margin-bottom: 0;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled::-webkit-scrollbar-thumb,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content ul.list-unstyled::-webkit-scrollbar-thumb {
  background-color: #2e373e;
}
.header .header-top .espace-client .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content .total,
.header .header-top .espace-client .ui-block-compte .dropdown .dropdown-menu.ui-block-panier-survol .content .total {
  font-weight: 700;
}
.header .header-top .espace-client .ui-block-panier a .img {
  display: flex;
  justify-content: center;
}
.header .header-top .espace-client .ui-block-panier a .img .content-img {
  position: relative;
}
.header .header-top .espace-client .ui-block-panier a .img .affiche-total {
  align-self: flex-end;
  margin: 0;
  margin-left: 15px;
  color: #e1532e;
  font-weight: 400;
  font-size: 14px;
  line-height: 9px;
}
.header .header-top .espace-client .ui-block-panier:hover .dropdown .dropdown-menu,
.header .header-top .espace-client .ui-block-panier:focus .dropdown .dropdown-menu {
  display: block;
}
.header .navbar-menu {
  margin-bottom: 10px;
}
.header .msg-wsb {
  background-color: #2e373e;
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 10px;
}
.header .msg-wsb .titre {
  display: none;
}
.header .msg-wsb .content {
  font-size: 16px;
  color: #fff;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 1580px) {
  .header .header-top .container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header-top .search span:not(.input-group-btn) {
    letter-spacing: 1px;
  }
  .header .header-top .search .ui-site-search {
    width: 440px;
  }
  .header .header-top .search .ui-site-search .input-group {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .header .header-top .logo {
    order: 1;
    margin-top: 0;
  }
  .header .header-top .search {
    order: 3;
    flex: auto;
    margin-top: 20px;
  }
  .header .header-top .search span:not(.input-group-btn) {
    margin-bottom: 5px;
  }
  .header .header-top .search .ui-site-search {
    width: auto;
    margin: 0;
  }
  .header .header-top .espace-client {
    order: 2;
    align-self: center;
  }
  .header .header-top .espace-client a.first-line span {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 10px;
  }
  .header .header-top {
    padding-top: 25px;
  }
  .header .header-top .switch-prix {
    width: 180px;
  }
  .header .header-top .switch-prix label {
    justify-content: flex-end;
    padding-right: 15px;
  }
  .header .header-top .bouton-mobile {
    padding: 0;
    text-align: left;
    align-self: center;
  }
  .header .header-top .bouton-mobile button {
    width: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    outline: none !important;
    color: #fff;
    margin-top: 18px;
  }
  .header .header-top .bouton-mobile button i {
    font-size: 32px;
  }
  .header .header-top .logo {
    display: flex;
    margin-top: 20px;
  }
  .header .header-top .logo a {
    width: 100%;
    display: block;
    align-self: center;
  }
  .header .header-top .logo a img {
    margin: 0 auto;
    display: block;
  }
  .header .header-top .espace-client {
    justify-content: flex-end;
    margin-top: 18px;
    padding: 0 15px;
  }
  .header .header-top .espace-client a.first-line {
    flex: inherit;
    padding: 0 15px;
  }
  .header .header-top .espace-client a.first-line img {
    width: 40px;
    height: 40px;
  }
  .header .header-top .espace-client .ui-block-compte,
  .header .header-top .espace-client .ui-block-panier {
    flex: inherit;
    padding: 0;
  }
  .header .header-top .espace-client .ui-block-compte a .img .puce {
    right: -10px;
  }
  .header .header-top .espace-client .ui-block-panier {
    padding-right: 0;
  }
  .header .header-top .espace-client .ui-block-panier a .img span.count {
    right: -15px;
  }
  .header .header-top .search {
    display: flex;
  }
  .header .header-top .search .ui-site-search {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .header .header-top .search .ui-site-search .input-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .header-top .logo {
    margin-top: 15px;
  }
  .header .header-top .espace-client {
    padding: 0 5px;
  }
  .header .header-top .espace-client a.first-line {
    align-self: center;
    padding: 0 10px;
  }
  .header .header-top .espace-client a.first-line img {
    width: 30px;
    height: 30px;
  }
  .header .header-top .espace-client .ui-block-compte,
  .header .header-top .espace-client .ui-block-panier {
    align-self: center;
    padding: 0;
  }
  .header .header-top .espace-client .ui-block-compte .dropdown,
  .header .header-top .espace-client .ui-block-panier .dropdown {
    padding: 0;
  }
  .header .header-top .espace-client .ui-block-panier a.first-line {
    padding-right: 20px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
.footer {
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
}
.footer .footer-container {
  background-color: #2e373e;
  color: #fff;
  padding: 20px 0;
}
.footer .footer-container .container .row {
  display: flex;
}
.footer .footer-container .container .row a {
  color: #fff;
}
.footer .footer-container .container .row a:hover,
.footer .footer-container .container .row a:focus {
  color: #f37a1f;
}
.footer .footer-container .container .row .infos h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 0 0 5px 0;
}
.footer .footer-container .container .row .infos .ui-site-souspages {
  font-weight: 300;
}
.footer .footer-container .container .row .logo {
  order: 2;
}
.footer .footer-container .container .row .logo a {
  width: 55%;
  display: table;
  margin: 0 auto;
}
.footer .footer-container .container .row .contact {
  order: 3;
}
.footer .footer-container .container .row .contact a {
  width: 260px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.footer .footer-container .container .row .contact a img {
  width: 10%;
}
.footer .footer-container .container .row .contact a span {
  font-size: 24px;
  font-weight: 700;
  align-self: center;
}
.footer .footer-container .container .row .contact span.horaire {
  font-weight: 300;
  line-height: 12px;
  display: block;
  text-align: right;
}
.footer .footer-container .container .row .contact span.horaire .min {
  font-size: 10px;
}
.footer .copyright {
  font-weight: 300;
  background-color: #333e47;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.footer .copyright a {
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .footer-container .container .row .logo a {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .footer .footer-container .container .row {
    display: block;
  }
  .footer .footer-container .container .row .infos,
  .footer .footer-container .container .row .contact {
    text-align: center;
  }
  .footer .footer-container .container .row .contact a {
    width: auto;
    justify-content: center;
  }
  .footer .footer-container .container .row .contact a img {
    margin-right: 10px;
  }
  .footer .footer-container .container .row .contact span.horaire {
    text-align: center;
  }
  .footer .footer-container .container .row .logo {
    margin-top: 20px;
  }
  .footer .footer-container .container .row .logo a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-container .container .contact {
    margin-top: 20px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* CAT-HOME CAT-HOME CAT-HOME CAT-HOME CAT-HOME CAT-HOME */
.ui-shop-cats {
  /* SOUSCAT-LISTING SOUSCAT-LISTING SOUSCAT-LISTING SOUSCAT-LISTING */
}
.ui-shop-cats .cat-wide {
  margin-bottom: 20px;
}
.ui-shop-cats .cat-wide a {
  position: relative;
  display: table;
  margin: 0 auto;
}
.ui-shop-cats .cat-wide a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(0deg, #fff 15%, hsla(0, 0%, 100%, 0.8) 50%, hsla(0, 0%, 100%, 0));
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  opacity: 0;
}
.ui-shop-cats .cat-wide a .ui-site-image img {
  width: 100%;
  border-radius: 2px;
}
.ui-shop-cats .cat-wide a .ui-shop-nom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #fff 60%, hsla(0, 0%, 100%, 0.8) 70%, hsla(0, 0%, 100%, 0));
  border-bottom: 7px solid #f37a1f;
  display: flex;
  justify-content: center;
  padding: 10px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.ui-shop-cats .cat-wide a .ui-shop-nom h2 {
  font-size: 24px;
  color: #2e373e;
  align-self: flex-end;
  margin: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.ui-shop-cats .cat-wide a:hover:before,
.ui-shop-cats .cat-wide a:focus:before {
  opacity: 1;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a {
  color: #2e373e;
  border: 4px solid #f3f3f3;
  display: block;
  padding: 10px;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a .ui-site-image {
  margin-bottom: 30px;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a .ui-shop-nom h2 {
  font-size: 26px;
  text-transform: uppercase;
  height: 80px;
  overflow: hidden;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a .btn {
  width: 160px;
  color: #9ca6ad;
  border: 2px solid #9ca6ad;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a:hover {
  border-color: #f37a1f;
}
.ui-shop-cats.souscat-listing .ui-shop-cat a:hover .btn {
  background-color: #f37a1f;
  border-color: #f37a1f;
  color: #fff;
}
/* CAT-HEADER CAT-HEADER CAT-HEADER CAT-HEADER CAT-HEADER CAT-HEADER */
.catheader {
  min-height: 318px;
  background-color: #f7f7f5;
  border-bottom: 4px solid #f37a1f;
  margin-bottom: 20px;
}
.catheader .container {
  display: flex;
  justify-content: space-between;
}
.catheader .container .catheader-image {
  display: table;
}
.catheader .container .catheader-image img {
  margin-right: auto;
}
.catheader .container .catheader-texte {
  background-color: #f7f7f5;
  flex: 1;
  position: relative;
  z-index: 100;
  border-radius: 0 0 3px 3px;
  padding: 15px;
  overflow: hidden;
}
.catheader .container .catheader-texte .catheader-titre {
  margin: 0 0 20px 0;
}
.catheader .container .catheader-texte .catheader-description {
  max-height: calc(100vh);
  font-family: "Magra", sans-serif;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.catheader .container .catheader-texte .link {
  background-color: #f7f7f5;
}
.catheader .container .catheader-texte .link a.read-more {
  font-weight: 700;
  display: none;
  margin-left: auto;
}
.catheader .container .catheader-texte .link a.read-more.visible {
  display: table;
}
.catheader .container .catheader-texte.collapsed .catheader-description {
  max-height: 200px;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 991px) {
  .catheader {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ui-shop-cats .cat-wide a {
    display: table;
    margin: 0 auto;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.filtre-pagination {
  display: flex;
}
.filtre-pagination.top {
  margin-bottom: 20px;
}
.filtre-pagination.bottom {
  margin-top: 20px;
  margin-bottom: 10px;
}
.filtre-pagination .module-filtre {
  flex: auto;
  align-self: center;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre-desktop {
  font-weight: 600;
  margin-bottom: 10px;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre-desktop .header-dispo {
  color: #f37a1f;
  font-style: italic;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre-desktop .header-titre:before {
  content: " / ";
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre {
  min-width: 120px;
  padding: 0 5px;
  font-weight: 300;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .select2 {
  min-width: 100%;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre > .separation {
  flex: auto;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre-prix {
  margin-right: auto;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre-pages .form-group {
  display: inline-block;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre-pages .form-group select {
  width: 55px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}
@media (max-width: 991px) {
  .filtre-pagination .module-filtre {
    background-color: #f3f3f3;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transition: all 0.3s ease-in-out;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre {
    margin-top: -50px;
    height: 50px;
    background: #f37a1f;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre .fa {
    display: none;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre .fa.arrow-close {
    display: inline-block;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: initial;
    user-select: none;
    margin: 0;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre {
    display: block !important;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
    max-height: 0;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre div:first-of-type {
    border-top: none;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre {
    border: none;
    padding: 20px;
    padding: 5px !important;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select {
    display: flex !important;
    flex-direction: column;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select .type-select2 {
    order: 1;
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    position: relative !important;
    padding: 5px;
    line-height: 35px;
    clip-path: inherit !important;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select .select2 {
    display: none !important;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select .placeholder {
    order: 0;
    position: relative;
    font-size: 1em !important;
    top: 0;
    left: 0;
    line-height: 35px;
  }
  .filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre span {
    color: #2e373e;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
  }
  .filtre-pagination .module-filtre.open .filtres .refresh-filtre .header-filtre {
    margin-top: 0;
    background: #d4610b;
  }
  .filtre-pagination .module-filtre.open .filtres .refresh-filtre .header-filtre .fa.arrow-open {
    display: inline-block;
  }
  .filtre-pagination .module-filtre.open .filtres .refresh-filtre .header-filtre .fa.arrow-close {
    display: none;
  }
  .filtre-pagination .module-filtre.open .filtres .refresh-filtre .content-filtre {
    max-height: calc(100vh - 50px);
  }
  .filtre-pagination .module-filtre:hover .filtres .refresh-filtre .header-filtre,
  .filtre-pagination .module-filtre:focus .filtres .refresh-filtre .header-filtre {
    background: #d4610b;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
@media (min-width: 992px) {
  .menu {
    position: relative;
    background-color: #2e373e;
    border-top: 1px solid #f37a1f;
    margin-top: 20px;
  }
  .menu .container ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .menu .container ul.navbar-nav li.menuroot {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    align-self: center;
    flex: 1;
  }
  .menu .container ul.navbar-nav li.menuroot:first-of-type {
    margin-left: 0;
  }
  .menu .container ul.navbar-nav li.menuroot:last-of-type {
    margin-right: 0;
  }
  .menu .container ul.navbar-nav li.menuroot .univers {
    color: #fff;
    padding: 10px;
  }
  .menu .container ul.navbar-nav li.menuroot .univers.home-link {
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .menu .container ul.navbar-nav li.menuroot .univers.home-link img {
    width: 22px;
    align-self: center;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f37a1f;
    z-index: 1001;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s 0.5s, opacity 0.2s 0.5s;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu a {
    color: #2e373e;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat {
    display: flex;
    flex-direction: column;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat {
    min-height: auto;
    max-height: 450px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.2s;
    overflow: hidden;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat i {
    align-self: center;
    margin-left: 15px;
    display: none;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat i {
    display: none;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat.open {
    z-index: 1050;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat.open.no-children {
    box-shadow: none;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat:hover,
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat .titre-cat:focus {
    background-color: #f37a1f;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat::-webkit-scrollbar {
    background-color: #f3f3f3;
    width: 5px;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 20px;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-titre-cat .bloc-cat::-webkit-scrollbar-thumb {
    background-color: #f37a1f;
    border-radius: 20px;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat {
    flex: 3;
    max-height: 450px;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat .sous-cat {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 1px;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat .sous-cat .titre-scat {
    background: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    padding: 5px 10px;
    margin: 5px 0;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat .sous-cat .titre-scat:hover {
    color: #f37a1f;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat .sous-cat.open {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .menu .container ul.navbar-nav li.menuroot .sous-menu .bloc-sous-cat .listing-sous-cat .sous-cat.no-children {
    display: none;
  }
  .menu .container ul.navbar-nav li.menuroot.open > .univers {
    background-color: #f37a1f;
  }
  .menu .container ul.navbar-nav li.menuroot.open .sous-menu {
    visibility: visible;
    transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
    opacity: 1;
    z-index: 1100;
  }
}
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 991px) {
  body.open-menu {
    height: 100%;
    overflow: hidden;
  }
  .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    margin-top: 0;
  }
  .menu > .container {
    padding: 0;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .menu > .container .nav {
    flex: auto;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    z-index: 100;
  }
  .menu > .container .nav::-webkit-scrollbar {
    background-color: #f3f3f3;
    width: 5px;
  }
  .menu > .container .nav::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 20px;
  }
  .menu > .container .nav::-webkit-scrollbar-thumb {
    background-color: #f37a1f;
    border-radius: 20px;
  }
  .menu > .container .nav .open > a {
    background: none;
    border: none;
  }
  .menu > .container .nav .menuroot {
    position: unset;
    width: 100%;
  }
  .menu > .container .nav .menuroot a {
    border-top: 2px solid #f3f3f3;
  }
  .menu > .container .nav .menuroot.no-children a {
    background-color: #2e373e;
    color: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .menu > .container .nav .menuroot.no-children a:hover {
    background-color: #181d21;
    color: #fff;
  }
  .menu > .container .nav .menuroot.no-children a i {
    display: none;
  }
  .menu > .container .nav .menuroot .univers {
    background-color: #f37a1f;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    font-weight: 400;
    transition: margin 1s;
  }
  .menu > .container .nav .menuroot .univers .ui-site-docimage {
    align-self: center;
    margin-right: 15px;
  }
  .menu > .container .nav .menuroot .univers span {
    align-self: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .menu > .container .nav .menuroot .univers i {
    flex: 1;
    align-self: center;
    text-align: right;
  }
  .menu > .container .nav .menuroot .univers:hover,
  .menu > .container .nav .menuroot .univers:focus {
    background-color: #d4610b;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat {
    position: unset;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat a {
    color: #2e373e;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat {
    height: 52px;
    display: flex;
    background-color: #f37a1f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 15px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat .back {
    color: #fff;
    border-right: 1px solid #f3f3f3;
    flex: 0;
    margin-right: 20px;
    padding: 0 25px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat .back i {
    font-size: 18px;
    flex: inherit !important;
    align-self: center;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat a.titre-back {
    color: #fff;
    flex: 1;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat a.titre-back .ui-site-docimage {
    align-self: center;
    margin-right: 20px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .header-listing-titre-cat a.titre-back span {
    align-self: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat {
    transition: left 1s;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    position: absolute;
    background-color: #f3f3f3;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    z-index: 200;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat .sous-cat,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat .sous-cat {
    display: none;
    flex-direction: column;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat .sous-cat.open,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat .sous-cat.open {
    display: flex;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat a,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat a {
    text-transform: uppercase;
    display: flex;
    padding: 10px 15px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat a i,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat a i {
    flex: 1;
    align-self: center;
    text-align: right;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat::-webkit-scrollbar,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat::-webkit-scrollbar {
    background-color: #f3f3f3;
    width: 5px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat::-webkit-scrollbar-track,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 20px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-titre-cat::-webkit-scrollbar-thumb,
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat::-webkit-scrollbar-thumb {
    background-color: #f37a1f;
    border-radius: 20px;
  }
  .menu > .container .nav .menuroot .bloc-sous-cat .listing-sous-cat {
    z-index: 300;
  }
  .menu > .container .nav.root-open .menuroot {
    pointer-events: none;
  }
  .menu > .container .nav.root-open .menuroot .univers {
    margin-left: -100%;
  }
  .menu > .container .nav.root-open .menuroot.open {
    pointer-events: all;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat {
    margin-left: 100%;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat .listing-titre-cat {
    left: 0;
    z-index: 10000;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat .listing-titre-cat.open {
    left: -100%;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat .listing-titre-cat .titre-cat.no-children {
    color: #fff;
    background-color: #2e373e;
    border-top: 2px solid #f3f3f3;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat .listing-titre-cat .titre-cat.no-children i {
    display: none;
  }
  .menu > .container .nav.root-open .menuroot.open .bloc-sous-cat .listing-sous-cat.open {
    left: 0;
    z-index: 10000;
  }
  .menu .menu-footer {
    height: 50px;
  }
  .menu .menu-footer .close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2e373e;
    color: #fff;
    border: none;
    opacity: 1;
    padding: 15px 10px;
    text-shadow: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .menu .menu-footer .close:hover,
  .menu .menu-footer .close:focus {
    background-color: #181d21;
  }
  body.open-menu .menu {
    display: block;
    z-index: 10100;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.type-select2 {
  width: 100%;
}
.select2 {
  font-size: 2rem;
  padding-top: 10px;
}
.select2 .select2-selection {
  font-size: 0.6em;
  box-sizing: content-box;
  width: 100%;
  height: 2em;
  margin: 0 0 8px 0;
  padding: 0;
  transition: box-shadow 0.3s, border 0.3s;
  border: none;
  border-bottom: 2px solid #f37a1f;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.select2-selection__arrow {
  top: 8px !important;
}
.select2-selection__arrow b {
  border-color: #f37a1f transparent transparent transparent !important;
}
.select2-container .select2-dropdown {
  border: 1px solid #aaa !important;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 11em !important;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  height: 2em;
  line-height: 2em;
  padding: 3px 8px 0;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #f37a1f;
}
.filtre-select {
  position: relative;
}
.filtre-select .placeholder {
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 0.9em;
  transition: all 0.2s ease;
  pointer-events: none;
}
.filtre-select select:not(.placeholder-active) ~ .select2 .select2-selection__rendered {
  visibility: hidden;
}
.filtre-select select.placeholder-active ~ .placeholder {
  top: 0;
  left: 0;
  font-size: 0.8em;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-site-dimmer {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  background-color: rgba(17, 17, 17, 0.85);
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  will-change: opacity;
  z-index: 10000;
  border-radius: inherit !important;
  transition: all 0.2s ease;
}
.ui-site-dimmer .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  text-align: center;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  width: 2.28571429rem;
  height: 2.28571429rem;
  font-size: 1em;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
.ui-site-dimmer .loader.text {
  min-width: 2.28571429rem;
  padding-top: 3.07142857rem;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}
.ui-site-dimmer .loader:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(255, 255, 255, 0.1);
}
.ui-site-dimmer .loader:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: loader 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0 0 0 1px transparent;
}
.ui-site-dimmer .loader:before,
.ui-site-dimmer .loader:after {
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0 0 0 -1.14285714rem;
}
.ui-site-dimmer.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.ui-site-dimmer.light {
  background-color: rgba(255, 255, 255, 0.85);
}
.ui-site-dimmer.light .loader {
  color: rgba(0, 0, 0, 0.8);
}
.ui-site-dimmer.light .loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.ui-site-dimmer.light .loader:after {
  border-color: #737373 transparent transparent;
}
.ui-site-dimmer.dark {
  background-color: rgba(17, 17, 17, 0.85);
}
.ui-site-dimmer.dark .loader {
  color: rgba(255, 255, 255, 0.9);
}
.ui-site-dimmer.dark .loader:before {
  border-color: rgba(255, 255, 255, 0.1);
}
.ui-site-dimmer.dark .loader:after {
  border-color: #fff transparent transparent;
}
.ui-site-dimmer.grey {
  background-color: rgba(208, 208, 208, 0.78);
}
.ui-site-dimmer.grey .loader {
  color: rgba(0, 0, 0, 0.85);
}
.ui-site-dimmer.grey .loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.ui-site-dimmer.grey .loader:after {
  border-color: #737373 transparent transparent;
}
.ui-site-dimmer.size-min-3 .loader.text {
  min-width: 1rem;
  padding-top: 1.78571429rem;
  font-size: 0.78571429em;
}
.ui-site-dimmer.size-min-3 .loader:before,
.ui-site-dimmer.size-min-3 .loader:after {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 -0.5rem;
}
.ui-site-dimmer.size-min-2 .loader.text {
  min-width: 1.14285714rem;
  padding-top: 1.92857143rem;
  font-size: 0.85714286em;
}
.ui-site-dimmer.size-min-2 .loader:before,
.ui-site-dimmer.size-min-2 .loader:after {
  width: 1.14285714rem;
  height: 1.14285714rem;
  margin: 0 0 0 -0.57142857rem;
}
.ui-site-dimmer.size-min-1 .loader.text {
  min-width: 1.71428571rem;
  padding-top: 2.5rem;
  font-size: 0.92857143em;
}
.ui-site-dimmer.size-min-1 .loader:before,
.ui-site-dimmer.size-min-1 .loader:after {
  width: 1.71428571rem;
  height: 1.71428571rem;
  margin: 0 0 0 -0.85714286rem;
}
.ui-site-dimmer.size-2 .loader.text {
  min-width: 3.42857143rem;
  padding-top: 4.21428571rem;
  font-size: 1.14285714em;
}
.ui-site-dimmer.size-2 .loader:before,
.ui-site-dimmer.size-2 .loader:after {
  width: 3.42857143rem;
  height: 3.42857143rem;
  margin: 0 0 0 -1.71428571rem;
}
.ui-site-dimmer.size-3 .loader.text {
  min-width: 3.71428571rem;
  padding-top: 4.5rem;
  font-size: 1.28571429em;
}
.ui-site-dimmer.size-3 .loader:before,
.ui-site-dimmer.size-3 .loader:after {
  width: 3.71428571rem;
  height: 3.71428571rem;
  margin: 0 0 0 -1.85714286rem;
}
.ui-site-dimmer.size-4 .loader.text {
  min-width: 4.14285714rem;
  padding-top: 4.92857143rem;
  font-size: 1.42857143em;
}
.ui-site-dimmer.size-4 .loader:before,
.ui-site-dimmer.size-4 .loader:after {
  width: 4.14285714rem;
  height: 4.14285714rem;
  margin: 0 0 0 -2.07142857rem;
}
.ui-site-dimmer.size-5 .loader.text {
  min-width: 4.57142857rem;
  padding-top: 5.35714286rem;
  font-size: 1.71428571em;
}
.ui-site-dimmer.size-5 .loader:before,
.ui-site-dimmer.size-5 .loader:after {
  width: 4.57142857rem;
  height: 4.57142857rem;
  margin: 0 0 0 -2.28571429rem;
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.configurateur .btn-dimension {
  display: block;
  background: #e6e0e0;
  color: #2e373e;
  font-weight: bold;
  border-radius: 0;
  margin: 2px 0;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.5s;
}
.configurateur .btn-dimension i {
  float: right;
  font-size: 1.5em;
  transition: all 0.5s;
}
.configurateur .btn-dimension.collapsed {
  margin-bottom: 0;
}
.configurateur .btn-dimension.collapsed i {
  transform: rotate(-180deg);
}
.configurateur .dimensions {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.configurateur .dimensions:not(.in) {
  height: 0px;
}
.configurateur .dimensions .label-dimension {
  flex: 1;
  min-width: 33%;
  padding: 2px;
  margin: 0;
  cursor: pointer;
}
.configurateur .dimensions .label-dimension input {
  display: none;
}
.configurateur .dimensions .label-dimension input:checked + .content {
  background: #f37a1f;
  color: #fff;
}
.configurateur .dimensions .label-dimension input:checked + .content:hover {
  background: #ec6c0d;
}
.configurateur .dimensions .label-dimension .content {
  background: #e6e0e0;
  text-align: center;
  padding: 5px;
  display: block;
  width: 100%;
}
.configurateur .dimensions .label-dimension .content:hover {
  background: #dbd2d2;
}
.configurateur .form-group {
  margin: 15px 0;
}
.configurateur .form-group .form-control {
  padding-left: 6px;
}
.configurateur .form-group label {
  display: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.accessoires {
  margin: 15px 0;
  /* Bloc du total */
}
.accessoires .accessoire,
.accessoires .accessoire-select-wrapper {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin: 3px 0;
  background: #e6e0e0;
}
.accessoires .accessoire:hover,
.accessoires .accessoire-select-wrapper:hover {
  background: #f1eeee;
}
.accessoires .accessoire .accessoire-info,
.accessoires .accessoire-select-wrapper .accessoire-info {
  font-size: 1.2em;
  margin-right: 8px;
  transition: color 0.2s, transform 0.2s;
}
.accessoires .accessoire .accessoire-info.text-muted,
.accessoires .accessoire-select-wrapper .accessoire-info.text-muted {
  color: #aaa;
}
.accessoires .accessoire .accessoire-info.text-primary,
.accessoires .accessoire-select-wrapper .accessoire-info.text-primary {
  color: #f37a1f;
}
.accessoires .accessoire .accessoire-info:hover,
.accessoires .accessoire-select-wrapper .accessoire-info:hover {
  transform: scale(1.1);
}
.accessoires .accessoire .text,
.accessoires .accessoire-select-wrapper .text {
  flex: auto;
}
.accessoires .accessoire .text .nom,
.accessoires .accessoire-select-wrapper .text .nom {
  cursor: pointer;
  font-weight: 500;
}
.accessoires .accessoire .text .ui-site-prix,
.accessoires .accessoire-select-wrapper .text .ui-site-prix {
  float: inline-end;
}
.accessoires .accessoire .form-control.accessoire-select,
.accessoires .accessoire-select-wrapper .form-control.accessoire-select {
  flex: 1;
  background: #fff;
  border: 1px solid #2e373e;
  padding: 4px 8px;
  font-size: 0.95em;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  transition: border-color 0.2s;
}
.accessoires .accessoire .form-control.accessoire-select:focus,
.accessoires .accessoire-select-wrapper .form-control.accessoire-select:focus {
  border-color: #f37a1f;
  outline: none;
}
.accessoires .accessoire .check,
.accessoires .accessoire-select-wrapper .check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.accessoires .accessoire .check label,
.accessoires .accessoire-select-wrapper .check label {
  margin: 0;
  cursor: pointer;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #2e373e;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.accessoires .accessoire .check .fa,
.accessoires .accessoire-select-wrapper .check .fa {
  font-size: 2.5em;
  margin-top: -10px;
  margin-left: -5px;
  transition: all 0.05s;
  color: #f37a1f;
  pointer-events: none;
}
.accessoires .accessoire .check input,
.accessoires .accessoire-select-wrapper .check input {
  display: none;
}
.accessoires .accessoire .check input ~ .check,
.accessoires .accessoire-select-wrapper .check input ~ .check {
  opacity: 0;
  transform: translateY(-10px);
}
.accessoires .accessoire .check input:checked ~ .check,
.accessoires .accessoire-select-wrapper .check input:checked ~ .check {
  opacity: 1;
  transform: translateY(0);
}
.accessoires .montant-total-accessoires {
  display: none;
  overflow: hidden;
}
.accessoires .montant-total-accessoires.open {
  display: block;
  margin-bottom: -5px;
}
.accessoires .montant-total-accessoires .titre {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-top: 15px;
}
.accessoires .montant-total-accessoires .ui-shop-prix {
  float: right;
  margin-top: 10px;
  margin-left: 5px;
}
.accessoires .montant-total-accessoires .ui-shop-prix .ui-site-prix .normal {
  display: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.header[data-prix-tpl='ttc'] ~ * .ui-site-prix .ht,
.header[data-prix-tpl='ttc'] ~ * .ui-site-prix .ht-total-accessoires {
  display: none;
}
.header[data-prix-tpl='ttc'] ~ * option.ht {
  display: none;
}
.header[data-prix-tpl='ht'] ~ * .ui-site-prix .ttc,
.header[data-prix-tpl='ht'] ~ * .ui-site-prix .ttc-total-accessoires {
  display: none;
}
.header[data-prix-tpl='ht'] ~ * option.ttc {
  display: none;
}
.panier .ui-site-prix .ttc,
.panier .ui-site-prix .ht,
.panier .ui-site-prix .ttc-total-accessoires,
.panier .ui-site-prix .ht-total-accessoires {
  display: initial !important;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* COOKIES COOKIES COOKIES COOKIES COOKIES COOKIES */
#tarteaucitronRoot {
  /* 1ST STEP - 1ST STEP - 1ST STEP */
  /* 2ND STEP - 2ND STEP - 2ND STEP */
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 20px 25px !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  width: 35%;
  background-color: #fff;
  color: #2e373e;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: "";
  background-image: url("../../public/img/logo-cookies.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 357px;
  height: 100px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  font-size: 14px;
  color: #2e373e;
  padding: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong {
  text-align: center;
  font-size: 14px;
  color: #2e373e;
  display: block;
  margin-bottom: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong:first-of-type {
  font-size: 18px;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button {
  border-radius: 100px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow {
  background-color: #f37a1f;
  font-weight: 700;
  color: #fff;
  padding: 5px 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow .tarteaucitronCheck:before {
  color: #fff !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  border: 1px solid #2e373e;
  font-weight: 700;
  color: #f37a1f;
  padding: 5px 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  font-size: 12px !important;
  color: #d1d1d1;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  background-color: #f37a1f;
  color: #fff;
}
#tarteaucitronRoot .tarteaucitronCheck::before {
  color: #fff !important;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 85%;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop:before {
    content: "";
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
    height: 60%;
    overflow-y: auto;
    margin: 20px 0;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.side-panel,
.side-panel-accessoires {
  padding: 0;
}
.side-panel ul.panel-nav,
.side-panel-accessoires ul.panel-nav {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
}
.side-panel ul.panel-nav li,
.side-panel-accessoires ul.panel-nav li {
  list-style-type: none;
}
.side-panel ul.panel-nav li:last-of-type .panel-title,
.side-panel-accessoires ul.panel-nav li:last-of-type .panel-title {
  border-bottom: none;
}
.side-panel ul.panel-nav li .panel-title,
.side-panel-accessoires ul.panel-nav li .panel-title {
  font-size: 18px;
  font-weight: 700;
  color: #2e373e;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 0;
}
.side-panel ul.panel-nav li .panel-title span,
.side-panel-accessoires ul.panel-nav li .panel-title span,
.side-panel ul.panel-nav li .panel-title i,
.side-panel-accessoires ul.panel-nav li .panel-title i {
  z-index: 2;
}
.side-panel ul.panel-nav li .panel-title.active,
.side-panel-accessoires ul.panel-nav li .panel-title.active,
.side-panel ul.panel-nav li .panel-title:hover,
.side-panel-accessoires ul.panel-nav li .panel-title:hover,
.side-panel ul.panel-nav li .panel-title:focus,
.side-panel-accessoires ul.panel-nav li .panel-title:focus {
  background-color: #f37a1f;
  color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.side-panel .panel-box,
.side-panel-accessoires .panel-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2000;
}
.side-panel .panel-box .listing-panels,
.side-panel-accessoires .panel-box .listing-panels {
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.side-panel .panel-box .listing-panels .panel,
.side-panel-accessoires .panel-box .listing-panels .panel {
  height: 100%;
  flex: auto;
  display: none;
  visibility: hidden;
  overflow: auto;
  padding: 15px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.side-panel .panel-box .listing-panels .panel::-webkit-scrollbar,
.side-panel-accessoires .panel-box .listing-panels .panel::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.side-panel .panel-box .listing-panels .panel::-webkit-scrollbar-track,
.side-panel-accessoires .panel-box .listing-panels .panel::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.side-panel .panel-box .listing-panels .panel::-webkit-scrollbar-thumb,
.side-panel-accessoires .panel-box .listing-panels .panel::-webkit-scrollbar-thumb {
  background-color: #f37a1f;
  border-radius: 20px;
  border: 5px solid #f5f5f5;
}
.side-panel .panel-box .listing-panels .panel h1,
.side-panel-accessoires .panel-box .listing-panels .panel h1,
.side-panel .panel-box .listing-panels .panel h2,
.side-panel-accessoires .panel-box .listing-panels .panel h2,
.side-panel .panel-box .listing-panels .panel h3,
.side-panel-accessoires .panel-box .listing-panels .panel h3,
.side-panel .panel-box .listing-panels .panel h4,
.side-panel-accessoires .panel-box .listing-panels .panel h4 {
  font-weight: 500;
  color: #2e373e;
}
.side-panel .panel-box .listing-panels .panel.active,
.side-panel-accessoires .panel-box .listing-panels .panel.active {
  display: block;
  visibility: visible;
}
.side-panel .panel-box .listing-panels .panel.panel-video,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-video {
  font-size: 14px;
  color: #2e373e;
  text-align: center;
}
.side-panel .panel-box .listing-panels .panel.panel-video b,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-video b {
  font-size: 24px;
  font-weight: 500;
}
.side-panel .panel-box .listing-panels .panel.panel-video iframe,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-video iframe {
  max-width: 100%;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit {
  margin-left: -15px;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .quantite,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .quantite {
  background-color: #f37a1f;
  font-size: 18px;
  color: #fff;
  border-radius: 0px 20px 0px 0px;
  padding: 5px 20px;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: 0 30px;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte span.titre-produit,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte span.titre-produit {
  font-size: 22px;
  font-weight: 500;
  color: #f37a1f;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte span.ref-produit,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte span.ref-produit {
  font-weight: 500;
}
.side-panel .panel-box .listing-panels .panel.panel-fichetech .ui-shop-property-value,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-fichetech .ui-shop-property-value {
  font-size: 14px;
}
.side-panel .panel-box .listing-panels .panel.panel-fichetech .bloc-schemas,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-fichetech .bloc-schemas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.side-panel .panel-box .listing-panels .panel.panel-fichetech .bloc-schemas .img_schema,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-fichetech .bloc-schemas .img_schema {
  margin: 5px;
}
.side-panel .panel-box .listing-panels .panel.panel-notice .content-page img,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-notice .content-page img {
  max-width: 100%;
  height: auto;
}
.side-panel .panel-box .listing-panels .panel.panel-avis .ui-shop-avis-list,
.side-panel-accessoires .panel-box .listing-panels .panel.panel-avis .ui-shop-avis-list {
  max-height: none;
}
.side-panel .panel-box .close-panel,
.side-panel-accessoires .panel-box .close-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0.3s;
}
.side-panel .panel-box.active,
.side-panel-accessoires .panel-box.active {
  visibility: visible;
}
.side-panel .panel-box.active .listing-panels,
.side-panel-accessoires .panel-box.active .listing-panels {
  left: 0;
}
.side-panel .panel-box.active .close-panel,
.side-panel-accessoires .panel-box.active .close-panel {
  background: rgba(110, 110, 110, 0.4);
  transition: background 0.3s 0s;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 991px) {
  .side-panel .panel-box .listing-panels,
  .side-panel-accessoires .panel-box .listing-panels {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit,
  .side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit {
    margin-left: 0;
  }
  .side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit,
  .side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #d6d9d4;
    padding-bottom: 15px;
  }
  .side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .quantite,
  .side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .quantite {
    border-radius: 20px;
    margin: 0 auto;
  }
  .side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte,
  .side-panel-accessoires .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte {
    max-width: 100%;
    margin: 0;
  }
}
/* CACHED */