.layout_4 {
  margin-left: calc(-0.5 * var(--grid-gap));
  margin-right: calc(-0.5 * var(--grid-gap));
  display: grid;
  clear: both;
  align-items: stretch;
  --items-per-row: 1;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
}
.layout_4:before, .layout_4:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.layout_4:after {
  clear: both;
}
.layout_4:before, .layout_4:after {
  content: none;
}
.layout_4 > * {
  padding: calc(var(--grid-gap) * 0.5);
  min-width: 0;
}
.layout_4 > * > *:first-child {
  height: 100%;
}
@media (min-width: 420px) {
  .layout_4 {
    --items-per-row: 2;
  }
}
@media (min-width: 1060px) {
  .layout_4 {
    --items-per-row: 3;
  }
}
@media (min-width: 1540px) {
  .layout_4 {
    --items-per-row: 4;
  }
}
@media (min-width: 1060px) {
  .with-column .layout_4 {
    --items-per-row: 2;
  }
}
@media (min-width: 1300px) {
  .with-column .layout_4 {
    --items-per-row: 3;
  }
}

.layout_4 {
  --product-line-height: 24px;
  margin-top: var(--grid-gap-half);
  margin-bottom: var(--grid-gap-half);
}
@media (max-width: 683.98px) {
  .layout_4 {
    --product-line-height: 18px;
  }
}
.layout_4 .product-image {
  position: relative;
  flex-shrink: 0;
}
.layout_4 .product-image .product_image_link {
  position: relative;
  display: block;
  overflow: hidden;
}
.layout_4 .product-image .product_image_link:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
  pointer-events: none;
  padding: 0 0 var(--image-ratio, 100%);
}
.layout_4 .product-image .product_image_link img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.layout_4 .product-image .label-box {
  left: var(--grid-gap-half);
}
.layout_4 .product-infos {
  padding: var(--grid-gap);
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: calc(var(--product-line-height) * 0.5);
}
.layout_4 .product-infos_extra {
  color: var(--text-muted);
  font-size: 0.9rem;
}
.layout_4 .product-infos_reference b {
  color: var(--text-color);
  font-weight: 500;
}
.layout_4 .comments_note,
.layout_4 .content_price {
  line-height: var(--product-line-height);
}
.layout_4 .content_price .price {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
}
.layout_4 .content_price .old-price {
  font-size: 1rem;
}
.layout_4 .product-brand {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #96C11F;
}
.layout_4 .product-name {
  margin: 0;
}
.layout_4 .product-name a {
  display: block;
}
.layout_4 .product-desc {
  color: var(--text-color);
  font-size: 0.9rem;
  max-height: calc(var(--product-line-height) * 3);
  line-height: var(--product-line-height);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.layout_4 .product-desc > *:first-child {
  margin-top: 0 !important;
}
.layout_4 .product-desc > *:last-child {
  margin-bottom: 0 !important;
}
.layout_4 .product-container {
  background: var(--body-bg);
  position: relative;
}
@media (min-width: 1060px) {
  .layout_4:not(.lsGrabbing) .product-container:hover .color-list-container,
  .layout_4:not(.lsGrabbing) .product-container:hover .product-buttons-functional {
    opacity: 1;
  }
}
.layout_4 .product-buttons-functional {
  --btn-height: 36px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 30;
}
@media (max-width: 419.98px) {
  .layout_4 .product-buttons-functional {
    display: none;
  }
}
.layout_4 .product-buttons-functional > * {
  float: left;
}
.layout_4 .product-buttons-functional > * + * {
  margin-left: 4px;
}
.layout_4 .product-buttons-functional .btn {
  font-size: 16px;
  padding: 0;
  min-width: var(--btn-height);
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color);
  --btn-border: transparent;
  --btn-bg: var(--btn-default-bg);
  --btn-bg-hover: var(--btn-default-bg-hover);
  --btn-bg-active: var(--btn-default-bg-active);
  color: var(--btn-color);
  border-color: var(--btn-border);
  background-color: var(--btn-bg);
  background-image: none;
  -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout_4 .product-buttons-functional .btn:hover, .layout_4 .product-buttons-functional .btn:focus {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
}
.layout_4 .product-buttons-functional .btn:active, .layout_4 .product-buttons-functional .btn.active {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-active);
}
.layout_4 .product-buttons-functional .btn.disabled, .layout_4 .product-buttons-functional .btn[disabled], fieldset[disabled] .layout_4 .product-buttons-functional .btn {
  background-color: var(--btn-bg);
}
.layout_4 .product-buttons-functional .btn span {
  display: none;
}
.layout_4 .product-buttons-functional .btn:before {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  font-family: "Material Design Icons";
  margin: 0;
}
.layout_4 .product-buttons-functional .compare > a:before {
  content: "\F05D1";
}
.layout_4 .product-buttons-functional .compare > a.checked {
  position: relative;
}
.layout_4 .product-buttons-functional .compare > a.checked:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: 5px;
  color: #ffffff;
  background: #96C11F;
  border-radius: 50%;
  font-size: 9px;
  width: 16px;
  line-height: 16px;
}
.layout_4 .product-buttons-functional .dropdown-menu {
  right: 0;
  left: auto;
}
.layout_4 .color-list-container {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 6px;
  background: var(--body-bg);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 419.98px) {
  .layout_4 .color-list-container {
    display: none;
  }
}
.layout_4 .color-list-container .list-color {
  justify-content: center;
}
.layout_4 .color-list-container .list-color {
  list-style-type: none;
  margin-left: calc(var(--color-list-gap) * -0.5);
  margin-right: calc(var(--color-list-gap) * -0.5);
  display: flex;
  flex-wrap: wrap;
}
.layout_4 .color-list-container .list-color:before, .layout_4 .color-list-container .list-color:after {
  content: none;
}
.layout_4 .color-list-container .list-color input {
  display: none;
}
.layout_4 .color-list-container .list-color li {
  margin: 0;
  padding: calc(var(--color-list-gap) * 0.5);
}
.layout_4 .color-list-container .list-color li .is-white {
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
.layout_4 .color-list-container .list-color li .color_pick {
  --color-option-border-radius: calc(var(--color-option-width) / 2);
  display: block;
  height: var(--color-option-height);
  width: var(--color-option-width);
  margin: 0;
  border-radius: var(--color-option-border-radius);
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout_4 .color-list-container .list-color li .color_pick:hover {
  -webkit-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  -moz-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
}
.layout_4 .color-list-container li.link_plus_product {
  width: auto;
}
.layout_4 .color-list-container li.link_plus_product a {
  font-size: 13px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--text-muted);
}
.layout_4 .color-list-container,
.layout_4 .product-buttons-functional {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 419.98px) {
  .layout_4 .button-container .btn {
    --btn-height: 36px;
    --btn-font-size: 0.9rem;
    border-width: 1px;
    min-width: 75%;
  }
}
.layout_4 .product-infos {
  padding: 12px 0 0;
  flex-grow: 1;
}
.layout_4 .product-name {
  margin: 0 0 auto;
  max-height: calc(var(--product-line-height) * 8);
  line-height: var(--product-line-height);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.layout_4 .product-name a {
  text-transform: none;
}
.layout_4 .button-container {
  margin-top: auto;
}
.layout_4 .product-container {
  display: flex;
  flex-direction: column;
}
.layout_4 .product-image .product_image_link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.layout_4 .product-image img {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.layout_4 .product-infos {
  padding: var(--box-padding);
}
.layout_4 .product-name {
  font-weight: 900;
  -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout_4 .product-container {
  overflow: hidden;
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.layout_4 .clickable .product-container {
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout_4 .clickable .product-container:hover {
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px var(--border-color), 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.layout_4 .product-image_link {
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout_4 .product-proposition-note {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  padding: 0.2em 0.6em;
  border-radius: calc(var(--border-radius) * 0.5);
  background-color: #2B2B2B;
  filter: blur(1.4);
}
.layout_4 .product-proposition-note span {
  font-size: 24px;
  color: #96C11F;
}
.layout_4 .product-proposition-note span::after {
  content: "/10";
  font-size: 12px;
  color: #666;
}

/*# sourceMappingURL=product-list-layout-4.css.map */
