/* 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 #344f52;
}
.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 */
.logoff {
  width: fit-content;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.filiac-user .ui-site-ariane {
  margin-bottom: 20px;
  margin-top: 25px;
}
.filiac-user .bloc-content {
  padding: 0 15px 30px;
}
.filiac-user .bloc-content .table {
  font-size: 2rem;
}
.filiac-user .bloc-content .table.no-head > tbody > tr > td {
  border-top: 0;
}
.filiac-user .bloc-content .table .col-action {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.filiac-user .bloc-content .table .col-action .btn {
  font-size: inherit;
  transition: color 0.2s ease-in-out;
}
.filiac-user .bloc-content .table .col-action .btn:hover {
  color: #344f52;
  text-decoration: none;
}
.filiac-user .bloc-content .actions-btn {
  text-align: right;
}
.filiac-user .bloc-content .actions-btn .btn + .btn {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .filiac-user .bloc-content .actions-btn {
    text-align: center;
  }
  .filiac-user .bloc-content .actions-btn .btn {
    display: block;
    margin: 7.5px 0 !important;
  }
}
.filiac-user .bloc-content .panel {
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.075);
}
.filiac-user .bloc-content .panel .panel-title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.filiac-user .bloc-content .produit-list {
  color: #777;
}
.filiac-user .bloc-content .produit-list thead th {
  color: #b5b5c3;
  font-weight: normal;
  text-transform: uppercase;
}
.filiac-user .bloc-content .produit-list tbody td {
  border-top-style: dashed;
  vertical-align: middle;
  line-height: 1.1em !important;
}
.filiac-user .bloc-content .produit-list .ui-site-prix.no-suffix .suffix {
  display: none;
}
.filiac-user .bloc-content .produit-list .prod-desc {
  display: flex;
  align-items: center;
}
.filiac-user .bloc-content .produit-list .prod-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  max-width: 100%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
.filiac-user .bloc-content .produit-list .prod-infos {
  padding-left: 15px;
}
.filiac-user .bloc-content .produit-list .prod-infos .prod-nom {
  font-weight: bold;
  color: inherit;
}
.filiac-user .bloc-content .produit-list .prod-infos .prod-nom a {
  font-weight: inherit;
  color: inherit;
}
.filiac-user .bloc-content .produit-list .prod-infos .prod-nom a:hover {
  text-decoration: none;
  color: #344f52;
}
.filiac-user .bloc-content .produit-list .prod-sub {
  font-size: 0.8em;
}
.filiac-user .user {
  padding: 0;
}
.filiac-user .user form {
  padding: 0 30px 30px 45px;
}
.filiac-user .user form .identifiants h2 {
  margin-top: 0;
}
.filiac-user .user form h2 {
  margin: 30px 0 15px -45px;
}
.filiac-user .user > span,
.filiac-user .user > div,
.filiac-user .user > p {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.filiac-user #cmd-editor.pending .see-if-not-pending {
  display: none;
}
.filiac-user #cmd-editor.pending #cmd_confirm {
  opacity: 0.5;
  pointer-events: none;
}
.filiac-user #cmd-editor:not(.pending) .see-if-pending {
  display: none;
}
.filiac-user #cmd-editor #results {
  display: none;
}
.filiac-user #cmd-editor #results.show {
  display: block;
}
.filiac-user #cmd-editor #results .produit-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0;
}
.filiac-user #cmd-editor #results .produit-list.disabled {
  opacity: 0.3;
}
.filiac-user #cmd-editor #results .produit-list .cell-desc {
  flex: 100%;
}
.filiac-user #cmd-editor #results .produit-list .cell-price {
  width: 200px;
}
.filiac-user #cmd-editor #results .produit-list .cell-action {
  width: 100px;
}
.filiac-user #cmd-editor .col-right {
  display: flex;
  flex-direction: column;
  float: left;
}
@media (max-width: 991px) {
  .filiac-user #cmd-editor .col-right {
    float: none;
  }
}
.filiac-user #cmd-editor #panel-total {
  text-wrap: nowrap;
}
.site:not(.user-poseur-enlevement) .filiac-user #cmd-editor #panel-total {
  display: none;
}
.filiac-user #cmd-editor #panel-total .panel-title {
  font-size: 2rem;
}
.filiac-user #cmd-editor #panel-total table tr:first-child td {
  border-top: 0;
}
.filiac-user .encarts {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  row-gap: 25px;
}
.filiac-user .encarts > div:nth-child(1) div.description {
  padding-left: 8%;
  text-align: right;
}
.filiac-user .encarts > div:nth-child(1) a.btn-white {
  margin-left: auto;
}
.filiac-user .encarts > div:nth-child(2) div.description {
  padding-right: 8%;
  text-align: left;
}
.filiac-user .encarts > div:nth-child(2) a.btn-white {
  margin-right: auto;
}
.filiac-user .encarts > div:nth-child(3) div.description {
  padding-right: 8%;
  text-align: left;
}
.filiac-user .encarts > div:nth-child(3) a.btn-white {
  margin-left: auto;
}
.filiac-user .encarts > div:nth-child(4) div.description {
  padding-left: 8%;
  text-align: right;
}
.filiac-user .encarts > div:nth-child(4) a.btn-white {
  margin-left: auto;
}
.filiac-user .encarts #encart_catalogue {
  background-color: #1a2436;
}
.filiac-user .encarts #encart_catalogue::after {
  position: absolute;
  pointer-events: none;
  left: 38px;
  content: url('../../public/img/home_products_shapes.svg');
  color: white;
  bottom: 4.5%;
}
.filiac-user .encarts #encart_configurateur {
  background: linear-gradient(125deg, #d3d500 0%, #357984 100%);
}
.filiac-user .encarts #encart_configurateur::after {
  pointer-events: none;
  position: absolute;
  right: -90px;
  content: url('../../public/img/home_configurateur_shapes.svg');
  color: white;
  bottom: -415px;
  transform: scale(0.7) rotateY(180deg);
}
.filiac-user .encarts #encart_contact {
  background-color: #1a2436;
}
.filiac-user .encarts #encart_contact::after {
  position: absolute;
  pointer-events: none;
  left: 38px;
  content: url('../../public/img/home_products_shapes.svg');
  color: white;
  bottom: 4.5%;
}
.filiac-user .encarts #encart_catalogue,
.filiac-user .encarts #encart_configurateur,
.filiac-user .encarts #encart_tarif,
.filiac-user .encarts #encart_contact {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
  padding: 7.9% 6.7% 22.5%;
  position: relative;
  overflow: hidden;
}
.filiac-user .encarts #encart_catalogue .texte-encart,
.filiac-user .encarts #encart_configurateur .texte-encart,
.filiac-user .encarts #encart_tarif .texte-encart,
.filiac-user .encarts #encart_contact .texte-encart {
  display: flex;
  flex-direction: column;
}
.filiac-user .encarts #encart_catalogue .texte-encart .title,
.filiac-user .encarts #encart_configurateur .texte-encart .title,
.filiac-user .encarts #encart_tarif .texte-encart .title,
.filiac-user .encarts #encart_contact .texte-encart .title {
  margin-bottom: 10%;
  margin-top: 0;
  display: block;
}
.filiac-user .encarts #encart_catalogue .texte-encart .title h2,
.filiac-user .encarts #encart_configurateur .texte-encart .title h2,
.filiac-user .encarts #encart_tarif .texte-encart .title h2,
.filiac-user .encarts #encart_contact .texte-encart .title h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
.filiac-user .encarts #encart_catalogue .texte-encart a,
.filiac-user .encarts #encart_configurateur .texte-encart a,
.filiac-user .encarts #encart_tarif .texte-encart a,
.filiac-user .encarts #encart_contact .texte-encart a {
  display: block;
}
.filiac-user .encarts #encart_catalogue .texte-encart a:hover,
.filiac-user .encarts #encart_configurateur .texte-encart a:hover,
.filiac-user .encarts #encart_tarif .texte-encart a:hover,
.filiac-user .encarts #encart_contact .texte-encart a:hover,
.filiac-user .encarts #encart_catalogue .texte-encart a:focus,
.filiac-user .encarts #encart_configurateur .texte-encart a:focus,
.filiac-user .encarts #encart_tarif .texte-encart a:focus,
.filiac-user .encarts #encart_contact .texte-encart a:focus {
  text-decoration: none;
}
.filiac-user .encarts #encart_catalogue .texte-encart div.description,
.filiac-user .encarts #encart_configurateur .texte-encart div.description,
.filiac-user .encarts #encart_tarif .texte-encart div.description,
.filiac-user .encarts #encart_contact .texte-encart div.description {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  margin-bottom: 10%;
}
.filiac-user .encarts #encart_catalogue .texte-encart div.description p,
.filiac-user .encarts #encart_configurateur .texte-encart div.description p,
.filiac-user .encarts #encart_tarif .texte-encart div.description p,
.filiac-user .encarts #encart_contact .texte-encart div.description p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.filiac-user .encarts #encart_catalogue .texte-encart a.btn-white,
.filiac-user .encarts #encart_configurateur .texte-encart a.btn-white,
.filiac-user .encarts #encart_tarif .texte-encart a.btn-white,
.filiac-user .encarts #encart_contact .texte-encart a.btn-white {
  display: inline-block;
}
@media (max-width: 768px) {
  .filiac-user h1.with-chevron {
    margin-left: 5%;
    margin-bottom: 24px;
  }
  .filiac-user .encarts {
    display: none;
  }
  .filiac-user .bloc-all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 192px;
    grid-gap: 10px;
  }
  .filiac-user .bloc-all > div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .filiac-user .bloc-all > div > a {
    color: white;
  }
  .filiac-user .bloc-all > div > a:hover,
  .filiac-user .bloc-all > div > a:focus {
    text-decoration: none;
  }
  .filiac-user .bloc-all .bloc-devis.partial a,
  .filiac-user .bloc-all .bloc-commande.partial a {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10%;
    text-align: center;
    text-transform: uppercase;
  }
  .filiac-user .bloc-all .bloc-devis.partial {
    background-color: #344f52;
  }
  .filiac-user .bloc-all .bloc-commande.partial {
    background-color: #1a2436;
  }
  .filiac-user .bloc-all #encart_configurateur,
  .filiac-user .bloc-all #encart_catalogue,
  .filiac-user .bloc-all #encart_contact {
    grid-column: 1/3;
    padding: 28px 7.8%;
    position: relative;
    overflow: hidden;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart,
  .filiac-user .bloc-all #encart_catalogue .texte-encart,
  .filiac-user .bloc-all #encart_contact .texte-encart {
    display: flex;
    flex-direction: column;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart .title,
  .filiac-user .bloc-all #encart_catalogue .texte-encart .title,
  .filiac-user .bloc-all #encart_contact .texte-encart .title {
    margin-bottom: 25px;
    margin-top: 0;
    display: block;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart .title h2,
  .filiac-user .bloc-all #encart_catalogue .texte-encart .title h2,
  .filiac-user .bloc-all #encart_contact .texte-encart .title h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart a,
  .filiac-user .bloc-all #encart_catalogue .texte-encart a,
  .filiac-user .bloc-all #encart_contact .texte-encart a {
    display: block;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart a:hover,
  .filiac-user .bloc-all #encart_catalogue .texte-encart a:hover,
  .filiac-user .bloc-all #encart_contact .texte-encart a:hover,
  .filiac-user .bloc-all #encart_configurateur .texte-encart a:focus,
  .filiac-user .bloc-all #encart_catalogue .texte-encart a:focus,
  .filiac-user .bloc-all #encart_contact .texte-encart a:focus {
    text-decoration: none;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart div.description-mobile,
  .filiac-user .bloc-all #encart_catalogue .texte-encart div.description-mobile,
  .filiac-user .bloc-all #encart_contact .texte-encart div.description-mobile {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    max-width: 160px;
  }
  .filiac-user .bloc-all #encart_configurateur .texte-encart div.description-mobile p,
  .filiac-user .bloc-all #encart_catalogue .texte-encart div.description-mobile p,
  .filiac-user .bloc-all #encart_contact .texte-encart div.description-mobile p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .filiac-user .bloc-all #encart_configurateur {
    background: linear-gradient(125deg, #d3d500 0%, #357984 100%);
  }
  .filiac-user .bloc-all #encart_configurateur div.description-mobile {
    margin-left: auto;
  }
  .filiac-user .bloc-all #encart_configurateur::after {
    pointer-events: none;
    position: absolute;
    right: -11px;
    content: url('../../public/img/home_configurateur_shapes.svg');
    color: white;
    bottom: -350px;
    transform: scale(0.7);
  }
  .filiac-user .bloc-all #encart_catalogue {
    background-color: #344f52;
  }
  .filiac-user .bloc-all #encart_catalogue div.description-mobile {
    margin-right: auto;
  }
  .filiac-user .bloc-all #encart_catalogue::after {
    position: absolute;
    pointer-events: none;
    right: -10px;
    content: url('../../public/img/home_products_shapes.svg');
    color: white;
    bottom: -9.5%;
    transform: scale(0.7);
  }
  .filiac-user .bloc-all #encart_contact {
    background-color: #1a2436;
  }
  .filiac-user .bloc-all #encart_contact div.description-mobile {
    margin-right: auto;
  }
  .filiac-user .bloc-all #encart_contact::after {
    pointer-events: none;
    position: absolute;
    left: -108px;
    content: url('../../public/img/home_configurateur_shapes.svg');
    color: white;
    bottom: -382px;
    transform: scale(0.7) rotateY(180deg);
  }
  .filiac-user .bloc-all .bloc-facture.partial {
    display: none;
  }
  .filiac-user .table > thead > tr > th,
  .filiac-user .table > tbody > tr > th,
  .filiac-user .table > tfoot > tr > th,
  .filiac-user .table > thead > tr > td,
  .filiac-user .table > tbody > tr > td,
  .filiac-user .table > tfoot > tr > td {
    padding: 4px !important;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* From : https://stackoverflow.com/a/33540628  */
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.mfp-bg {
  z-index: 2042;
}
.mfp-wrap {
  z-index: 2043;
}
.mfp-preloader {
  z-index: 2044;
}
.mfp-content {
  z-index: 2045;
}
button.mfp-close,
button.mfp-arrow {
  z-index: 2046;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-block-panier .ui-block-panier-survol .ui-block-panier-survol-desc a {
  color: #344f52;
}
.ui-block-panier .ui-block-panier-survol .ui-block-panier-survol-prix {
  margin: 15px 0;
}
.ui-block-panier .ui-block-panier-survol .ui-block-panier-survol-del a {
  padding-top: 19px;
}
.ui-block-panier .ui-block-panier-survol .ui-block-panier-survol-del a span {
  color: #1a2436;
}
.site .panier {
  padding-top: 35px;
}
.site .panier .panel-primary {
  border-color: #344f52;
}
.site .panier .panel-primary .panel-heading {
  background-color: #344f52;
  border-color: #344f52;
}
.site .panier .ui-shop-item-remove a,
.site .panier .ui-shop-items-remove a {
  color: #1a2436;
}
.site .panier .ui-shop-item-desc .ui-shop-nom a {
  color: #344f52;
}
/* 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 h2 {
  text-align: center;
}
.contact label {
  font-size: 16px;
}
.contact .liens .custom-file-input {
  display: inline-block;
  position: relative;
}
.contact .liens .custom-file-input input[type='file'] {
  display: none;
}
.contact .liens .custom-file-input label {
  background-color: #e9e9e9;
  color: #5e5e5e;
  padding: 7px 15px;
  border-radius: 50px;
  cursor: pointer;
  display: block !important;
  margin: 0;
}
.contact .liens .custom-file-input label:hover {
  background-color: #dfdfdf;
}
.contact .liens button {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #344f52;
  padding: 7px 15px;
  background-color: #d3d500;
  border-radius: 8px;
  border: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contact .liens button::before {
  background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.6) 50%, transparent);
  content: '';
  height: 200%;
  position: absolute;
  right: calc(100% + 20px);
  top: 20%;
  transform: rotate(-70deg);
  transition: all 0.6s ease-in-out;
  width: 80px;
  z-index: 0;
}
.contact .liens button:hover::before {
  top: -50%;
  right: -100%;
}
.contact .liens button:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
  background-color: #d3d500;
  color: black;
}
.contact .liens button:focus-visible,
.contact .liens button:focus,
.contact .liens button:active {
  outline: unset;
}
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  width: 100%;
}
.contact-container .contact {
  width: 100%;
}
.contact-container .contact h1 {
  padding-left: calc(10% + 38px);
  padding-right: 10%;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #344f52;
  position: relative;
}
.contact-container .contact h1::before {
  content: '';
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  width: 19px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-40%);
}
.contact-container .contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 8px;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  margin-bottom: 100px;
}
.contact-container .contact form select option:checked {
  background-color: #d3d500;
}
.contact-container .contact form::before {
  content: '';
  position: absolute;
  left: -10%;
  top: -43px;
  width: 110%;
  height: calc(100% + 58px);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #344f52;
  z-index: -1;
}
.contact-container .contact form label {
  display: none;
}
.contact-container .contact form .form-group {
  margin: 0;
}
.contact-container .contact form textarea {
  height: 214px;
  line-height: 18px;
}
.contact-container .contact form .civilite {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10%;
}
.contact-container .contact form .civilite .btn-radio label {
  display: block;
  font-weight: 400;
  background-color: unset;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0 12px 0 25px;
}
.contact-container .contact form .civilite .btn-radio label.active {
  padding: 0 12px 0 31px;
}
.contact-container .contact form .civilite .btn-radio label i {
  display: none;
}
.contact-container .contact form .civilite .btn-radio label.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url('../../public/img/checkbox.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-container .contact form .civilite .btn-radio label:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #344f52;
}
.contact-container .contact form .civilite .btn-radio label::before {
  content: none;
}
.contact-container .contact form .civilite .btn-radio label:hover {
  background-color: unset;
  box-shadow: none;
}
.contact-container .contact form .civilite .btn-radio label:focus-visible {
  outline: unset;
}
.contact-container .contact form .civilite .btn-radio label:active {
  background-color: unset;
  box-shadow: none;
}
.contact-container .contact form .prenom,
.contact-container .contact form .nom {
  width: calc(50% - 7.5px);
}
.contact-container .contact form .email {
  width: 100%;
}
.contact-container .contact form .destinataire {
  width: 100%;
}
.contact-container .contact form .corps {
  width: 100%;
}
.contact-container .contact form .liens {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact-container .contact form .conditions {
  color: white;
}
.contact-container .contact .ui-site-rgpdMessage {
  padding-left: 10%;
  padding-right: 10%;
}
.contact-container .infos-contact {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  row-gap: 10px;
}
@media (min-width: 992px) {
  .contact-container .infos-contact {
    margin-top: 125px;
  }
}
.contact-container .infos-contact li img {
  width: 60px;
  max-height: 60px;
}
.contact-container .infos-contact li p {
  font-weight: 500;
  color: #5e5e5e;
}
.contact-container .infos-contact .address {
  display: flex;
  align-items: center;
  column-gap: 10%;
  padding: 22px 10%;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.contact-container .infos-contact .calendar {
  display: flex;
  align-items: center;
  column-gap: 10%;
  padding: 20px 10%;
}
.contact-container .infos-contact .phone {
  display: flex;
  align-items: center;
  column-gap: 10%;
  padding: 22px 10%;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.contact-container .infos-contact .phone a {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
.contact-container .infos-contact .phone a:hover {
  color: #344f52;
  text-decoration: none;
}
.contact-container .map-contact h2 {
  margin: 30px 0 20px auto;
  text-align: right;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  max-width: 430px;
  font-weight: 600;
}
.contact-container .map-contact .map {
  padding: 0 10%;
}
.contact-container .map-contact .map .carte-interactive {
  border: 6px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .contact-container {
    grid-template-columns: 1fr 1fr;
  }
  .contact-container .infos-contact {
    padding-right: 10%;
  }
  .contact-container .map-contact {
    grid-column: 1/3;
  }
}
@media (max-width: 991px) {
  .contact-container {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .contact-container .infos-contact {
    padding-left: 10%;
    padding-right: 10%;
  }
  .contact-container .map-contact {
    grid-column: 1/2;
  }
}
.demandechiffrage {
  width: 80%;
  margin: 0 auto;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-site-sliderphrase {
  background-color: #344f52;
  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 */
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ms-0 {
  margin-left: 0px !important;
}
.me-0 {
  margin-right: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-1 {
  margin: 15px !important;
}
.mt-1 {
  margin-top: 15px !important;
}
.mb-1 {
  margin-bottom: 15px !important;
}
.ms-1 {
  margin-left: 15px !important;
}
.me-1 {
  margin-right: 15px !important;
}
.mx-1 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-2 {
  margin: 30px !important;
}
.mt-2 {
  margin-top: 30px !important;
}
.mb-2 {
  margin-bottom: 30px !important;
}
.ms-2 {
  margin-left: 30px !important;
}
.me-2 {
  margin-right: 30px !important;
}
.mx-2 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-3 {
  margin: 45px !important;
}
.mt-3 {
  margin-top: 45px !important;
}
.mb-3 {
  margin-bottom: 45px !important;
}
.ms-3 {
  margin-left: 45px !important;
}
.me-3 {
  margin-right: 45px !important;
}
.mx-3 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.m-4 {
  margin: 60px !important;
}
.mt-4 {
  margin-top: 60px !important;
}
.mb-4 {
  margin-bottom: 60px !important;
}
.ms-4 {
  margin-left: 60px !important;
}
.me-4 {
  margin-right: 60px !important;
}
.mx-4 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-5 {
  margin: 75px !important;
}
.mt-5 {
  margin-top: 75px !important;
}
.mb-5 {
  margin-bottom: 75px !important;
}
.ms-5 {
  margin-left: 75px !important;
}
.me-5 {
  margin-right: 75px !important;
}
.mx-5 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.my-5 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.ps-0 {
  padding-left: 0px !important;
}
.pe-0 {
  padding-right: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-1 {
  padding: 15px !important;
}
.pt-1 {
  padding-top: 15px !important;
}
.pb-1 {
  padding-bottom: 15px !important;
}
.ps-1 {
  padding-left: 15px !important;
}
.pe-1 {
  padding-right: 15px !important;
}
.px-1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-2 {
  padding: 30px !important;
}
.pt-2 {
  padding-top: 30px !important;
}
.pb-2 {
  padding-bottom: 30px !important;
}
.ps-2 {
  padding-left: 30px !important;
}
.pe-2 {
  padding-right: 30px !important;
}
.px-2 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-3 {
  padding: 45px !important;
}
.pt-3 {
  padding-top: 45px !important;
}
.pb-3 {
  padding-bottom: 45px !important;
}
.ps-3 {
  padding-left: 45px !important;
}
.pe-3 {
  padding-right: 45px !important;
}
.px-3 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.p-4 {
  padding: 60px !important;
}
.pt-4 {
  padding-top: 60px !important;
}
.pb-4 {
  padding-bottom: 60px !important;
}
.ps-4 {
  padding-left: 60px !important;
}
.pe-4 {
  padding-right: 60px !important;
}
.px-4 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-5 {
  padding: 75px !important;
}
.pt-5 {
  padding-top: 75px !important;
}
.pb-5 {
  padding-bottom: 75px !important;
}
.ps-5 {
  padding-left: 75px !important;
}
.pe-5 {
  padding-right: 75px !important;
}
.px-5 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.py-5 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.box-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.box-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.box-shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
@media (min-width: 768px) {
  .no-gutter:not(.row) {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter:not(.row) > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .no-gutter-xs:not(.row) {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter-xs:not(.row) > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter-xs {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutter-xs > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 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: #344f52;
  border-color: #182526;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1c2b2d;
  border-color: #182526;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1c2b2d;
  border-color: #182526;
}
.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: #1c2b2d;
  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 */
header {
  position: relative;
  width: 100%;
}
header > .ui-site-search {
  display: none;
}
@media (max-width: 767px) {
  header > .ui-site-search {
    display: block;
    position: fixed;
    transition: transform 0.3s ease-in-out, visibility 0.1s ease-in-out 0.3s;
    top: 0;
    left: 92px;
    right: 37px;
    z-index: 1004;
  }
  header > .ui-site-search .input-group {
    padding: 7px 0;
  }
  header > .ui-site-search .input-group > input {
    border-right: 0;
    height: 26px;
  }
  header > .ui-site-search .input-group > input:focus {
    border-color: #ccc;
    box-shadow: unset;
  }
  header > .ui-site-search .input-group button {
    height: 34px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ccc;
    background-color: white;
    border-left: 0;
    margin-left: 0px;
    height: 26px !important;
  }
}
header .header_top {
  position: fixed;
  display: flex;
  padding: 0 50px 0 250px;
  gap: 125px;
  width: 100%;
  background-color: #344f52;
  height: 74px;
  overflow-y: visible;
  z-index: 1002;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  header .header_top {
    gap: 50px;
    padding: 0 50px 0 130px;
  }
}
@media (max-width: 991px) {
  header .header_top {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header_top {
    transition: all 0.3s ease-in-out;
    height: 40px;
  }
  header .header_top > .ui-site-search {
    display: none;
  }
}
header .header_top .ui-site-search {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
header .header_top .ui-site-search .input-group {
  padding: 22px 0;
}
header .header_top .ui-site-search .input-group > input {
  border-right: 0;
}
header .header_top .ui-site-search .input-group > input:focus {
  border-color: #ccc;
  box-shadow: unset;
}
header .header_top .ui-site-search .input-group button {
  height: 34px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ccc;
  background-color: white;
  border-left: 0;
  margin-left: 0px;
}
header .header_top .ui-site-search .input-group button.search-btn {
  opacity: 1 !important;
}
header .header_top > ul {
  display: flex;
  margin: 0;
  gap: 30px;
  list-style-type: none;
}
@media (max-width: 767px) {
  header .header_top > ul {
    display: none;
  }
}
header .header_top > ul > li > a,
header .header_top > ul > li .dropdown > a,
header .header_top > ul > li.catalogue > div.principal {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
header .header_top > ul > li > a img,
header .header_top > ul > li .dropdown > a img,
header .header_top > ul > li.catalogue > div.principal img {
  height: 25px;
}
header .header_top > ul > li > a p,
header .header_top > ul > li .dropdown > a p,
header .header_top > ul > li.catalogue > div.principal p {
  color: white;
  font-family: 'acumin-pro-condensed';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
header .header_top > ul li.catalogue .dropdown-menu {
  margin: 0;
  top: 49px;
  border: none;
  border-radius: 0;
  background: none;
  padding-bottom: 0;
  width: max-content;
  transition: all 0.4s ease-in-out;
  max-width: 500px;
}
header .header_top > ul li.catalogue .dropdown-menu .transparent {
  height: 11px;
}
header .header_top > ul li.catalogue .dropdown-menu .transparent::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 11px 25px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  right: 14px;
  top: 6px;
}
header .header_top > ul li.catalogue .dropdown-menu .content {
  background-color: #fff;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  list-style: none;
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: 1fr;
}
header .header_top > ul li.catalogue .dropdown-menu .content li p {
  font-size: 16px;
  font-weight: 500;
  color: #344f52;
  margin: 5px;
}
header .header_top > ul li.catalogue .dropdown-menu .content li a {
  color: #5e5e5e;
  padding: 10px 20px;
}
header .header_top > ul li.catalogue:hover .dropdown-menu {
  display: block;
}
header .header_top > ul .ui-block-panier .dropdown .dropdown-menu {
  top: 58px;
  right: -40px;
}
header .header_top > ul .ui-block-panier .dropdown .dropdown-menu.ui-block-panier-survol .content .btn.btn-primary {
  width: 200px;
  min-width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
header .header_top > ul .ui-block-panier .dropdown .dropdown-menu .transparent::before {
  right: 40px;
  top: 6px;
}
header .header_top > ul .ui-block-compte .dropdown .dropdown-menu {
  top: 58px;
  right: -46px;
  width: 300px;
}
header .header_top > ul .ui-block-compte .dropdown .dropdown-menu .btn {
  width: 200px;
  min-width: fit-content;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
header .header_top > ul .ui-block-compte .dropdown .dropdown-menu .inscription {
  color: #344f52;
  transition: color 0.15s ease-in-out;
}
header .header_top > ul .ui-block-compte .dropdown .dropdown-menu .inscription:hover {
  color: #486d71;
}
header .header_top > ul .ui-block-compte .dropdown .dropdown-menu .transparent::before {
  top: 6px;
}
header .header_top > ul > li:first-of-type .dropdown > a {
  padding: 16px 19px 26px;
  text-decoration: none;
  background-color: #5ec4e6;
  clip-path: polygon(0% 0%, 100% 0, 100% 71%, 50% 100%, 0 71%);
  z-index: 3;
}
header .header_top > ul > li:first-of-type .dropdown > a p {
  white-space: nowrap;
}
header .header_top > ul .content {
  padding: 15px;
}
header .header_top > ul .content .ui-block-compte-user a {
  color: #1a2436;
  font-size: 18px;
  transition: color 0.15s ease-in-out;
}
header .header_top > ul .content .ui-block-compte-user a:hover {
  color: #2b3b58;
}
header .header_top > ul .content .ui-block-compte-default-line {
  margin: 0;
}
header .header_top > ul .content .ui-block-compte-default-line a {
  padding: 15px 10px;
  align-items: baseline;
  color: #344f52;
  font-size: 16px;
  transition: color 0.15s ease-in-out;
}
header .header_top > ul .content .ui-block-compte-default-line a:hover {
  text-decoration: none;
  color: #486d71;
}
header .header_top > ul .content .ui-block-compte-default-line:last-of-type a {
  font-weight: 500;
  color: #344f52;
  display: table;
  margin-left: auto;
  transition: color 0.15s ease-in-out;
}
header .header_top > ul .content .ui-block-compte-default-line:last-of-type a:hover {
  color: #486d71;
}
header > .logo-header {
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 1003;
  height: 134px;
  overflow: visible;
}
header > .logo-header svg {
  pointer-events: none;
}
@media (max-width: 767px) {
  header > .logo-header {
    top: 5px;
    transition: top 0.3s ease-in-out;
    height: 78px;
    overflow: visible;
  }
  header > .logo-header svg {
    pointer-events: none;
    max-width: 150px;
    height: auto;
  }
  header > .logo-header svg path {
    transition: all 0.2s ease-in-out;
  }
  header > .logo-header svg .svg_none_scrolled {
    transition-delay: 0.2s;
  }
}
header .header_bottom {
  position: fixed;
  z-index: 1001;
  top: 74px;
  left: 0;
  width: 100%;
  height: 75px;
  overflow-y: visible;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  display: flex;
  transition: all 0.3s ease-in-out;
}
header .header_bottom .search_scrolled {
  opacity: 0;
}
header .header_bottom .fade {
  opacity: 1;
}
header .header_bottom .ui-block-compte,
header .header_bottom .favoris,
header .header_bottom .ui-block-panier {
  display: none;
}
header .header_bottom > ul {
  display: grid;
  margin: auto 0;
  align-items: flex-end;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  padding-left: 370px;
}
@media (max-width: 1199px) {
  header .header_bottom > ul {
    padding-left: 300px;
  }
}
header .header_bottom > ul::before {
  content: none;
}
header .header_bottom > ul > li a {
  position: relative;
  font-family: 'acumin-pro-condensed';
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #344f52;
  text-align: center;
  text-transform: uppercase;
}
header .header_bottom > ul > li a::after {
  content: '';
  position: absolute;
  height: 13px;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #344f52;
}
header .header_bottom > ul > li:last-of-type a::after {
  content: none;
}
header .header_bottom > ul > li:nth-of-type(1)::before {
  content: '';
  position: absolute;
  height: 13px;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #344f52;
}
header .header_bottom > ul > .menuroot:not(.no-children) {
  position: relative;
}
header .header_bottom > ul > .menuroot:not(.no-children).open > a {
  background: none;
  color: #344f52;
}
header .header_bottom > ul > .menuroot:not(.no-children).open > .sous-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1100;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}
header .header_bottom > ul > .menuroot:not(.no-children).open > .sous-menu .menuroot:not(.no-children) {
  position: relative;
}
header .header_bottom > ul > .menuroot:not(.no-children).open > .sous-menu .menuroot:not(.no-children).open > a {
  background: none;
  color: white;
}
header .header_bottom > ul > .menuroot:not(.no-children).open > .sous-menu .menuroot:not(.no-children).open > .sous-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1100;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}
header .header_bottom > ul > .menuroot:not(.no-children) > .sous-menu {
  top: 108%;
  left: 0;
  right: 0;
}
header .header_bottom > ul > .menuroot:not(.no-children) > .sous-menu .sous-menu {
  right: 100%;
  top: 0;
  width: max-content;
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) {
  header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu {
    position: absolute;
    z-index: 1001;
  }
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu.after_load {
  transition: visibility 0.2s 0.3s, opacity 0.2s 0.3s;
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat {
  display: flex;
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  max-height: 450px;
  background-color: rgba(52, 79, 82, 0.95);
  overflow-y: clip;
  transition: all 0.2s;
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat .titre-cat {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  border-radius: 1px;
  padding: 10px 15px;
  text-decoration: none;
  background-color: rgba(52, 79, 82, 0.95);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat .titre-cat {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat .titre-cat:hover {
    background-color: #1f2d2e;
  }
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat .titre-cat:first-of-type {
  margin-top: 0;
}
header .header_bottom > ul > .menuroot:not(.no-children) .sous-menu .bloc-sous-cat .listing-titre-cat .titre-cat:last-of-type {
  margin-bottom: 0;
}
header .header_bottom .burger {
  display: none;
  cursor: pointer;
}
header .header_bottom .burger span {
  width: 25px;
  height: 3px;
  background-color: #344f52;
  margin: 5px;
  transition: all 0.3s ease;
  display: block;
  border-radius: 2px;
}
@media (max-width: 991px) {
  header .header_bottom {
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
  }
  header .header_bottom .nav {
    position: absolute;
    right: 0;
    height: calc(100 * var(--vh));
    top: 75px;
    overflow: auto;
    background-color: #344f52;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    transform: translateX(100%);
    padding-left: 0;
  }
  header .header_bottom .nav .menuroot:not(.no-children) > a {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    background: none;
  }
  header .header_bottom .nav .menuroot:not(.no-children) > a::after {
    content: '';
    background-image: url('../../public/img/slide-next-prod-lies.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  header .header_bottom .nav .menuroot:not(.no-children).open > a {
    color: #fff;
  }
  header .header_bottom .nav .menuroot:not(.no-children).open > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  header .header_bottom .nav .menuroot:not(.no-children).open > .sous-menu.after_load {
    max-height: fit-content;
    background-color: #344f52;
  }
  header .header_bottom .nav .menuroot:not(.no-children) .sous-menu.after_load {
    max-height: 0;
    overflow-y: clip;
    transition: all 0.3s ease-in-out;
    box-shadow: unset;
    width: 100%;
    text-align: center;
  }
  header .header_bottom .nav_after_load {
    transition: transform 0.5s ease-in;
  }
  header .header_bottom .nav li {
    opacity: 0;
    font-size: 1.5rem;
    width: 100%;
  }
  header .header_bottom .nav li a {
    padding: 18px 25px;
    color: white;
  }
  header .header_bottom .nav li a::before,
  header .header_bottom .nav li a::after {
    content: none;
  }
  header .header_bottom .nav li a:hover {
    background-color: unset;
  }
  header .header_bottom .burger {
    display: block;
  }
  header .header_bottom .nav-active {
    transform: translateX(0%);
  }
  header .header_bottom .nav li.fade {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .header_bottom .nav {
    top: 43px;
  }
}
@media (max-width: 767px) {
  header .header_bottom {
    gap: 22px;
    top: 40px;
    height: fit-content;
    padding: 7px 18px 7px 0;
  }
  header .header_bottom .ui-block-compte,
  header .header_bottom .favoris,
  header .header_bottom .ui-block-panier {
    height: 25px;
    display: block;
  }
  header .header_bottom .ui-block-compte a,
  header .header_bottom .favoris a,
  header .header_bottom .ui-block-panier a {
    display: block;
    height: 25px;
  }
  header .header_bottom .ui-block-compte svg,
  header .header_bottom .favoris svg,
  header .header_bottom .ui-block-panier svg {
    height: 25px;
  }
  header .header_bottom .ui-block-compte svg path,
  header .header_bottom .favoris svg path,
  header .header_bottom .ui-block-panier svg path {
    fill: #344f52;
  }
  header .header_bottom .ui-block-compte > p,
  header .header_bottom .favoris > p,
  header .header_bottom .ui-block-panier > p {
    display: none;
  }
  header .header_bottom .ui-block-compte .compte > p,
  header .header_bottom .favoris .compte > p,
  header .header_bottom .ui-block-panier .compte > p {
    display: none;
  }
}
@media (max-width: 370px) {
  header .header_bottom {
    padding: 7px 7px 7px 0;
  }
}
@media (max-width: 767px) {
  header.scrolled .logo-header {
    top: -35px;
  }
  header.scrolled .logo-header svg .svg_none_scrolled {
    visibility: hidden;
    transform: translate(-40px, 0);
  }
  header.scrolled .logo-header svg .svg_visible_scrolled {
    transform: translate(-40px, 0);
    transition-delay: 0.2s;
  }
  header.scrolled > .ui-site-search {
    visibility: hidden;
    transform: translateY(-40px);
  }
  header.scrolled .header_top {
    height: 0;
  }
  header.scrolled .header_bottom {
    top: 0;
  }
  header.scrolled .header_bottom .search_scrolled {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.3s;
  }
  header.scrolled .header_bottom .search_scrolled img {
    height: 25px;
  }
}
@media (max-width: 767px) and (max-width: 370px) {
  header.scrolled .logo-header svg .svg_none_scrolled {
    transform: translate(-70px, 0);
  }
  header.scrolled .logo-header svg .svg_visible_scrolled {
    transform: translate(-70px, 0);
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
:root {
  --vh: calc(var(--vh, 1vh) * 1);
  --scale: var(--scale, 1);
  --screenWidth: var(--screenWidth, 100vw);
}
body {
  padding-top: 146px;
  font-family: 'acumin-pro-condensed';
  transform: scale(var(--scale));
  -moz-transform: scale(var(--scale));
  -webkit-transform: scale(var(--scale));
  -o-transform: scale(var(--scale));
  transform-origin: 0 0;
  max-width: calc(var(--screenWidth) / var(--scale));
  min-height: calc(100 * var(--vh));
  display: flex;
  flex-direction: column;
}
body .grecaptcha-badge {
  right: 0!important;
}
@media (max-width: 767px) {
  body {
    padding-top: 82px;
  }
}
body .mfp-bg.mfp-ready {
  height: calc(100 * var(--vh)) !important;
}
body .mfp-wrap.mfp-gallery.mfp-ready {
  height: calc(100 * var(--vh)) !important;
}
body .site:not(.user-poseur-enlevement) .price-hidden-visibility {
  visibility: hidden !important;
}
body .site:not(.user-poseur-enlevement) .ui-shop-prix,
body .site:not(.user-poseur-enlevement) .ui-shop-item-prixu,
body .site:not(.user-poseur-enlevement) .ui-shop-item-prix,
body .site:not(.user-poseur-enlevement) .ui-site-prix,
body .site:not(.user-poseur-enlevement) .panier-total,
body .site:not(.user-poseur-enlevement) .total-h2,
body .site:not(.user-poseur-enlevement) .etape1,
body .site:not(.user-poseur-enlevement) .etape2,
body .site:not(.user-poseur-enlevement) .etape3,
body .site:not(.user-poseur-enlevement) .etape4,
body .site:not(.user-poseur-enlevement) .livrmsgfranco {
  visibility: collapse !important;
}
body .site:not(.user-poseur-enlevement) .panier .livrselect {
  display: none !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li {
  font-family: 'acumin-pro-condensed';
}
body p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .form-control:focus {
  border-color: #d3d500;
  outline: 0;
  box-shadow: none;
}
body main .content {
  padding: 0 3vw;
}
body main .content .contenu h2 {
  position: relative;
  padding-left: 28px;
}
body main .content .contenu h2::before {
  content: '';
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
}
body h1.with-chevron {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 60px;
  padding-left: 1em;
  color: #5e5e5e;
  position: relative;
}
body h1.with-chevron::before {
  content: '';
  background-image: url(../../public/img/before_title.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  left: 0;
  bottom: 15%;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn) {
  color: #5e5e5e;
  background-color: white;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 50px;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):not(.btn-default) {
  border: 1px solid transparent;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):not(.btn-link) {
  font-weight: 700;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):not(.btn-link):hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), inset 0 10px 30px hsla(0, 0%, 100%, 0.3), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):focus-visible,
body .btn:not(.ui-site-rgpd-cookiebar-btn):focus,
body .btn:not(.ui-site-rgpd-cookiebar-btn):active {
  outline: unset;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):not(.no-wave):not(.btn-link)::before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 60px, #feffd7 100px, rgba(0, 0, 0, 0) 140px);
  content: '';
  height: 100%;
  position: absolute;
  left: 0%;
  transform: translateX(-100%);
  top: 0;
  width: 200px;
  z-index: 0;
}
body .btn:not(.ui-site-rgpd-cookiebar-btn):not(.no-wave):not(.btn-link):hover::before {
  left: 100%;
  transform: translateX(0%);
  transition: all 0.4s ease-in-out;
}
body .btn.btn-primary {
  background: #d3d500;
}
body .btn.btn-primary:hover {
  background: #dddf00;
}
body .btn.btn-white {
  background: transparent;
  border: 1px solid #fff !important;
  color: white;
}
body .btn.btn-white:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #383e42;
}
body .btn.btn-dark-green {
  background: #344f52;
  color: white;
}
body .btn.btn-dark-green:hover {
  background: #385558;
}
body .btn.btn-green {
  background: #d3d500;
}
body .btn.btn-green:hover {
  background: #dddf00;
}
body .btn.btn-ternary {
  background: #5ec4e6;
  color: #fff;
}
body .btn.btn-ternary:hover {
  background: #67c7e7;
}
body .site {
  /* SOUS-PAGES SOUS-PAGES SOUS-PAGES SOUS-PAGES */
}
body .site .titre-croped,
body .site .filiac-user .user H2 {
  width: 100%;
  flex: none;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  max-width: 430px;
  font-weight: 600;
  line-height: inherit;
}
body .site .filiac-user .user H1 {
  display: none;
}
body .site .ui-site-ariane {
  margin-bottom: 20px;
  margin-top: 15px;
}
body .site .content .ui-site-ariane {
  margin-left: 20px;
}
body .site #slide_selection {
  position: relative;
  padding-bottom: 40px;
}
body .site #slide_selection .ui-regie-slidev2 img {
  max-width: unset;
}
body .site #slide_selection .encart-selection {
  position: absolute;
  bottom: 42px;
  height: calc(100% - 55px);
  width: 427px;
  right: 16%;
  padding-top: 30px;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 {
  height: 100%;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 > .swiper-container {
  height: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  position: relative;
  padding: 15px 15px 0;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 > .swiper-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 15px solid white;
  border-right: 15px solid white;
  z-index: 10000;
  pointer-events: none;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 > .swiper-container .swiper-pagination {
  bottom: 15px;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 > .swiper-container .swiper-pagination > .swiper-pagination-bullet {
  height: 21px;
  width: 24px;
  background: #707070;
  border-radius: 0;
  opacity: 1;
}
body .site #slide_selection .encart-selection > .ui-regie-slidev2 > .swiper-container .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d3d500;
}
body .site .hide_shadow {
  position: absolute;
  height: 42px;
  background-color: white;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
body .site #encarts {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
body .site #encarts .encart-mobile {
  display: none;
}
body .site #encarts > div:nth-child(1),
body .site #encarts > div:nth-child(4),
body .site #encarts > div:nth-child(5) {
  width: calc(61% - 10px);
  position: relative;
}
body .site #encarts > div:nth-child(1) .texte-encart,
body .site #encarts > div:nth-child(4) .texte-encart,
body .site #encarts > div:nth-child(5) .texte-encart {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  width: 100%;
  max-width: 577px;
  background-color: white;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
body .site #encarts > div:nth-child(1) .texte-encart .description-mobile,
body .site #encarts > div:nth-child(4) .texte-encart .description-mobile,
body .site #encarts > div:nth-child(5) .texte-encart .description-mobile {
  display: none;
}
body .site #encarts > div:nth-child(2),
body .site #encarts > div:nth-child(3),
body .site #encarts > div:nth-child(6) {
  width: calc(39% - 10px);
  margin-left: auto;
}
body .site #encarts > div {
  max-height: 279px;
  margin-bottom: 20px;
  overflow: hidden;
}
body .site #encarts > div .etiquette-mobile {
  display: none;
}
body .site #encarts > div .texte-mobile {
  display: none;
}
body .site #encarts > div .texte-encart {
  max-width: 365px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: white;
}
body .site #encarts > div .texte-encart .description-mobile {
  display: none;
}
body .site #encarts > div .texte-encart a:not(.btn) {
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
body .site #encarts > div .texte-encart a:not(.btn):hover {
  color: #f2f2f2;
}
body .site #encarts > div .texte-encart .title {
  margin-top: 39px;
  margin-bottom: 18px;
}
body .site #encarts > div .texte-encart .title h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  margin: 0;
}
body .site #encarts > div .texte-encart p {
  max-width: 365px;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
}
body .site #encarts > div .texte-encart > a.btn {
  margin: auto 0 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  body .site #encarts > div .texte-encart > a.btn {
    display: flex;
  }
}
@media (min-width: 768px) {
  body .site #encarts > div .ui-site-docimage {
    height: 100%;
  }
  body .site #encarts > div .ui-site-docimage .ui-site-image {
    height: 100%;
  }
  body .site #encarts > div .ui-site-docimage .ui-site-image img {
    height: 100%;
    object-fit: cover;
  }
}
body .site #encarts #encart_products .ui-site-image img {
  margin: 0;
}
body .site #encarts #encart_products .texte-encart {
  right: 0;
  max-width: 577px;
  clip-path: url(#clip-path-products);
  padding-left: 95px;
  padding-right: 40px;
  background-image: url('../../public/img/clip-path-products.svg');
  border-left: 3px solid white;
  text-align: right;
  align-items: flex-end;
}
body .site #encarts #encart_products .texte-encart::after {
  position: absolute;
  pointer-events: none;
  left: 38px;
  content: url('../../public/img/home_products_shapes.svg');
  color: white;
  bottom: 0;
}
body .site #encarts #encart_services {
  padding: 0 40px;
  background-color: #344f52;
  color: white;
  position: relative;
}
@media (min-width: 768px) {
  body .site #encarts #encart_services .ui-site-docimage {
    display: none;
  }
}
body .site #encarts #encart_services::after {
  position: absolute;
  pointer-events: none;
  right: -80px;
  content: url('../../public/img/home_services_shapes.svg');
  color: white;
  bottom: -40px;
}
body .site #encarts #encart_services .texte-encart {
  align-items: flex-start;
}
body .site #encarts #encart_configurateur {
  background-image: linear-gradient(-137.4deg, #d3d500 0%, #357984 100%);
  padding: 0 40px;
  position: relative;
  margin: 0 auto 20px 0;
}
body .site #encarts #encart_configurateur::after {
  position: absolute;
  pointer-events: none;
  left: -215px;
  content: url('../../public/img/home_configurateur_shapes.svg');
  color: white;
  bottom: -365px;
}
body .site #encarts #encart_configurateur .texte-encart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin: 0 0 0 auto;
}
body .site #encarts #encart_proaccess .ui-site-image img {
  margin: 0 0 0 auto;
}
body .site #encarts #encart_proaccess .just_for_proaccess {
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 100%;
  max-width: 596px;
  clip-path: url(#clip-path-proaccess);
  left: 3px;
  top: 0;
  height: 100%;
}
body .site #encarts #encart_proaccess .texte-encart {
  left: 0;
  max-width: 596px;
  clip-path: url(#clip-path-proaccess);
  padding-left: 40px;
  padding-right: 115px;
  background-image: url('../../public/img/clip-path-proaccess.svg');
  align-items: flex-start;
}
body .site #encarts #encart_proaccess .texte-encart::after {
  position: absolute;
  pointer-events: none;
  right: 60px;
  content: url('../../public/img/home_products_shapes.svg');
  color: white;
  bottom: 0;
  transform: rotateY(180deg);
}
body .site #encarts #encart_about .ui-site-image img {
  margin: 0 auto 0 0;
}
body .site #encarts #encart_about .texte-encart {
  right: 0;
  max-width: 556px;
  clip-path: url(#clip-path-about);
  padding-right: 40px;
  padding-left: 75px;
  background-image: url('../../public/img/clip-path-about.svg');
  border-left: 3px solid white;
  align-items: flex-end;
  text-align: right;
}
body .site #encarts #encart_about .texte-encart::after {
  position: absolute;
  pointer-events: none;
  left: 45px;
  content: url('../../public/img/home_products_shapes.svg');
  color: white;
  bottom: 0;
  transform: scale(0.9) rotate(-190deg);
}
body .site #encarts #encart_contact {
  padding: 0 40px;
  background-image: linear-gradient(180deg, #1a2436 0%, #161c2e 100%);
  color: white;
  max-height: 279px;
  position: relative;
}
body .site #encarts #encart_contact::after {
  pointer-events: none;
  position: absolute;
  right: -90px;
  content: url('../../public/img/home_configurateur_shapes.svg');
  color: white;
  bottom: -415px;
  transform: scale(0.7) rotateY(180deg);
}
body .site #encarts #encart_contact .texte-encart {
  align-items: flex-start;
}
body .site #encarts #encart_contact .contact-mobile {
  display: none;
}
body .site #bandeau_pictos {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 25px 12vw;
  margin: 0;
}
body .site #bandeau_pictos li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
body .site #bandeau_pictos li img {
  height: 88px;
}
body .site #bandeau_pictos li p {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #344f52;
  margin: 0;
}
@media (max-width: 1119px) {
  body .site #encarts > div .texte-encart .title {
    margin-top: 25px;
  }
  body .site #encarts > div .texte-encart p {
    max-width: 300px;
  }
  body .site #encarts > div .texte-encart > a.btn {
    margin-bottom: 25px;
  }
  body .site #encarts #encart_products .texte-encart {
    max-width: 450px;
  }
  body .site #encarts #encart_proaccess .texte-encart {
    max-width: 450px;
    clip-path: url(#clip-path-proaccess-tablet);
  }
  body .site #encarts #encart_proaccess .just_for_proaccess {
    max-width: 450px;
    clip-path: url(#clip-path-proaccess-tablet);
  }
  body .site #encarts #encart_about .texte-encart {
    max-width: 450px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body .site #encarts > div {
    width: calc(50% - 10px) !important;
  }
  body .site #encarts > div .encart-desktop {
    display: none;
  }
  body .site #encarts > div .texte-encart {
    background-size: 200% !important;
    clip-path: unset !important;
    max-width: unset !important;
  }
  body .site #encarts > div .texte-encart .description {
    line-height: 24px;
  }
  body .site #encarts #encart_products .texte-encart,
  body .site #encarts #encart_about .texte-encart {
    background-position: right;
  }
}
@media (max-width: 767px) {
  body .site #slide_selection {
    padding-bottom: 0;
  }
  body .site #encarts {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  body .site #encarts > div {
    max-height: unset;
    width: 100% !important;
    max-width: 393px !important;
    margin: 0 !important;
  }
  body .site #encarts > div .encart-mobile {
    display: block;
  }
  body .site #encarts > div .encart-desktop {
    display: none;
  }
  body .site #encarts > div .texte-encart {
    max-width: unset;
    height: unset;
  }
  body .site #encarts > div .texte-encart .title {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .site #encarts > div .texte-encart .title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  body .site #encarts > div .texte-encart .description {
    display: none;
  }
  body .site #encarts > div .texte-encart > a:not(.title) {
    display: none;
  }
  body .site #encarts > div:nth-child(1) .texte-mobile,
  body .site #encarts > div:nth-child(4) .texte-mobile,
  body .site #encarts > div:nth-child(2) .texte-mobile,
  body .site #encarts > div:nth-child(5) .texte-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px auto 0;
  }
  body .site #encarts > div:nth-child(1) .texte-mobile > p,
  body .site #encarts > div:nth-child(4) .texte-mobile > p,
  body .site #encarts > div:nth-child(2) .texte-mobile > p,
  body .site #encarts > div:nth-child(5) .texte-mobile > p {
    font-size: 18px !important;
    color: #5e5e5e;
    font-weight: 300;
    max-width: 393px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-clamp: 2;
    box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    margin: 0 auto 15px;
    text-align: center;
  }
  body .site #encarts > div:nth-child(1) .texte-mobile > p span,
  body .site #encarts > div:nth-child(4) .texte-mobile > p span,
  body .site #encarts > div:nth-child(2) .texte-mobile > p span,
  body .site #encarts > div:nth-child(5) .texte-mobile > p span {
    font-size: 18px !important;
  }
  body .site #encarts > div:nth-child(1) .texte-mobile > a,
  body .site #encarts > div:nth-child(4) .texte-mobile > a,
  body .site #encarts > div:nth-child(2) .texte-mobile > a,
  body .site #encarts > div:nth-child(5) .texte-mobile > a {
    background-color: #344f52;
    color: white;
  }
  body .site #encarts #encart_products {
    order: 2;
  }
  body .site #encarts #encart_products .etiquette-mobile {
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, 100% 71%, 50% 100%, 0 71%);
    width: 90px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: white;
    background-color: #5ec4e6;
    padding: 10px 10px 20px;
    text-align: center;
    top: 0;
    left: 50px;
  }
  body .site #encarts #encart_products .texte-encart {
    right: 0;
    height: 398px;
    max-width: 140px;
    clip-path: url(#clip-path-products-mobile);
    padding-left: 29px;
    padding-right: 10px;
    background-image: url('../../public/img/clip-path-products-mobile.svg');
    border-left: 3px solid white;
    text-align: right;
    align-items: flex-end;
  }
  body .site #encarts #encart_products .texte-encart::after {
    left: unset;
    bottom: 12px;
    right: -60px;
    transform: scale(0.45) rotate(233deg);
  }
  body .site #encarts #encart_products .texte-encart .title {
    margin-bottom: 5px;
    margin-top: auto;
  }
  body .site #encarts #encart_services {
    order: 4;
    padding: 0;
    background-color: unset;
    position: relative;
    overflow: hidden;
  }
  body .site #encarts #encart_services::after {
    content: unset;
  }
  body .site #encarts #encart_services .etiquette-mobile {
    display: block;
    position: absolute;
    clip-path: polygon(0% 100%, 0% 29%, 50% 0%, 100% 29%, 100% 100%);
    width: 90px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: white;
    background-color: #5ec4e6;
    padding: 20px 10px 10px;
    text-align: center;
    top: 196px;
    right: 45px;
    margin: 0;
  }
  body .site #encarts #encart_services .texte-encart {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    max-width: 271px;
    clip-path: url(#clip-path-services-mobile);
    background-image: url('../../public/img/clip-path-services-mobile.svg');
    border-bottom: 3px solid white;
    text-align: center;
    align-items: flex-start;
  }
  body .site #encarts #encart_services .texte-encart::after {
    position: absolute;
    left: -70px;
    content: url('../../public/img/home_products_shapes.svg');
    color: white;
    top: -50px;
    transform: scale(0.3) rotate(221deg);
  }
  body .site #encarts #encart_services .texte-encart .title {
    margin-bottom: auto;
    margin-top: 12px;
    margin-left: 55px;
  }
  body .site #encarts #encart_configurateur {
    order: 3;
    padding: 0 28px;
    background-image: linear-gradient(-131deg, #d3d500 0%, #357984 100%);
  }
  body .site #encarts #encart_configurateur::after {
    position: absolute;
    left: -270px;
    bottom: -285px;
    transform: scale(0.5);
  }
  body .site #encarts #encart_configurateur .texte-encart .title {
    margin: 42px 0 16px;
  }
  body .site #encarts #encart_configurateur .texte-encart .description-mobile {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    max-width: 211px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
  }
  body .site #encarts #encart_configurateur .texte-encart > a {
    display: block;
    margin-bottom: 34px;
  }
  body .site #encarts #encart_proaccess {
    order: 5;
  }
  body .site #encarts #encart_proaccess .texte-encart {
    display: none;
  }
  body .site #encarts #encart_proaccess .just_for_proaccess {
    display: none;
  }
  body .site #encarts #encart_proaccess .etiquette-mobile {
    display: block;
    position: absolute;
    clip-path: polygon(0% 100%, 0% 29%, 50% 0%, 100% 29%, 100% 100%);
    width: 90px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: white;
    background-color: #5ec4e6;
    padding: 30px 16px 5px;
    text-align: center;
    top: 199px;
    right: 110px;
    margin: 0;
  }
  body .site #encarts #encart_proaccess .etiquette-mobile::after {
    position: absolute;
    left: -50px;
    content: url('../../public/img/home_products_shapes.svg');
    color: white;
    top: -55px;
    transform: scale(0.35) rotate(105deg);
  }
  body .site #encarts #encart_proaccess .texte-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  body .site #encarts #encart_proaccess .texte-mobile .description-mobile {
    max-width: 211px;
    text-align: left;
    margin: 0;
  }
  body .site #encarts #encart_proaccess .texte-mobile .description-mobile span {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 22px;
  }
  body .site #encarts #encart_proaccess .texte-mobile > a {
    margin: 0;
  }
  body .site #encarts #encart_about {
    order: 1;
  }
  body .site #encarts #encart_about .texte-encart {
    height: 100px;
    right: 0;
    top: unset;
    max-width: 393px;
    clip-path: url(#clip-path-about-mobile);
    padding-right: 0;
    padding-left: 0;
    background-image: url('../../public/img/clip-path-about-mobile.svg');
    border-top: 3px solid white;
    border-left: 0;
    align-items: center;
    text-align: center;
    top: 183px;
  }
  body .site #encarts #encart_about .texte-encart::after {
    left: -50px;
    bottom: -65px;
    transform: scale(0.35) rotate(150deg);
  }
  body .site #encarts #encart_about .texte-encart .title {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: min(100px, 25vw);
    margin-right: min(190px, 45vw);
  }
  body .site #encarts #encart_contact {
    order: 6;
    padding: 0 18px;
    margin-bottom: 0 !important;
  }
  body .site #encarts #encart_contact::after {
    right: -215px;
    bottom: -410px;
    transform: scale(0.735) rotateY(180deg);
  }
  body .site #encarts #encart_contact .texte-encart {
    align-items: center;
  }
  body .site #encarts #encart_contact .texte-encart .title {
    margin-top: 22px;
    margin-bottom: 18px;
  }
  body .site #encarts #encart_contact .contact-mobile {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    list-style-type: none;
    padding: 0;
  }
  body .site #encarts #encart_contact .contact-mobile > li {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body .site #encarts #encart_contact .contact-mobile > li ul {
    padding: 0;
    list-style-type: none;
  }
  body .site #encarts #encart_contact .contact-mobile > li ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  body .site #slide_selection {
    display: none;
  }
  body .site #bandeau_pictos {
    display: none;
  }
}
body .site .page #titrepage {
  margin-bottom: 20px;
  margin-top: 0;
}
body .site .ui-site-souspages > .row {
  display: flex;
  flex-wrap: wrap;
}
body .site .ui-site-souspages .ui-site-page {
  margin-bottom: 15px;
}
body .site .ui-site-souspages .ui-site-page iframe {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
body .site .ui-site-souspages .ui-site-page .content {
  height: 100%;
}
body .site .ui-site-souspages .ui-site-page .content.img-nom-desc a {
  height: 100%;
  display: block;
  background-color: #eff0ee;
  color: #5e5e5e;
  padding: 15px;
  transition: color 0.15s ease-in-out;
}
body .site .ui-site-souspages .ui-site-page .content.img-nom-desc a:hover,
body .site .ui-site-souspages .ui-site-page .content.img-nom-desc a:focus {
  text-decoration: none;
  color: #344f52;
}
body .site .ui-site-souspages .ui-site-page .content.img-nom-desc a h3 {
  text-align: center;
  margin-top: 15px;
}
body .site .ui-site-souspages .ui-site-page .content.img-nom-desc a .desc {
  text-align: justify;
}
body .site .ui-site-souspages .ui-site-page .content.nom-video h3 {
  min-height: 55px;
  text-align: center;
}
body .site .chiffrage-temp h1 {
  margin-bottom: 20px;
}
body .site .chiffrage-temp h3 {
  margin: 0 auto 30px -16px !important;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  max-width: 560px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body .site .chiffrage-temp h3 {
    font-size: 18px;
    padding: 14px 30px 14px 30px;
  }
}
body .site .chiffrage-temp > p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  body .site .chiffrage-temp > p {
    padding: 0 30px;
    font-size: 18px;
  }
}
body .site .chiffrage-temp .texte-lien {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  body .site .chiffrage-temp .texte-lien {
    padding: 0 30px;
  }
}
body .site .chiffrage-temp .texte-lien p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  body .site .chiffrage-temp .texte-lien p {
    font-size: 18px;
  }
}
body .site .chiffrage-temp .texte-lien .actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 35%;
}
@media (max-width: 767px) {
  body .site .chiffrage-temp .texte-lien .actions {
    flex-direction: column;
  }
  body .site .chiffrage-temp .texte-lien .actions a.btn {
    margin: 5px 0;
  }
}
@media (max-width: 1119px) {
  body .site .chiffrage-temp .texte-lien .actions {
    width: 100%;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
footer {
  margin-top: auto;
  padding-top: 25px;
}
footer > ul {
  list-style-type: none;
  padding: 30px 60px;
  background-color: #344f52;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: white;
  align-items: center;
  justify-content: space-around;
  margin: 0;
}
footer > ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer > ul > li ul {
  padding: 0;
  list-style-type: none;
}
footer > ul > li:nth-child(1) ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
footer > ul > li:nth-child(1) ul li a {
  color: white;
  text-decoration: none;
  position: relative;
}
footer > ul > li:nth-child(1) ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
footer > ul > li:nth-child(1) ul li a:hover::after {
  max-width: 100%;
}
footer > ul > li:nth-child(2) .newsletter-mobile {
  display: none;
}
footer > ul > li:nth-child(2) ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 2px;
}
footer > ul > li:nth-child(2) ul .form-group {
  margin-bottom: 0;
}
footer > ul > li:nth-child(2) ul .input-group input {
  width: 255px!important;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  color: black;
  border-right: 0;
  padding: 3px 2px 3px 6px;
  height: 21px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
footer > ul > li:nth-child(2) ul .input-group input::placeholder {
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  color: #344f52;
}
footer > ul > li:nth-child(2) ul .input-group button {
  background-color: white;
  border-color: unset;
  border-left: 0;
  height: 21px;
  padding: 4px 6px;
  display: flex;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
footer > ul > li:nth-child(2) ul .input-group button:focus,
footer > ul > li:nth-child(2) ul .input-group button:focus-visible {
  outline: 0;
}
footer > ul > li:nth-child(2) ul .input-group button img {
  height: 13px;
}
footer > ul > li:nth-child(2) ul .input-group button img:focus,
footer > ul > li:nth-child(2) ul .input-group button img:focus-visible {
  outline: 0;
}
footer > ul > li:nth-child(3) a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
}
footer > ul > li:nth-child(3) a p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
footer > ul > li:nth-child(3) a p::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
footer > ul > li:nth-child(3) a:hover p::after {
  max-width: 100%;
}
footer > ul > li:nth-child(4) img {
  max-width: 135px;
  filter: brightness(100) grayscale(1);
}
footer #copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 10px;
  background-color: #1f2d2e;
  color: white;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: 'acumin-pro-condensed';
  justify-content: center;
  gap: 3px;
}
footer #copyright a {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer #copyright a:hover {
  color: #5ec4e6;
}
@media (max-width: 767px) {
  footer > ul {
    padding: 16px;
  }
  footer > ul > li:nth-child(1),
  footer > ul > li:nth-child(4) {
    display: none;
  }
  footer > ul > li:nth-child(2) {
    gap: 1px;
  }
  footer > ul > li:nth-child(2) .newsletter-desktop {
    display: none;
  }
  footer > ul > li:nth-child(2) .newsletter-mobile {
    display: block;
  }
  footer > ul > li:nth-child(2) ul li {
    font-size: 16px;
    line-height: 20px;
  }
  footer > ul > li:nth-child(2) ul .input-group input {
    width: 181px!important;
  }
  footer > ul > li:nth-child(3) a {
    flex-direction: column-reverse;
    gap: 0;
  }
  footer > ul > li:nth-child(3) a p {
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
  }
  footer > ul > li:nth-child(3) a img {
    height: 27px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.catheader {
  position: relative;
  margin-bottom: 5px;
}
.catheader .catheader-image img {
  object-fit: cover;
  height: 390px;
}
.catheader .catheader-texte {
  position: absolute;
  max-width: 370px;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  bottom: 0;
  color: #5e5e5e;
  background-color: white;
  left: 7vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  z-index: 0;
}
.catheader .catheader-texte h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  max-width: 346px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.catheader .catheader-texte .catheader-description {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 7;
  box-orient: vertical;
  -moz-line-clamp: 7;
  -moz-box-orient: vertical;
  max-width: 346px;
}
.catheader .hide_shadow_catheader {
  position: absolute;
  bottom: -15px;
  height: 15px;
  background-color: white;
  z-index: 2;
  width: 100%;
}
.ui-site-ariane {
  margin-left: 60px;
  margin-bottom: 10px!important;
  font-size: 20px;
  font-weight: 500;
  color: #707070;
}
.ui-site-ariane a {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.ui-site-ariane a:hover {
  color: black;
}
.ui-site-ariane .breadcrumb > li::before {
  font-size: 20px;
  color: #707070;
  padding: 0 1px;
}
.ui-shop-cats {
  padding: 0 3vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  column-gap: min(3vw, 50px);
  row-gap: 48px;
  margin-bottom: 35px;
  justify-items: center;
}
.ui-shop-cats .ui-shop-cat {
  max-width: 413px;
  width: 100%;
}
.ui-shop-cats .ui-shop-cat a {
  padding: 12px 31px 0 0;
  position: relative;
  text-decoration: none;
  display: flex;
}
.ui-shop-cats .ui-shop-cat a .texte {
  background-color: #344f52;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  clip-path: url(#clip-path-souscat);
  width: 100%;
  height: calc(100% * 1.1);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}
.ui-shop-cats .ui-shop-cat a .texte h2 {
  margin: auto 0 5%;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.ui-shop-cats .ui-shop-cat a .ui-site-docimage {
  width: calc(100% - 31px);
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 2;
}
.ui-shop-cats .ui-shop-cat a .ui-site-docimage img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease-in-out;
}
.ui-shop-cats .ui-shop-cat a:hover .texte {
  background-color: #4c7377;
}
.ui-shop-cats .ui-shop-cat a:hover .ui-site-docimage img {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
@media (max-width: 967px) {
  .ui-shop-cats {
    padding: 0 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catheader .catheader-image-mobile {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
  }
  .catheader .catheader-image-mobile img {
    margin: 0;
  }
  .catheader .catheader-image-mobile .catheader-texte-mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex!important;
    right: 0;
    height: 100%;
    max-width: 140px;
    clip-path: url(#clip-path-products-mobile);
    padding-left: 29px;
    padding-right: 10px;
    background-image: url('../../public/img/clip-path-products-mobile.svg');
    border-left: 3px solid white;
    text-align: right;
    align-items: flex-end;
    background-color: white;
    background-repeat: no-repeat;
  }
  .catheader .catheader-image-mobile .catheader-texte-mobile .etiquette-mobile {
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, 100% 71%, 50% 100%, 0 71%);
    width: 90px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: white;
    background-color: #5ec4e6;
    padding: 10px 10px 20px;
    text-align: center;
    top: 0;
    left: 50px;
  }
  .catheader .catheader-image-mobile .catheader-texte-mobile::after {
    bottom: 12px;
    right: -60px;
    transform: scale(0.45) rotate(233deg);
    position: absolute;
    pointer-events: none;
    content: url('../../public/img/home_products_shapes.svg');
    color: white;
  }
  .catheader .catheader-image-mobile .catheader-texte-mobile h1 {
    margin-bottom: 5px;
    margin-top: auto;
    color: white;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
  }
  .catheader .catheader-image-listing-mobile {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
  }
  .catheader .catheader-image-listing-mobile img {
    margin: 0;
  }
  .catheader .catheader-image-listing-mobile .catheader-texte-mobile {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    display: flex!important;
    flex-direction: column;
    height: 98px;
    right: 0;
    max-width: 393px;
    clip-path: url(#clip-path-about-mobile);
    padding-right: 0;
    padding-left: 0;
    background-image: url(../../public/img/clip-path-about-mobile.svg);
    border-top: 3px solid #fff;
    border-left: 0;
    align-items: center;
    text-align: center;
    bottom: 0;
    color: #fff;
  }
  .catheader .catheader-image-listing-mobile .catheader-texte-mobile .etiquette-mobile {
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0, 100% 71%, 50% 100%, 0 71%);
    width: 90px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: white;
    background-color: #5ec4e6;
    padding: 10px 10px 20px;
    text-align: center;
    top: 0;
    left: 50px;
  }
  .catheader .catheader-image-listing-mobile .catheader-texte-mobile::after {
    left: -50px;
    bottom: -65px;
    transform: scale(0.35) rotate(150deg);
    position: absolute;
    pointer-events: none;
    content: url(../../public/img/home_products_shapes.svg);
    color: #fff;
  }
  .catheader .catheader-image-listing-mobile .catheader-texte-mobile h1 {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 96px;
    margin-right: 45%;
    color: white;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
  }
  .catheader-description-mobile {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 20px;
  }
  .breadcrumb > li {
    margin-bottom: 50px;
  }
  .ui-shop-cats {
    column-gap: min(18px, 3vw);
    row-gap: 10px;
    margin-bottom: 30px;
  }
  .ui-shop-cats .ui-shop-cat a {
    padding: 9px 12px 0 0;
  }
  .ui-shop-cats .ui-shop-cat a .ui-site-docimage {
    width: calc(100% - 12px);
  }
  .ui-shop-cats .ui-shop-cat a .texte h2 {
    font-size: 16px;
    line-height: 16px;
  }
  #souscat_encart_configurateur_mobile {
    padding: 0 28px;
    background-image: linear-gradient(-131deg, #d3d500 0, #357984 100%);
    position: relative;
    max-height: unset;
    width: 100%!important;
    max-width: 393px!important;
    margin: 0 auto 20px auto!important;
    overflow: hidden;
  }
  #souscat_encart_configurateur_mobile .texte-encart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin: 0 0 0 auto;
    color: #fff;
  }
  #souscat_encart_configurateur_mobile .texte-encart h2 {
    margin: 42px 0 16px;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
  }
  #souscat_encart_configurateur_mobile .texte-encart a:hover,
  #souscat_encart_configurateur_mobile .texte-encart a:focus,
  #souscat_encart_configurateur_mobile .texte-encart a:active {
    text-decoration: none;
  }
  #souscat_encart_configurateur_mobile .texte-encart .description-mobile {
    line-height: 22px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    max-width: 211px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
  }
  #souscat_encart_configurateur_mobile .texte-encart .description-mobile > span {
    font-weight: 300;
    color: #fff;
    line-height: 22px;
  }
  #souscat_encart_configurateur_mobile .texte-encart > a {
    display: block;
    margin: auto 0 34px;
    font-size: 16px;
  }
  #souscat_encart_configurateur_mobile::after {
    position: absolute;
    left: -270px;
    bottom: -285px;
    transform: scale(0.5);
    content: url(../../public/img/home_configurateur_shapes.svg);
    color: #fff;
    pointer-events: none;
  }
  #souscat_contact_mobile {
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  #souscat_contact_mobile ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
  }
  #souscat_contact_mobile ul li:first-child {
    font-size: 22px;
    line-height: 30px;
    color: #5e5e5e;
    font-weight: 600;
  }
  #souscat_contact_mobile ul li:nth-child(2) a {
    font-size: 16px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.filtre-pagination {
  display: flex;
}
.filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile {
  display: none;
}
.filtre-pagination .module-filtre {
  margin-bottom: 15px;
  margin-left: 60px;
  margin-top: -15px;
  flex: auto;
  align-self: center;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre-desktop {
  margin-bottom: 10px;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .header-filtre-desktop .header-dispo {
  color: #344f52;
  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-start;
  flex-wrap: wrap;
  gap: 70px;
}
.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-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px!important;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select select:not(.placeholder-active) ~ .select2 .select2-selection__arrow b {
  border-width: 12px 6px 0 6px!important;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select .placeholder {
  font-size: 18px;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .filtre-select select.placeholder-active ~ .placeholder {
  font-size: 10px;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .select2 {
  min-width: 100%;
}
.filtre-pagination .module-filtre .filtres .refresh-filtre .content-filtre .filtre .select2 .select2-selection {
  border-bottom: 1px solid #344f52;
}
.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 {
    margin-bottom: 0;
  }
  .filtre-pagination .module-filtre {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre .content-filtre {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile.loading .content-filtre-mobile .filtre-ct .titre-filtre .fa-spinner {
    opacity: 1;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile.locked .content-filtre-mobile .filtre-ct .titre-filtre .fa-spinner {
    opacity: 1;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile.locked .content-filtre-mobile .filtre-ct ul {
    opacity: 0.5;
    transition: all 0.45s;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .header-filtre {
    margin-top: -45px;
    height: 45px;
    background: #5ec4e6;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .header-filtre .fa {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .header-filtre .fa.arrow-close {
    display: inline-block;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .header-filtre h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: initial;
    user-select: none;
    margin: 0;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile {
    display: block !important;
    overflow-x: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    width: 311px;
    background-color: white;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.43);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin: 0;
    list-style: none;
    padding: 8px 20px;
    z-index: -1;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .delete-all a {
    color: #344f52;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .delete-all a:hover {
    color: #486d71;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li {
    margin-bottom: 10px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li:last-child {
    margin-bottom: 0;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li.disabled {
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox {
    margin: 0;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label {
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
    display: block;
    padding: 10px 0 10px 20px;
    display: flex;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .prods-count {
    font-size: 0.9em;
    pointer-events: none;
    user-select: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style {
    margin-left: -20px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style input,
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style .check {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style .uncheck {
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #5e5e5e;
    margin-right: 13px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style input:checked ~ .uncheck {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile li .checkbox label .checkbox-style input:checked ~ .check {
    display: inline-block;
    width: 32px;
    margin-right: 8px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile div:first-of-type {
    border-top: none;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct {
    border: none;
    padding: 20px;
    padding: 10px 15px !important;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .filtre-select {
    display: flex !important;
    flex-direction: column;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .filtre-select .type-select2 {
    position: relative !important;
    width: 100% !important;
    height: 35px !important;
    display: block !important;
    border-radius: 2px;
    line-height: 35px;
    clip-path: inherit !important;
    order: 1;
    padding: 5px !important;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .filtre-select .select2 {
    display: none !important;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .filtre-select .placeholder {
    order: 0;
    position: relative;
    font-size: 1em !important;
    top: 0;
    left: 0;
    line-height: 35px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .titre-filtre {
    color: #5e5e5e;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-size: 26px;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct .titre-filtre .fa-spinner {
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s;
  }
  .filtre-pagination .module-filtre-mobile .filtres .refresh-filtre-mobile .content-filtre-mobile .filtre-ct span {
    color: #1a2436;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
  }
  .filtre-pagination .module-filtre-mobile.open {
    z-index: 10000;
  }
  .filtre-pagination .module-filtre-mobile.open .filtres .refresh-filtre-mobile .header-filtre {
    margin-top: 0;
    background: #32b4df;
  }
  .filtre-pagination .module-filtre-mobile.open .filtres .refresh-filtre-mobile .header-filtre .fa.arrow-open {
    display: inline-block;
  }
  .filtre-pagination .module-filtre-mobile.open .filtres .refresh-filtre-mobile .header-filtre .fa.arrow-close {
    display: none;
  }
  .filtre-pagination .module-filtre-mobile.open .filtres .refresh-filtre-mobile .content-filtre-mobile {
    max-height: calc((100 * var(--vh)) - 95px);
    overflow-y: auto;
    z-index: 0;
  }
  .filtre-pagination .module-filtre-mobile:hover .filtres .refresh-filtre-mobile .header-filtre,
  .filtre-pagination .module-filtre-mobile:focus .filtres .refresh-filtre-mobile .header-filtre {
    background: #32b4df;
  }
}
.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:not(.placeholder-active) ~ .select2 .select2-selection__arrow {
  top: unset!important;
  bottom: 22px!important;
  height: 20px!important;
  width: 20px!important;
}
.filtre-select select:not(.placeholder-active) ~ .select2 .select2-selection__arrow b {
  border-width: 15px 8px 0 8px!important;
}
.filtre-select select.placeholder-active ~ .placeholder {
  top: 0;
  left: 0;
  font-size: 0.8em;
}
.chips {
  margin: -10px 60px 15px;
}
.chips a {
  color: #344f52;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
.chips a:hover {
  color: #486d71;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.fiche {
  padding: 0;
  /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
}
.fiche .ui-site-ariane {
  margin-left: 75px;
}
.fiche .head h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 60px;
  padding-left: 38px;
  color: #5e5e5e;
  position: relative;
}
.fiche .head h1::before {
  content: '';
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.fiche .ui-shop-fiche-haut {
  display: flex;
  column-gap: 5%;
}
.fiche .ui-shop-fiche-haut .gauche {
  max-width: 540px;
  width: 30%;
  order: 1;
  margin-top: -10px;
  height: fit-content;
  position: relative;
  padding: 0;
}
.fiche .ui-shop-fiche-haut .gauche .slider-images {
  position: relative;
}
.fiche .ui-shop-fiche-haut .gauche .slider-images::before {
  content: '';
  position: absolute;
  background-image: url('../../public/img/fiche-clip-path.svg');
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 19px;
  z-index: -1;
  width: calc(100% + 44px);
  height: calc(100% + 20px);
}
.fiche .ui-shop-fiche-haut .gauche .slider-images .ui-site-image {
  padding-top: 10px;
}
.fiche .ui-shop-fiche-haut .gauche .slider-images .ui-site-image a {
  display: table;
  margin: 0 auto;
}
.fiche .ui-shop-fiche-haut .gauche .slider-images .ui-site-image img {
  margin: 0 0 0 30px;
  border-radius: 16px;
  border: 6px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  max-width: calc(100% - 40px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-prev {
  bottom: -34px;
  left: 30px;
  height: 28px;
  z-index: 10;
  top: unset;
  z-index: 11;
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-prev::after {
  content: '';
  transform: rotate(180deg);
  height: 28px;
  width: 41px;
  background-image: url('../../public/img/slide-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-next {
  bottom: -34px;
  height: 28px;
  top: unset;
  z-index: 11;
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-next::after {
  content: '';
  height: 28px;
  width: 41px;
  background-image: url('../../public/img/slide-next.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-next,
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-prev {
    display: none;
  }
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination {
  bottom: -28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: calc(100% - 74px);
  overflow: hidden;
  left: calc(50% + 11px);
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination {
    gap: 10px;
  }
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination > .swiper-pagination-bullet {
  height: 16px;
  width: 85px;
  background: white;
  border: 2px solid #344f52;
  border-radius: 6px;
  opacity: 1;
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d3d500;
  border-color: #d3d500;
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-2 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(50% - 8px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-3 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(33% - 11px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-4 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(25% - 14px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-5 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(20% - 17px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-6 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(16.666% - 20px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-7 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(14.285% - 23px);
}
.fiche .ui-shop-fiche-haut .gauche .swiper-external-container.swiper-8 .swiper-pagination > .swiper-pagination-bullet {
  max-width: calc(12.5% - 26px);
}
.fiche .ui-shop-fiche-haut .gauche .avantages {
  display: grid;
  padding: 0 0 0 30px;
  margin: 75px 0 0;
  justify-content: center;
  align-items: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-rows: 1fr;
  list-style-type: none;
  column-gap: 15px;
}
.fiche .ui-shop-fiche-haut .gauche .avantages li {
  display: flex;
  flex-direction: column;
}
.fiche .ui-shop-fiche-haut .gauche .avantages li p {
  font-size: 25px;
  font-weight: 500;
  color: #5e5e5e;
  margin: 0 0 15px;
  text-align: center;
}
.fiche .ui-shop-fiche-haut .gauche .avantages li img {
  max-width: 80px;
  margin: 0 auto;
}
.fiche .ui-shop-fiche-haut .centre {
  order: 2;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 30%;
  height: auto;
}
.fiche .ui-shop-fiche-haut .centre .config-titre {
  color: #344f52;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.fiche .ui-shop-fiche-haut .centre .config-titre::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  bottom: -13px;
  left: 0;
  position: absolute;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche {
  padding-left: 20px;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche .form-group {
  position: relative;
  margin-bottom: 20px;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche .form-group::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: -13px;
  left: 0;
  position: absolute;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche label {
  color: #5e5e5e;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  margin-top: 0;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche label::before {
  content: '';
  background-image: url('../../public/img/before_subtitle.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  top: 50%;
  width: 11px;
  height: 20px;
  transform: translateY(-40%);
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche select {
  display: none;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche .ct_couleur label {
  margin-bottom: 0;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style-type: none;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li {
  flex-shrink: 1;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #344f52;
  border: 2px solid #344f52;
  border-radius: 4px;
  background-color: white;
  text-align: center;
  padding: 4px 10px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.selected {
  pointer-events: none;
  cursor: initial;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.selected:hover {
  background-color: transparent;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li:hover {
  background-color: rgba(211, 213, 0, 0.6);
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.selected:not(.ct_couleur) {
  background-color: #d3d500;
  border-color: #d3d500;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur {
  display: flex;
  align-items: flex-end;
  border: unset;
  padding: 0;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur .check-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  align-self: normal;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur .check-name img {
  max-width: 30px;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur p {
  margin-left: -30px;
  margin-bottom: 0;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg {
  max-width: 70px;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg path {
  fill: #5e5e5e;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.blanc-ral-9010 path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.blanc path {
  fill: #f1ece1;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-anthracite-ral-7016 path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-anthracite path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-anthracite-effet-bois path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-anthracite-effet-brosse path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.ardoise path {
  fill: #383e42;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-clair-ral-7035 path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-clair path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-clair-effet-brosse path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.galet path {
  fill: #c5c7c4;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.noir-ral-9005 path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.noir path {
  fill: #0e0e10;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.vert-ral-6005 path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.vert path {
  fill: #114232;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.galvanise path,
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.gris-anodise path {
  fill: #878581;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.beton path {
  fill: #808076;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.inox path {
  fill: #8B959A;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.platine path {
  fill: #cccccc;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.titane path {
  fill: #4d4d4d;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.electrozingue path {
  fill: #b3b3b3;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.cedre path {
  fill: #baa488;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.bois-clair path {
  fill: #cbab85;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.cuivre path {
  fill: #9d5423;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.laiton path {
  fill: #c6a039;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul li.ct_couleur svg.blanc-ral-9016 path {
  fill: #F0EFE9;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul#ct_couleur {
  gap: 25px;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul#ct_couleur li {
  border: 1px solid transparent;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul#ct_couleur li.selected:hover {
  border-color: transparent;
}
.fiche .ui-shop-fiche-haut .centre .configurateur-fiche ul#ct_couleur li:hover {
  background-color: transparent;
  border-color: rgba(211, 213, 0, 0.6);
}
.fiche .ui-shop-fiche-haut .centre .telechargements {
  margin: auto auto 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 17px;
  column-gap: 20px;
  width: fit-content;
}
.fiche .ui-shop-fiche-haut .centre .telechargements li:first-child {
  font-size: 25px;
  color: #5e5e5e;
  line-height: 32px;
  text-align: center;
  grid-column: 1/3;
}
.fiche .ui-shop-fiche-haut .centre .telechargements li.no-user {
  grid-column: 1/3;
}
.fiche .ui-shop-fiche-haut .centre .telechargements li.column1-3 {
  grid-column: 1/3;
}
.fiche .ui-shop-fiche-haut .centre .telechargements li {
  width: 100%;
}
.fiche .ui-shop-fiche-haut .centre .telechargements li a {
  font-size: 24px;
  line-height: 31px;
  color: white;
  background-color: #5ec4e6;
  padding: 6px 20px;
  width: 100%;
  display: block;
}
.fiche .ui-shop-fiche-haut .droite {
  order: 3;
  padding: 0;
  margin-left: auto;
  width: 30%;
  max-width: 500px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe {
  position: relative;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-titre {
  width: 100%;
  flex: none;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: white;
  background-color: #344f52;
  padding: 14px 22px 14px;
  text-align: center;
  border-radius: 10px 0 0 0;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-pictos {
  list-style-type: none;
  padding: 15px 10px 10px 38px;
  display: grid;
  gap: 10px;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: #f8f8f8;
  border-radius: 0 0 0 10px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-pictos li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #5e5e5e;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-pictos li img {
  margin-right: 15px;
  max-width: 30px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-pictos li.ct_largeur img {
  width: 28px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  align-items: center;
  padding: 0;
  margin: 25px auto 0;
  row-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px 0 0 10px;
  background-color: #f8f8f8;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li {
  width: 250px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child a {
  color: #5e5e5e;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child a:hover,
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child a:focus {
  color: #344f52;
  text-decoration: none;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child a img {
  width: 35px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(2) a {
  background-color: #344f52;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(3) a {
  background-color: #d3d500;
  color: #5e5e5e;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout {
  margin: 20px 0;
  padding: 15px 5px;
  border-radius: 10px 0 0 10px;
  background-color: #f8f8f8;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte {
  padding: 16px 22px;
  border: 2px solid #344f52;
  border-radius: 21px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.38);
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 9px;
  color: #5e5e5e;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 5px;
  justify-content: space-around;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices .conditionnement-choice {
  padding: 8px;
  text-align: center;
  color: #5e5e5e;
  border: 2px solid #344f52;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices .conditionnement-choice.disabled {
  opacity: 0.1;
  cursor: inherit;
  pointer-events: none;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices .conditionnement-choice.selected {
  background-color: #d3d500;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices .conditionnement-choice .c-label {
  font-weight: 600;
  font-size: 20px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > .conditionnement-choices .conditionnement-choice .c-explain {
  font-size: 14px;
  font-weight: 500;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div > p {
  margin: 0;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 500;
  margin-right: 8px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite input {
  border: 2px solid #344f52;
  border-left: 0;
  border-right: 0;
  height: 36px;
  font-size: 24px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number {
  border-radius: 14px 0 0 14px;
  border: 2px solid #344f52;
  border-right: 0;
  height: 36px;
  font-size: 14px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number span {
  background-color: #d3d500;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number span.glyphicon-minus:before {
  margin-top: -2px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number span.glyphicon-plus:before {
  margin-top: -2px;
  margin-right: -2px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .input-number + .input-group-btn .btn-number {
  border-radius: 0 14px 14px 0;
  border: 2px solid #344f52;
  border-left: 0;
  height: 36px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number:focus-visible,
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > div .ui-site-quantite .btn-number:focus {
  outline: 0;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .prix {
  display: flex;
  padding: 0 20px;
  margin: 20px 0;
  justify-content: space-around;
  gap: 15px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .prix .ui-shop-prix {
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .prix .ui-shop-prix .value {
  font-size: 30px;
  color: #5e5e5e;
  font-weight: 600;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .prix .ui-shop-prix .suffix {
  font-size: 18px;
  font-weight: 500;
  color: #5e5e5e;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .prix .ui-shop-prix .value-ensemble {
  font-size: 30px;
  color: #d3d500;
  font-weight: 600;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 10px;
  gap: 10px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn button {
  font-size: 20px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn button span {
  display: flex;
  min-height: 32px;
  align-items: center;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn a.uishop-favoris span {
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn a.uishop-favoris img {
  max-width: 35px;
  margin-right: 8px;
}
.fiche .ui-shop-fiche-bas {
  margin: 30px 0;
  padding: 0 34% 0 0;
}
.fiche .ui-shop-fiche-bas .infos-produit {
  margin-bottom: 30px;
}
.fiche .ui-shop-fiche-bas .infos-produit .infotech-titre {
  width: 100%;
  flex: none;
  text-align: left;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  max-width: 430px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-bas .infos-produit .texte-perso {
  display: flex;
  font-size: 22px;
  color: #5e5e5e;
  border-bottom: 1px solid #344f52;
  padding-bottom: 22px;
  margin-bottom: 18px;
  margin-left: 2.5vw;
  column-gap: 10vw;
  font-weight: 500;
}
.fiche .ui-shop-fiche-bas .infos-produit .texte-perso:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class^='ui-shop-property-value-dyn_titre'],
.fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class*=' ui-shop-property-value-dyn_titre'] {
  width: 220px;
  display: block;
}
.fiche .ui-shop-fiche-bas .description {
  margin-bottom: 30px;
}
.fiche .ui-shop-fiche-bas .description .desc-titre {
  width: 100%;
  flex: none;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  max-width: 430px;
  font-weight: 600;
}
.fiche .ui-shop-fiche-bas .description .desc-texte {
  padding-left: 3.6vw;
  font-size: 22px;
  font-weight: 500;
  color: #5e5e5e;
  margin: 0;
}
.fiche .prod-lies {
  margin-bottom: 35px;
}
.fiche .prod-lies .prodcomp-titre {
  width: 100%;
  flex: none;
  text-align: left;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  max-width: 430px;
  font-weight: 600;
  text-transform: uppercase;
}
.fiche .prod-lies .ui-shop-lies {
  position: relative;
}
.fiche .prod-lies .ui-shop-lies .swiper-external-container {
  padding: 0 90px;
}
.fiche .prod-lies .ui-shop-lies .content-fichemini .texte h2 {
  font-size: 20px;
  margin: 0 8px min(4%, 24px);
  line-height: 30px;
  height: 60px;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: unset;
  box-orient: vertical;
  -moz-line-clamp: unset;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-next {
  right: 35px;
  width: 45px;
  height: 45px;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-next::after {
  content: '';
  height: 45px;
  width: 45px;
  background-image: url('../../public/img/slide-next-prod-lies.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-prev {
  left: 35px;
  width: 45px;
  height: 45px;
}
.fiche .prod-lies .ui-shop-lies .swiper-button-prev::after {
  content: '';
  transform: rotate(180deg);
  height: 45px;
  width: 45px;
  background-image: url('../../public/img/slide-next-prod-lies.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.fiche .prod-lies .ui-shop-lies .swiper-pagination {
  display: none;
}
@media (max-width: 1450px) {
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > ul {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > ul li > p:first-child {
    font-size: 16px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajoutqte > ul li > p:nth-child(2) {
    font-size: 12px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn {
    gap: 5px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout .ajout-btn button:nth-child(2) img {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fiche .ui-shop-fiche-haut {
    flex-wrap: wrap;
  }
  .fiche .ui-shop-fiche-haut .gauche {
    margin-bottom: 20px;
  }
  .fiche .ui-shop-fiche-haut .centre {
    padding: 0 15px;
  }
  .fiche .ui-shop-fiche-haut .centre .config-titre {
    margin-bottom: 15px;
  }
  .fiche .ui-shop-fiche-haut .droite {
    order: 3;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-titre {
    font-size: 19px;
    padding: 14px 22px 14px 40px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    margin: 0 auto;
    row-gap: 35px;
    column-gap: 18px;
    background-color: unset;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child {
    width: 219px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:first-child a {
    font-size: 22px;
    line-height: 22px;
    column-gap: 13px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(2) {
    width: 180px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(2) a {
    padding: 12px;
    font-size: 20px;
    line-height: 20px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(3) {
    width: 166px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(3) a {
    padding: 12px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .fiche .head h1 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-left: 20px;
    padding: 0 20px 0 30px;
  }
  .fiche .head h1::before {
    top: 3px;
    transform: unset;
  }
  .fiche .ui-shop-fiche-haut {
    row-gap: 40px;
  }
  .fiche .ui-shop-fiche-haut .gauche {
    width: 45%;
    margin: 0 auto 0 0;
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-prev {
    display: flex;
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-next {
    display: flex;
  }
  .fiche .ui-shop-fiche-haut .gauche .caractech-pictos {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    list-style-type: none;
    column-gap: max(20px, 10%);
    margin: 55px auto 0;
    padding: 0 15px;
  }
  .fiche .ui-shop-fiche-haut .gauche .caractech-pictos li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .fiche .ui-shop-fiche-haut .gauche .caractech-pictos li .ui-site-image img {
    max-width: 40px;
  }
  .fiche .ui-shop-fiche-haut .centre {
    padding: 0;
    width: 45%;
    margin: 0 auto;
  }
  .fiche .ui-shop-fiche-haut .centre .config-titre {
    width: 100%;
    flex: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    max-width: 298px;
    margin: 0 auto 24px;
  }
  .fiche .ui-shop-fiche-haut .centre > form {
    padding: 0 25px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche > div {
    margin-bottom: 35px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche > div:last-of-type {
    margin-bottom: 0;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche .form-group {
    display: flex;
    flex-direction: column;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche label {
    margin-bottom: 10px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche label::before {
    content: '';
    background-image: url(../../public/img/before_subtitle.svg);
    height: 22px;
    width: 7px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 18px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche ul {
    gap: 8px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche ul li.ct_couleur > img {
    max-width: 32px;
    margin-left: -20px;
  }
  .fiche .ui-shop-fiche-haut .centre > form .configurateur-fiche ul li.ct_couleur p {
    font-size: 22px;
    line-height: 30px;
    margin-left: -20px;
  }
  .fiche .ui-shop-fiche-haut .droite {
    margin-top: 0;
    position: initial;
    padding: 0 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .caractech-titre {
    display: none;
  }
  .fiche .ui-shop-fiche-bas {
    margin: 20px 0;
    padding: 0;
  }
  .fiche .ui-shop-fiche-bas .avantages {
    display: grid !important;
    max-width: 600px;
    padding: 0 22px;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: 1fr;
    list-style-type: none;
    column-gap: 11.5vw;
  }
  .fiche .ui-shop-fiche-bas .avantages li {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fiche .ui-shop-fiche-bas .avantages li p {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: #5e5e5e;
    margin: 0 0 28px;
  }
  .fiche .ui-shop-fiche-bas .avantages li img {
    max-width: 80px;
  }
  .fiche .ui-shop-fiche-bas .infos-produit {
    margin-bottom: 30px;
  }
  .fiche .ui-shop-fiche-bas .infos-produit .infotech-titre {
    margin-bottom: 28px;
    font-size: 22px;
    padding: 11px 20px;
    max-width: 300px;
  }
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso {
    flex-direction: column;
    font-size: 20px;
    row-gap: 16px;
    margin-left: 24px;
  }
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class^='ui-shop-property-value-dyn_titre'],
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class*=' ui-shop-property-value-dyn_titre'] {
    font-weight: 600;
  }
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class^='ui-shop-property-value-dyn_texte'],
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso span[class*=' ui-shop-property-value-dyn_texte'],
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso img[class^='ui-shop-property-value-dyn_texte'],
  .fiche .ui-shop-fiche-bas .infos-produit .texte-perso img[class*=' ui-shop-property-value-dyn_texte'] {
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .fiche .ui-shop-fiche-bas .telechargements {
    margin-bottom: 30px;
  }
  .fiche .ui-shop-fiche-bas .telechargements .telechargements-titre {
    margin-bottom: 28px;
    font-size: 22px;
    padding: 11px 20px;
    max-width: 300px;
    width: 100%;
    flex: none;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background-color: #344f52;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    font-weight: 600;
  }
  .fiche .ui-shop-fiche-bas .telechargements ul {
    margin-left: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
  }
  .fiche .ui-shop-fiche-bas .telechargements ul li a.btn {
    font-size: 24px;
    line-height: 31px;
    color: white;
    background-color: #5ec4e6;
    padding: 6px 20px;
    width: 100%;
    display: block;
  }
  .fiche .ui-shop-fiche-bas .description .desc-titre {
    margin-bottom: 14px;
    font-size: 22px;
    padding: 11px 20px;
    max-width: 300px;
  }
  .fiche .ui-shop-fiche-bas .description .desc-texte {
    padding-left: 5vw;
    font-size: 20px;
    margin-left: 24px;
  }
  .fiche .prod-lies {
    margin-bottom: 20px;
  }
  .fiche .prod-lies .prodcomp-titre {
    margin-bottom: 31px;
    line-height: 30px;
    font-size: 22px;
    padding: 11px 20px;
    max-width: 300px;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-external-container {
    padding: 0 35px 0 7px;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-button-prev {
    display: none;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-button-next {
    right: 6px;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-button-next::after {
    background-image: url(../../public/img/slide-next-prod-lies-mobile.svg);
  }
  .fiche .prod-lies .ui-shop-lies .swiper-pagination {
    bottom: -33px;
    width: calc(100% - 120px);
    display: flex;
    justify-content: center;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fiche .prod-lies .ui-shop-lies .swiper-pagination > .swiper-pagination-bullet {
    height: 10px;
    width: 55px;
    background: #344f52;
    border: 2px solid #344f52;
    border-radius: 6px;
    opacity: 1;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d3d500;
    border-color: #d3d500;
  }
  .fiche .prod-lies .ui-shop-lies .swiper-pagination > .swiper-pagination-bullet:nth-child(n + 9) {
    display: none;
  }
  .fiche .prod-lies .ui-shop-lies.swiper-5 .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .fiche .prod-lies .ui-shop-lies.swiper-6 .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .fiche .prod-lies .ui-shop-lies.swiper-7 .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
  }
  .fiche .prod-lies .ui-shop-lies.swiper-8 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-plugin .plugin-portail > .form-horizontal h2 {
    width: 100px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-plugin .plugin-portail > .form-horizontal .input-group {
    width: calc(100% - 110px);
  }
  .fiche .ui-shop-fiche-haut {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .fiche .ui-shop-fiche-haut .gauche {
    width: calc(100% - 68px);
    padding: 0;
    margin: 0 auto;
  }
  .fiche .ui-shop-fiche-haut .gauche .slider-images::before {
    width: calc(100% + 26px);
    height: calc(100% + 27px);
    top: 2px;
    background-image: url(../../public/img/fiche-clip-path-mobile.svg);
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-prev {
    display: none;
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-button-next {
    display: none;
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination {
    bottom: -58px;
    width: fit-content;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .swiper-pagination > .swiper-pagination-bullet {
    height: 10px;
    width: 55px;
    background: #344f52;
  }
  .fiche .ui-shop-fiche-haut .gauche .swiper-external-container .slider-images .ui-site-image img {
    max-width: calc(100% - 26px);
    margin: 0 0 0 26px;
  }
  .fiche .ui-shop-fiche-haut .gauche .caractech-pictos {
    margin: 80px 0 0;
  }
  .fiche .ui-shop-fiche-haut .centre {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .fiche .ui-shop-fiche-haut .centre .config-titre {
    width: 100%;
    flex: none;
    text-align: left;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color: #344f52;
    padding: 11px 70px 11px 20px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    max-width: 298px;
    margin: 0 auto 24px -20px;
  }
  .fiche .ui-shop-fiche-haut .centre > form {
    padding: 0;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .ui-shop-ajout {
    margin: 0;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected {
    row-gap: 20px;
    column-gap: 18px;
    padding: 0;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(2) a {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .fiche .ui-shop-fiche-haut .droite .bloc-fixe .fiche-not-connected li:nth-child(3) a {
    padding: 10px 20px;
    font-size: 22px;
    line-height: 22px;
  }
  .fiche .ui-shop-fiche-bas .telechargements ul {
    gap: 10px;
    margin-right: 10px;
  }
  .fiche .ui-shop-fiche-bas .telechargements ul li a.btn {
    font-size: 20px;
    line-height: 26px;
    padding: 6px 20px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.group-5 {
  display: flex;
}
.group-5 .fichemini-verticale {
  width: 20%;
}
.group-5 .fichemini-verticale .content-fichemini {
  margin: 0 15px;
}
.fichemini .content-fichemini .ui-shop-lien {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fichemini .content-fichemini .ui-shop-lien a {
  width: 100%;
  height: 100%;
  display: block;
}
/* FICHEMINI VERTICALE */
.fichemini-verticale .content-fichemini {
  display: table;
  max-width: 307px;
  padding-bottom: 85px;
  margin: 0;
  padding-top: 10px;
  padding-left: 23px;
  position: relative;
}
.fichemini-verticale .content-fichemini .ui-site-image {
  width: 100%;
}
.fichemini-verticale .content-fichemini .ui-site-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  border: 6px solid white;
}
.fichemini-verticale .content-fichemini > .texte {
  background-color: #344f52;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  clip-path: url(#clip-path-prod-lies);
  width: calc(100% - 23px);
  height: calc(100% - 16px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  max-width: 284px;
}
.fichemini-verticale .content-fichemini > .texte h2 {
  margin: auto 4px min(4%, 24px);
  color: white;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
}
.fichemini-verticale .content-fichemini .favoris {
  position: absolute;
  top: 17px;
  right: 7px;
  z-index: 20;
}
.fichemini-verticale .content-fichemini .favoris .btn.uishop-favoris {
  background-image: url('../../public/img/heart-fill-hover.svg');
  background-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-in-out;
}
.fichemini-verticale .content-fichemini .favoris .btn.uishop-favoris::before {
  content: none;
}
.fichemini-verticale .content-fichemini .favoris .btn.uishop-favoris img {
  height: 30px;
}
.fichemini-verticale .content-fichemini .favoris .btn.uishop-favoris:hover {
  box-shadow: none;
  background-size: 30px;
}
.fichemini-verticale .content-fichemini:hover > .texte {
  background-color: #4c7377;
}
.favori-fiche h3 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px!important;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #5e5e5e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.favori-fiche h3 a:hover {
  color: #787878;
}
.favori-fiche .titre-desc > a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  color: #5e5e5e;
  margin: 0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.favori-fiche .titre-desc > a:hover {
  color: #787878;
}
.favori-fiche .addfavorite-link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.favori-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris {
  background-image: url('../../public/img/heart-fill-hover.svg');
  background-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .favori-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris {
    display: none;
  }
}
.favori-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris::before {
  content: none;
}
.favori-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris img {
  height: 30px;
}
.favori-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris:hover {
  box-shadow: none;
  background-size: 30px;
}
.favori-fiche .addfavorite-link .ui-shop-lien {
  margin-top: auto;
  margin-bottom: auto;
}
.favori-fiche .addfavorite-link .ui-shop-lien a {
  background-color: #D3D500;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px !important;
  border-radius: 50px!important;
}
@media (max-width: 1200px) {
  .favori-fiche .addfavorite-link .ui-shop-lien a {
    line-height: 24px;
    padding: 10px 32px!important;
  }
}
@media (max-width: 991px) {
  /* FICHEMINI VERTICALE */
  .fichemini-verticale .content-fichemini {
    margin: 0 auto !important;
    padding-bottom: 43px;
    padding-left: 12px;
  }
  .fichemini-verticale .content-fichemini .texte {
    width: calc(100% - 12px);
    top: 11px;
    height: calc(100% - 11px);
  }
  .fichemini-verticale .content-fichemini .texte h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .fichemini-verticale .content-fichemini .favoris {
    top: 20px;
    right: 13px;
  }
  .fichemini-verticale .content-fichemini .favoris img {
    width: 21px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.ui-shop-catlisting .ui-shop-fiches {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  width: 100%;
  gap: 20px;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 10px 20px 20px 33px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche > h3 {
  display: none;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .ui-shop-image .ui-site-image {
  position: relative;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-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);
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-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);
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc {
  max-width: 920px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc h3 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #5e5e5e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc h3 a:hover {
  color: #787878;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  color: #5e5e5e;
  margin: 0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc > a:hover {
  color: #787878;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris {
  background-image: url('../../public/img/heart-fill-hover.svg');
  background-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-in-out;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris::before {
  content: none;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris img {
  height: 30px;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris:hover {
  box-shadow: none;
  background-size: 30px;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien {
  margin-top: auto;
  margin-bottom: auto;
}
.ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
  background-color: #D3D500;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
    font-size: 20px;
    line-height: 25px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 32px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc {
    margin: auto 0;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ui-shop-catlisting .ui-shop-fiches {
    gap: 0;
    padding: 0 10px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche {
    display: grid;
    margin-bottom: 15px;
    grid-template-areas: "titre titre" "image desc" "image link";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    padding: 0px 10px 5px 24px;
    row-gap: 14px;
    column-gap: 12px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche > h3 {
    display: block;
    grid-area: titre;
    text-align: center;
    margin-top: 10px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche > h3 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #5e5e5e;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche > h3 a:hover {
    color: #787878;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc {
    grid-area: desc;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc h3 {
    display: none;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 6;
    min-width: 148px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .ui-shop-image {
    grid-area: image;
    margin-bottom: 12px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .ui-shop-image .ui-site-image img {
    width: 168px;
    height: 172px;
    margin: unset;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link {
    grid-area: link;
    margin-bottom: 0;
    align-items: center;
    margin-left: 0;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
    line-height: 26px;
    padding: 5px 21px;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .addfavorite-link .btn.uishop-favoris {
    display: none;
  }
}
@media (max-width: 370px) {
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche {
    grid-template-areas: "titre titre" "image image" "desc desc" "link link";
    grid-template-rows: auto 1fr auto auto;
  }
  .ui-shop-catlisting .ui-shop-fiches .ui-shop-fiche .ui-shop-image {
    justify-self: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
#modal-popup-ajout .ui-shop-lies {
  margin-top: 30px;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-fiches {
  display: flex;
  flex-wrap: wrap;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-fiches .ui-shop-fiche {
  width: 50%;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-fiches .ui-shop-fiche img {
  position: relative;
  z-index: 2;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-fiches .ui-shop-fiche .texte {
  z-index: 0;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-fiches .ui-shop-fiche .texte h2 {
  font-size: 20px;
}
#modal-popup-ajout .ui-shop-lies .ui-shop-ajout {
  display: none;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.side-panel {
  padding: 0;
}
.side-panel ul.panel-nav {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
}
.side-panel ul.panel-nav li {
  list-style-type: none;
}
.side-panel ul.panel-nav li:last-of-type .panel-title {
  border-bottom: none;
}
.side-panel ul.panel-nav li .panel-title {
  font-size: 24px;
  font-weight: 500;
  color: #5e5e5e;
  border: none;
  border-bottom: 1px solid #c1c6bd;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0;
}
.side-panel ul.panel-nav li .panel-title span,
.side-panel ul.panel-nav li .panel-title i {
  z-index: 2;
}
.side-panel ul.panel-nav li .panel-title.active,
.side-panel ul.panel-nav li .panel-title:hover,
.side-panel ul.panel-nav li .panel-title:focus {
  background-color: #344f52;
  color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
}
.side-panel .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 {
  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 {
  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 {
  width: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.side-panel .panel-box .listing-panels .panel::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.side-panel .panel-box .listing-panels .panel::-webkit-scrollbar-thumb {
  background-color: #344f52;
  border-radius: 20px;
  border: 5px solid #f5f5f5;
}
.side-panel .panel-box .listing-panels .panel h1,
.side-panel .panel-box .listing-panels .panel h2,
.side-panel .panel-box .listing-panels .panel h3,
.side-panel .panel-box .listing-panels .panel h4 {
  font-weight: 500;
  color: #5e5e5e;
}
.side-panel .panel-box .listing-panels .panel.active {
  display: block;
  visibility: visible;
}
.side-panel .panel-box .listing-panels .panel.panel-video {
  font-size: 14px;
  color: #5e5e5e;
  text-align: center;
}
.side-panel .panel-box .listing-panels .panel.panel-video b {
  font-size: 24px;
  font-weight: 500;
}
.side-panel .panel-box .listing-panels .panel.panel-video iframe {
  max-width: 100%;
}
.side-panel .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 {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .quantite {
  background-color: #344f52;
  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 {
  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 {
  font-size: 22px;
  font-weight: 500;
  color: #344f52;
}
.side-panel .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 {
  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 {
  margin: 5px;
}
.side-panel .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 {
  max-height: none;
}
.side-panel .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 {
  visibility: visible;
}
.side-panel .panel-box.active .listing-panels {
  left: 0;
}
.side-panel .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 {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .side-panel .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 {
    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 {
    border-radius: 20px;
    margin: 0 auto;
  }
  .side-panel .panel-box .listing-panels .panel.panel-composition .listing-produits-kit .produit .texte {
    max-width: 100%;
    margin: 0;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.content-dimmer {
  position: relative;
}
.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 */
.type-select2 {
  width: 100%;
}
.select2 {
  font-size: 2rem;
  padding-top: 10px;
}
.select2 .select2-selection {
  font-size: 18px;
  box-sizing: content-box;
  width: 100%;
  height: 40px;
  margin: 0 0 8px 0;
  padding: 0 20px 0 0;
  transition: box-shadow 0.3s, border 0.3s;
  border: none;
  border-bottom: 2px solid #344f52;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px!important;
}
.select2-selection__arrow {
  top: 8px!important;
  height: 34px!important;
  width: 34px!important;
}
.select2-selection__arrow b {
  border-color: #D3D500 transparent transparent transparent !important;
  border-width: 19px 11px 0 11px!important;
  right: -20px !important;
  margin-left: 0!important;
  left: unset!important;
}
.select2-container .select2-dropdown {
  border: 1px solid #aaa !important;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 200px!important;
  padding-right: 1px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #344f52;
  border-radius: 3px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  height: 26px;
  line-height: 20px;
  padding: 3px 8px 0;
  font-size: 18px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #344f52;
}
.filtre-select {
  position: relative;
}
.filtre-select .placeholder {
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #5e5e5e;
}
.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 */
:root {
  --swiper-theme-color: white !important;
  --swiper-theme-accent: #d3d500;
}
.site .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.4;
}
.site .swiper-pagination-bullet:hover {
  background: var(--swiper-theme-accent);
  opacity: 1;
}
.site .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.site .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.site .sliders .swiper-button-prev,
.site .sliders .swiper-button-next,
.site .sliders .swiper-pagination {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.site .sliders .swiper-button-prev:hover,
.site .sliders .swiper-button-next:hover {
  color: var(--swiper-theme-accent);
}
.site .sliders .swiper-container:hover .swiper-button-prev,
.site .sliders .swiper-container:hover .swiper-button-next,
.site .sliders .swiper-container:hover .swiper-pagination {
  visibility: visible;
  opacity: 1;
}
.site .swiper-external-container {
  position: relative;
}
.site .swiper-external-container .swiper-button-prev-external,
.site .swiper-external-container .swiper-button-next-external {
  color: var(--swiper-theme-accent);
}
.site .ui-shop-fiche-gauche .swiper-slide .ui-site-image img {
  padding: 5px;
  border-radius: 10px;
}
.site .miniatures .swiper-external-container {
  display: flex;
  gap: 5px;
  justify-content: space-around;
}
.site .miniatures .swiper-external-container .zoom img {
  border-radius: 10px;
}
.site .miniatures .swiper-external-container .swiper-container {
  margin: 0 50px;
}
.site .marque-container .swiper-external-container .swiper-container {
  margin: 0 50px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.configurateur {
  /* RÉSULTATS CONFIGURATEUR RÉSULTATS CONFIGURATEUR */
}
.configurateur h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 30px 0 30px 60px;
  padding-left: 38px;
  color: #5e5e5e;
  position: relative;
}
.configurateur h1::before {
  content: '';
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}
.configurateur .configurateur-config-cloture {
  display: none;
}
.configurateur .configurateur-config-cloture.active {
  display: block;
}
.configurateur .configurateur-etape {
  display: none;
}
.configurateur .configurateur-etape.active {
  display: block;
}
.configurateur .configurateur-etape .configurateur-option {
  margin-top: 20px;
  background-color: #1a2436;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  border-radius: 3px;
  padding: 6px 10px;
}
.configurateur .configurateur-etape .configurateur-option .titre-option {
  min-width: 125px;
  display: inline-block;
}
.configurateur .configurateur-etape .configurateur-option input {
  margin: 0 0 0 20px;
  font-weight: normal;
  color: #5e5e5e;
}
.configurateur .configurateur-etape .configurateur-option select {
  font-weight: normal;
  color: #5e5e5e;
}
.configurateur .configurateur-etape .configurateur-option label {
  font-weight: normal;
  margin: 0 0 0 5px;
}
.configurateur .configurateur-etape .configurateur-option .configurateur-option-complement {
  display: inline-block;
  margin-left: 50px;
}
.configurateur .configurateur-ligne {
  margin-bottom: 20px;
}
.configurateur .configurateur-ligne .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  clear: both;
  margin: 0 20px;
  flex: 1;
}
.configurateur .configurateur-ligne .flex-container .flex-block {
  flex: 1;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.configurateur .configurateur-ligne .flex-container .flex-block label,
.configurateur .configurateur-ligne .flex-container .flex-block input,
.configurateur .configurateur-ligne .flex-container .flex-block select {
  font-size: 18px;
}
.configurateur .configurateur-ligne .flex-container .flex-block label {
  display: block;
  white-space: nowrap;
}
.configurateur .configurateur-ligne .titre-etape {
  flex: none;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 15px 14px 140px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  max-width: 50%;
  font-weight: 600;
}
.configurateur .configurateur-ligne .titre-etape .separateur-titre {
  display: inline-block;
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22px;
  width: 15px;
  margin: auto 10px -3px;
}
.configurateur .configurateur-ligne .choice {
  transition: all 0.4s;
  border: 5px solid white;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 10px;
  margin: 10px;
}
@media (min-width: 992px) {
  .configurateur .configurateur-ligne .choice {
    max-width: 30%;
  }
}
.configurateur .configurateur-ligne .choice:not(.has-subchoices):hover {
  border-color: #5ec4e6;
  cursor: pointer;
}
.configurateur .configurateur-ligne .choice.selected {
  border-color: #d3d500;
  position: relative;
}
.configurateur .configurateur-ligne .choice.selected::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 26px;
  background-image: url('../../public/img/checkbox.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.configurateur .configurateur-ligne .choice .subchoice {
  cursor: pointer;
}
.configurateur .configurateur-ligne .choice .subchoice.selected.choice-color > .circle {
  border-color: #d3d500;
}
.configurateur .configurateur-ligne .choice .choice-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.configurateur .configurateur-ligne .choice .choice-subtitle {
  display: none;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.configurateur .configurateur-ligne .choice .info {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  padding: 0 5%;
}
.configurateur .configurateur-ligne .choice .couleurs {
  display: flex;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color {
  flex: 1;
  cursor: pointer;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle {
  width: 50px;
  height: 50px;
  border: 3px solid #6e6e6e;
  border-radius: 50%;
  margin: 10px auto;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle:hover {
  border-color: #5ec4e6;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.selected {
  border-color: #d3d500;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.bois-clair {
  background-color: #cbab85;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.cedre {
  background-color: #baa488;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.blanc-ral-9010 {
  background-color: #f1ece1;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.platine {
  background-color: #cccccc;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.titane {
  background-color: #4d4d4d;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-anthracite-ral-7016,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-anthracite,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.ardoise,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-anthracite-effet-bois,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-anthracite-effet-brosse {
  background-color: #383e42;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-clair-ral-7035,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-clair,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.galet,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-clair-effet-brosse {
  background-color: #c5c7c4;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.noir-ral-9005 {
  background-color: #0e0e10;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.vert-ral-6005,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.vert {
  background-color: #114232;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.galvanise,
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.gris-anodise {
  background-color: #878581;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.beton {
  background-color: #808076;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .circle.blanc-ral-9016 {
  background-color: #F0EFE9;
}
.configurateur .configurateur-ligne .choice .couleurs .choice-color .color-label {
  text-align: center;
  color: #5e5e5e;
  font-weight: 400;
}
.configurateur .configurateur-ligne .choice.choice-card {
  display: grid;
  grid-template-areas: 'image title' 'image subchoices' 'image subchoices';
  grid-template-columns: 50% 50%;
  gap: 8px;
}
.configurateur .configurateur-ligne .choice.choice-card .image {
  grid-area: image;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.configurateur .configurateur-ligne .choice.choice-card .image img {
  max-width: 100%;
}
.configurateur .configurateur-ligne .choice.choice-card .choice-title {
  grid-area: title;
  text-transform: none;
}
@media (min-width: 992px) {
  .configurateur .configurateur-ligne .choice.choice-card {
    max-width: 30%;
  }
}
.configurateur .configurateur-ligne .choice.choice-card.has-subchoices {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  grid-template-areas: 'title title' 'image subchoices';
  gap: 8px;
}
.configurateur .configurateur-ligne .choice.choice-card.has-subchoices .choice-title {
  max-height: 80px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.configurateur .configurateur-ligne .choice.choice-card.has-subchoices .couleurs {
  grid-area: subchoices;
  max-height: 250px;
  flex-direction: column;
  flex-wrap: wrap;
}
.configurateur .configurateur-ligne .choice.choice-card.has-subchoices .info {
  display: none;
}
.configurateur .configurateur-ligne .image {
  width: 250px;
  height: 250px;
  background-color: white;
  text-align: center;
}
.configurateur .configurateur-ligne .image img {
  max-height: 250px;
  display: inline-block;
}
.configurateur .switch-onoff {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.4s ease-in-out;
  font-size: 20px;
  user-select: none;
  color: #344f52;
}
.configurateur .switch-onoff label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.configurateur .switch-onoff label span {
  font-weight: 700;
  line-height: 1;
  align-self: center;
}
.configurateur .switch-onoff label span:first-of-type {
  margin-right: 5px;
}
.configurateur .switch-onoff label .checkbox-style {
  height: 20px;
  display: flex;
  align-self: center;
  min-width: 85px;
}
.configurateur .switch-onoff label .checkbox-style i {
  display: table;
  font-size: 18px;
  line-height: 1;
  align-self: center;
}
.configurateur .switch-onoff label .checkbox-style i:after {
  background-color: #fff;
}
.configurateur .switch-onoff label .checkbox-style input,
.configurateur .switch-onoff label .checkbox-style .check {
  display: none;
}
.configurateur .switch-onoff label .checkbox-style input:checked ~ .uncheck {
  display: none;
}
.configurateur .switch-onoff label .checkbox-style input:checked ~ .check {
  display: table;
}
.configurateur .switch-onoff label .checkbox-nom {
  flex: none;
  margin-left: 5px;
}
.configurateur .configurateur-result {
  text-align: center;
}
.configurateur .configurateur-result .btn.btn-primary {
  background-color: #d3d500;
  border: none;
}
.configurateur .configurateur-result .table {
  margin-bottom: 0;
}
.configurateur .configurateur-result .table .header {
  background-color: #344f52;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
}
.configurateur .configurateur-result .table .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px dashed #d9d9d9;
  border-top: none;
  padding: 10px 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.4s ease-in-out;
}
.configurateur .configurateur-result .table .line > div.prixucell,
.configurateur .configurateur-result .table .line > div.totalcell {
  font-size: 14px;
  font-weight: 600;
}
.configurateur .configurateur-result .table .line:hover,
.configurateur .configurateur-result .table .line:focus {
  background-color: #f3f1f1;
}
.configurateur .configurateur-result .total {
  display: flex;
  justify-content: space-evenly;
  background-color: #344f52;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(52, 79, 82, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.configurateur input.error {
  background-color: #ecb3b3;
}
.configurateur .option-error {
  display: none;
  width: 100%;
  padding: 15px 20px 0;
  text-align: left;
  font-style: italic;
}
#itemlist .error {
  margin-top: 15px;
}
#errors {
  text-align: left;
  margin-top: 15px;
}
#error-list {
  margin-top: 10px;
}
#error-list li {
  font-weight: 700;
  list-style-type: none;
  margin: 5px 0;
}
#error-list li:before {
  content: '\f00d';
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
#generateBtn {
  margin: 50px auto;
  font-size: 20px;
}
pre {
  text-align: left !important;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 1199px) {
  .configurateur .configurateur-ligne .titre-etape {
    max-width: 75%;
    padding: 14px 15px 14px 100px;
  }
}
@media (max-width: 767px) {
  .configurateur h1 {
    margin: 30px 0 30px 30px;
    font-size: 24px;
  }
  .configurateur .configurateur-ligne .titre-etape {
    max-width: 90%;
    padding: 14px 15px 14px 20px;
    font-size: 18px;
  }
  .configurateur .configurateur-result .table .line {
    flex-direction: column;
    border-top: 1px dashed #d9d9d9;
    padding-bottom: 0;
    margin-top: 15px;
  }
  .configurateur .configurateur-result .table .line .labelcell {
    text-align: left;
  }
  .configurateur .configurateur-result .table .line .labelcell > div {
    margin: 5px 0;
  }
  .configurateur .configurateur-result .table .line .labelcell > div .ui-site-prix {
    font-weight: 600;
  }
  .configurateur .configurateur-result .table .line .totalcell {
    background-color: #1a2436;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
  }
  .configurateur .configurateur-result .total {
    margin-top: 15px;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.search {
  padding: 0;
}
.search h1 {
  text-align: center;
  margin-bottom: 20px;
}
.search .input-group input.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.search .ui-shop-fiches {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.search .ui-shop-fiches .ui-shop-fiche {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 10px 20px 20px 33px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.search .ui-shop-fiches .ui-shop-fiche > h3 {
  display: none;
}
.search .ui-shop-fiches .ui-shop-fiche .ui-shop-image .ui-site-image {
  position: relative;
}
.search .ui-shop-fiches .ui-shop-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);
}
.search .ui-shop-fiches .ui-shop-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);
}
.search .ui-shop-fiches .ui-shop-fiche .titre-desc {
  max-width: 920px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.search .ui-shop-fiches .ui-shop-fiche .titre-desc h3 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #5e5e5e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.search .ui-shop-fiches .ui-shop-fiche .titre-desc h3 a:hover {
  color: #787878;
}
.search .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  box-orient: vertical;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  color: #5e5e5e;
  margin: 0;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.search .ui-shop-fiches .ui-shop-fiche .titre-desc > a:hover {
  color: #787878;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris {
  background-image: url('../../public/img/heart-fill-hover.svg');
  background-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease-in-out;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris::before {
  content: none;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris img {
  height: 30px;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-favoris .btn.uishop-favoris:hover {
  box-shadow: none;
  background-size: 30px;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien {
  margin-top: auto;
  margin-bottom: auto;
}
.search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
  background-color: #D3D500;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
    font-size: 20px;
    line-height: 25px;
  }
  .search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 32px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc {
    margin: auto 0;
  }
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .search .ui-shop-fiches {
    gap: 0;
  }
  .search .ui-shop-fiches .ui-shop-fiche {
    display: grid;
    margin-bottom: 15px;
    grid-template-areas: "titre titre" "image desc" "image link";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    padding: 0px 10px 5px 24px;
    row-gap: 14px;
    column-gap: 12px;
  }
  .search .ui-shop-fiches .ui-shop-fiche > h3 {
    display: block;
    grid-area: titre;
    text-align: center;
    margin-top: 10px;
  }
  .search .ui-shop-fiches .ui-shop-fiche > h3 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #5e5e5e;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
  }
  .search .ui-shop-fiches .ui-shop-fiche > h3 a:hover {
    color: #787878;
  }
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc {
    grid-area: desc;
  }
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc h3 {
    display: none;
  }
  .search .ui-shop-fiches .ui-shop-fiche .titre-desc > a {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 6;
    min-width: 148px;
  }
  .search .ui-shop-fiches .ui-shop-fiche .ui-shop-image {
    grid-area: image;
    margin-bottom: 12px;
  }
  .search .ui-shop-fiches .ui-shop-fiche .ui-shop-image .ui-site-image img {
    width: 168px;
    height: 172px;
    margin: unset;
  }
  .search .ui-shop-fiches .ui-shop-fiche .addfavorite-link {
    grid-area: link;
    margin-bottom: 0;
    align-items: center;
    margin-left: 0;
  }
  .search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .ui-shop-lien a {
    line-height: 26px;
    padding: 5px 21px;
  }
  .search .ui-shop-fiches .ui-shop-fiche .addfavorite-link .btn.uishop-favoris {
    display: none;
  }
}
@media (max-width: 370px) {
  .search .ui-shop-fiches .ui-shop-fiche {
    grid-template-areas: "titre titre" "image image" "desc desc" "link link";
    grid-template-rows: auto 1fr auto auto;
  }
  .search .ui-shop-fiches .ui-shop-fiche .ui-shop-image {
    justify-self: center;
  }
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
.user.login h1 {
  margin-left: min(5%, 60px);
  padding-left: 38px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #344f52;
  position: relative;
}
.user.login h1::before {
  content: '';
  background-image: url('../../public/img/before_title.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.user.login .panel.already-user {
  box-shadow: none;
}
.user.login .panel.already-user .panel-heading {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.user.login .panel.already-user .panel-heading h3 {
  margin: 0 auto 15px -16px !important;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  max-width: 430px;
  font-weight: 600;
}
.user.login .panel.already-user .panel-body label {
  display: none;
}
.user.login .panel.already-user .panel-body a {
  transition: color 0.3s ease;
}
.user.login .panel.already-user .panel-body a:hover {
  text-decoration: none!important;
}
.user.login .panel.already-user .panel-footer {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: unset;
}
.user.login .panel.new-user {
  box-shadow: none;
}
.user.login .panel.new-user .panel-heading {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.user.login .panel.new-user .panel-heading h3 {
  margin: 0 -16px 15px auto !important;
  text-align: right;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  background-color: #344f52;
  padding: 14px 30px 14px 60px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  max-width: 430px;
  font-weight: 600;
}
.user.login .panel.new-user .panel-body label {
  display: none;
}
.user.login .panel.new-user .panel-body a {
  transition: color 0.3s ease;
}
.user.login .panel.new-user .panel-body a:hover {
  text-decoration: none!important;
}
.user.login .panel.new-user .panel-footer {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: unset;
}
.edituserform .checkbox label {
  padding-left: 30px;
}
.edituserform .checkbox input {
  height: 20px;
  width: 20px;
  margin-left: -30px;
}
.edituserform .checkbox input:checked {
  background-image: url('../../public/img/checkbox.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
}
/* ENG assets/global_vars.less */
/* APP assets/global_vars.less */
/* COOKIES COOKIES COOKIES COOKIES COOKIES COOKIES */
#tarteaucitronRoot {
  /* 1ST STEP - 1ST STEP - 1ST STEP */
  /* 2ND STEP - 2ND STEP - 2ND STEP */
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  width: 40%;
  background-color: #fff;
  color: #5e5e5e;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: url("../../public/img/logo.svg");
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  font-size: 14px;
  color: #5e5e5e;
  text-align: justify;
  padding: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong {
  font-size: 14px;
  color: #5e5e5e;
  text-align: justify;
  display: block;
  margin-bottom: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert strong:first-of-type {
  font-size: 18px;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button {
  border-radius: 4px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow {
  font-weight: 700;
  background-color: #344f52;
  padding: 5px 15px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button#tarteaucitronCloseAlert {
  border: 1px solid #344f52;
  color: #344f52;
  padding: 5px 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronDeny {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  font-size: 14px !important;
  color: #5e5e5e;
  text-decoration: underline;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices button.tarteaucitronAllow {
  background-color: #344f52;
}
/* RESPONSIVE RESPONSIVE RESPONSIVE */
@media (max-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    width: 85%;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop:before {
    content: "";
  }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
    height: 60%;
    overflow-y: auto;
    margin: 20px 0;
  }
}
/* CACHED */