body{
  color:var(--black);
}

body.scrollnone {
  overflow: hidden;
}

#intersection_element{ position:fixed; top:0; left:0; }

.maincategorie {
  font-weight: bold;
}

.maincategorie>div{
  font-weight: normal;
}

.category_list {
  margin-left: 25px;
  margin: 0;
}

.category_list a {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.category_list a:hover{
  opacity: 1;
  color: var(--black)!important;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

#vat_warning {
  border-bottom: solid 1px red;
  padding: 4px;
  border-top: solid 1px red;
}

.img-w100 {
  width: 100%;
}

.img-w100:before {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
}

.img-spacing-small{
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px !important;
  height: 100%;
  gap: 10px;
}

.items-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px 20px;
  width: calc(0.58333 * (100vw - 8px));
  max-width: 100%;
  color: var(--black) !important;
  justify-content: space-between;
}

.color-tag {
  height:20px;
  display: block;
}

.color-box {
    display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    border-style: solid;
      border-color: var(--black);
      border-width: 2px;
      border-radius:20px;
    overflow:hidden;
}

.item-vente-content a:hover {
  text-decoration: none;
  cursor: pointer;
}

.item-vente-content a.no_items_a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  justify-content: flex-end;
  min-height: 400px;
}

.item-vente-content a.no_items_a .img-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.item-vente-content a.no_items_a .img-container::after {
  content: none;
}

.item-vente-content a.no_items_a .img-spacing-small {
   align-items: flex-start;
   display: flex;
   background-color: #a5a4a4;
   margin-bottom: 0!important;
   justify-content: flex-end;
}

.item-vente-content a.no_items_a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.no_items_tile.level0 .item-vente-content  a.no_items_a .img-container {
  position: absolute;
}

.no_items_tile.level0 .item-vente-content  a.no_items_a .img-container img {
  object-fit: cover;
  object-position: top;
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
}
.no_items_tile.level0 .item-vente-content  a.no_items_a:hover img,
.item-vente-content a.no_items_a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.item-vente-content a:not(.no_items_a) {
  height: 100%;
  justify-content: space-between;
}


.align-center-horizontally {
  margin-left: auto;
  margin-right: auto;
}

.item-vente-content a:not(.no_items_a) .align-center-horizontally + .pc-only,
.item-vente-content a:not(.no_items_a) .align-center-horizontally + .mb-only {
  width: 100%;
}

.img-container {
  width: 100%;
  position:relative;
}

.img-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.img-container img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  border: 0;
}

.item-vente-ensemble .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mb-only {
  display: none;
}

.bg_opacity {
  top: 0px !important;
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 590;
  background-color: var(--black);
  display: block;
}

.display_none {
  display: none !important;
}


.flex-top {
  display: flex;
  flex-direction: column;
}

#site-search-mb {
  height: 3rem;

  width: 100%;

  border-radius: 10px;
}

#site-search {
  max-height: 29px;
  width: 26%;
  margin-top: -90px;
  border-radius: 10px;
  z-index: 999;
  position: absolute;
  right: 23%;
  left: 27%;
}

.web-footer {
  padding: 33px;
}

.a-vertical {
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}

input {
  cursor: pointer;
}

input[type="checkbox"][disabled]:checked {
  background-color: #5a14e6;
}

.a-text-bold {
  font-size: 15px;
  color: var(--black);
  font-weight: bold;
  margin-left: -2px;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: unset !important;
}

.a-link-normal {
  display: flex;
}

.c_pointer {
  cursor: pointer;
}

.all_filter {
  min-width: fit-content;
  border-right: solid 1px #d5dbdb;
}

.extreme-flex {
  display: flex;
  align-content: space-between;
  flex-direction: row;
  justify-content: space-between;
}

.text-bike {
  font-size: 25px;
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  background: transparent;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  transition: background 0.3s ease-in-out;
}

.item-vente-ensemble .item-vente-content  a:not(.no_items_a) .text-bike {
  max-height: 75px;
  overflow: hidden;
}

.item-vente-content a.no_items_a .text-bike {
  background: var(--black);
  transition: background 0.3s ease-in-out;
  color: var(--yellow);
  text-transform: uppercase;
  max-width: calc(100% - 20px);
  border-radius: 5px;
  z-index: 1;
  font-size: 20px;
  padding: 5px;
  margin-left: 10px;
}

.text_over_image {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: -36px;
  left: 5%;
  font-weight: 600;
  color: var(--black)!important;
}

.orange20 {
  font-size: 20px;
  color: var(--primary);
}

.filler37 {
  height: 37px;
  opacity: 0.01;
}

.border-left {
  border-left: solid 1px #d5dbdb;
}

.price-display {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.item-vente .price-display > span {
  font-size: 2rem;
  line-height: 1;
}
.item-vente .price-display > span,
.item-vente .price-display .symbol-design {
  font-weight: 900;
  color: #ffbf00;
}

/*Media Start PC*/

#btn_prev[style="visibility: hidden;"],
#btn_next[style="visibility: hidden;"] {
    display: none;
}

@media (min-width: 1024px){
  .price-design {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }

  .price {
    font-size: 25px;
  }

  .symbol-design {
    position: relative;
    top: -0.3em;
    font-size: 11px;
    vertical-align: top;
    font-weight: 700;
  }

  .titre-container {
    padding: 14px 33px;
    margin-bottom: 0;
    border-bottom: solid 1px #d5dbdb;
  }

  .size-base {
    font-size: 14px;
    line-height: 20px;
  }

  .titre-page {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 14px;
  }

  h1 {
    font-weight: 400;
    padding-bottom: 4px;
    padding: 0;
    margin: 0;
  }

  .text-bike {
    font-size: 15px;
  }

  .item-vente-ensemble .item-vente-content  a:not(.no_items_a) .text-bike {
    max-height: 55px;
  }

  .a-text-normal {
    font-weight: 400;
    font-style: normal;
    text-decoration: none !important;
    text-transform: none !important;
  }

  .a-color-base,
  a:link.a-color-base,
  a:visited.a-color-base {
    color: #0f1111;
  }

  .a-color-base {
    margin-left: 0;
  }

  .border-bottom {
    border-bottom: solid 1px #d5dbdb;
  }

  .item-vente {
    flex: 0 0 25%;

    height: auto;

    width: auto;

    position: relative;
  }

  .item-vente-content {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  a:hover {
    color: var(--primary);

    text-decoration: none;
  }

  .page-vente {
    border-right: solid 1px #d5dbdb;

    border-bottom: none;

    padding-bottom: 0;

    white-space: normal;

    overflow-x: visible;
  }

  .item-ensemble {
    display: flex;
  }

  .titre-box {
    padding-top: 20px;

    padding-bottom: 5px;

    font-weight: bold;

    width: 221px;
  }

  h4 {
    font-size: 18px;

    line-height: 24px;

    padding: 0;

    margin: 0;
  }

  .li-box {
    border-top: none;
  }

  .ul-box li {
    list-style: none;

    word-wrap: break-word;

    margin: 0;
  }

  .box-ensemble {
    margin-top: 40px;

    display: block;

    border-bottom: none;

    padding-bottom: 0;

    white-space: normal;

    overflow-x: visible;

    margin-right: 20px;
  }

  ul {
    padding: 0;

    margin: 0 0 0 18px;
  }

  .li-box-2 {
    padding-bottom: 5px;
    padding-top: 5px;

    font-size: 16px;
  }

  .tree {
    color: var(--black);
  }

  .ul-box {
    margin-left: 0;
    color: #0f1111;
  }

  a {
    color: var(--black);
  }

  label {
    display: block;

    padding-left: 2px;

    padding-bottom: 2px;

    font-weight: normal;

  }

  input[type="checkbox"] {
    bottom: -3px !important;

    vertical-align: top !important;
  }

  .checkmark {
    margin-left: 5px;

    text-decoration: none !important;
  }

  .img-w100 {
    width: 100%;
  }

  .img-w100:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
  }

  .align-center-horizontally {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-vertical {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .button {
    max-width: 230px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 230px;
    display: block;
    background-position: -10px -170px;
  }

  .login-item {
    border: 0;
    line-height: 15px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 19px;
    margin-bottom: 17px;
  }

  .action-text {
    cursor: pointer;
    background-position: right -170px;
    display: block;
    height: 28px;
    position: relative;
    color: var(--white);
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
  }

  .action-button {
    max-width: 230px;
    text-decoration: none !important;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 150px;
    display: block;
    background-position: -10px -170px;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
    background-color: #2490ef;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.5px 0px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
  }

  .multi-page {
    text-align: center;
    color: grey;
    margin-top: 45px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;  
  }

  #page_links_container {
    display: flex;
  }

  #counter_page {
    margin-top: 3px;
  }

  #btn_prev, #btn_next, .page-link {
    padding: 4px 8px;
    text-decoration: none;
    display: inline-block;
  }

  #btn_prev {
    border-radius: 5px;
    font-weight: 500;
  }

  #btn_next {
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
  }

  /* Styles for the new interactive page numbers */
  .page-link {
    margin: 0 3px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
  }

  .page-link:hover {
    background-color: #f0f0f0; /* adds subtle feedback on hover */
  }

  /* Identifies the currently selected page */
  .page-link.active {
    background-color: var(--primary-color, #007bff);
    color: white;
    font-weight: 700;
  }

  .error {
    color: var(--black);

    font-size: 50px;

    text-align: center;
  }

  #button-error {
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: none;
    background-color: #523815;
    color: white;
    margin-left: 210px;
    margin-top: 115px;
  }

  .btn-img {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .no_items_a{
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
      
   .mb-only {
    display: block;
  }

    .ul-box {
    padding-left:unset !important;
  }

  .search-box {
      z-index: unset;
  }

  .price-design {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }

  .price {
    font-size: 25px;
    margin-bottom: 25px;
    bottom: 0;
  }

  .symbol-design {
    position: relative;
    top: -0.3em;
    font-size: 11px;
    vertical-align: top;
  }

  .titre-container {
    padding: 14px 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .size-base {
    font-size: 14px;

    line-height: 20px;
  }

  .titre-page {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 14px;
    z-index: 3;
    text-align: center;
  }

  h1 {
    font-weight: 400;
    padding-bottom: 4px;
    padding: 0;
    margin: 0;
  }

  .items-description {
    padding: 0 20px 20px 20px;
    width: calc(0.58333 * (100vw - 8px));
    display: flex;
    flex-direction: column;
    word-break: break-word;
    max-width: 50%;
    color: var(--black) !important;
  }

  .item-vente-ensemble .items-description {
    width: 100%;
    max-width: 100%;
  }

  .items-description:hover {
    color: var(--black) !important;
  }

  .item-vente {
    margin-bottom: 14px;

    border: 1px solid #f5f5f5;
  }

  .item-vente-content {
    border-radius: 4px;

    transform: translate3d(0, 0, 0);
  }

  .item-ensemble {
    margin-bottom: 1.3rem;
  }

  .img-spacing-small {
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    height: 100%;
    display: block;
    width: 100%;
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
  }

  .img-container {
    display: flex;
    justify-content: center;
  }

  .img-container img {
    vertical-align: top;
    max-width: 100%;
    border: 0;
  }

  .flex-vertical {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 0 0 4px;
    padding: 0;
  }

  a:hover {
    color: var(--primary);
    text-decoration: none;
  }

  .page-vente {
    border-right: solid 1px #d5dbdb;
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    overflow-x: visible;
  }

  .border-bottom-items {
    border-bottom: solid 1px #d5dbdb;
  }

  .tree {
    text-align: center;
  }

  #parent-id {
    margin-right: 5px;
  }

  #filter-tree {
    padding-top: 10px;

    color: var(--black);
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
  }

  a {
    color: var(--black);
  }

  label {
    display: block;
    padding-bottom: 2px;
    font-weight: normal;
    color: var(--black);
  }

  input[type="checkbox"] {
    bottom: -3px !important;
    vertical-align: top !important;
  }

  .checkmark {
    margin-left: 5px;
    text-decoration: none !important;
  }

  /*.section-padding-top {
    padding-top: initial !important;
  }*/

  .button {
    max-width: 230px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 230px;
    display: block;
    background-position: -10px -170px;
  }

  .login-item {
    border: 0;
    line-height: 15px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .action-text {
    cursor: pointer;
    background-position: right -170px;
    display: block;
    height: 28px;
    position: relative;
    color: white;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
  }

  .action-button {
    position: relative;
    max-width: 100px;
    text-decoration: none !important;
    width: 150px;
    display: block;
    background-position: -10px -170px;
    white-space: nowrap;
    background-color: #2490ef;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.5px 0px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
  }

  /* error page */

  .error {
    color: var(--black);
    font-size: 50px;
    text-align: center;
  }

  .multi-page {
    text-align: center;
    color: grey;
    margin-top: 15px;
  }

  #btn_prev, #btn_next, .page-link {
	padding: 4px 8px;
	text-decoration: none;
	display: inline-block;
  }

  #btn_prev {
    border-radius: 5px;
    font-weight: 500;
  }

  #btn_next {
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
  }

  /* Styles for the new interactive page numbers */
  .page-link {
    margin: 0 3px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
  }

  .page-link:hover {
    background-color: #f0f0f0; /* adds subtle feedback on hover */
  }

  /* Identifies the currently selected page */
  .page-link.active {
    background-color: var(--primary-color, #007bff);
    color: white;
    font-weight: 700;
  }

  #button-error {
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: none;
    background-color: #523815;
    color: white;
    margin-left: 210px;
    margin-top: 115px;
  }

  .btn-img {
    text-align: center;
  }

  .categories-cote {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  .nav-all {
    transform: translateY(100%);
  }

  .categories-nav,
  .filter-nav {
    width: 100%;
    position: absolute;
    background-color: #ebebeb;
    z-index: 600;
    top: 185px!important;
    height: calc(100vh - 400px);
    max-height: fit-content;
    overflow-y: auto;
    transform: translateY(100%);
  }

  .filter-nav ul {
    column-count: 2;
    padding-left: 0;
  }

  .filter-nav li {
    padding-top: 20px;
  }

  .filter-nav .color ul {
    column-count: 3;
  }

  .filter-cote {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  .translate-visible {
    transform: translateY(-24.5%);
    transition: 0.5s ease;
    overflow: auto;
    left: 0px;
    top: 140px;
    padding: 20px;
  }

  /* Btn filter/categories */

  #F_switch {
    cursor: pointer;
    height: 28px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }

  #C_switch {
    cursor: pointer;

    height: 28px;

    font-size: 17px;

    line-height: 30px;

    text-align: center;

    width: 100px;

    border-radius: 5px;

    border: 1px solid #f4f4f4;

    margin-left: 100px;

    margin-top: 20px;

    margin-bottom: 30px;

    background-color: #f4f4f4;
  }

  #btn-filter {
    cursor: pointer;
    height: 28px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }

  #btn-categories {
    cursor: pointer;
    height: 28px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }

  #btnF-label {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
  }

  #btnC-label {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
  }

  /* Affichage de la barre de navigation sur Scroll Up */

  .categories-sticky {
    background-color: var(--white);
    width: 100%;
    border: 2px solid #ebebeb;
    z-index: 500;
    display: flex;
    justify-content: space-around;
    height: 50px;
    position: sticky;
    top: 77px !important;
    left: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }

  .categories-sticky .categories-sticky-wrapper {
    display : flex;
    width:100%;
    justify-content: center;
  }

  .categories-sticky label:hover {
    cursor: pointer;
  }

  .categories-sticky label p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .categories-sticky label {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-up {
    top: -50px;
  }

  .navbar-collapse {
    z-index: 600;
  }

  .is-hidden {
    opacity: 0;
    -webkit-transform: translate(0, -60px);
    -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s,
      opacity 0 0.3s;
  }

  .is-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.2s, background 0.2s, color 0.2s;
    position: sticky;
    top: 0;
  }

  .pc-only {
    display: none;
  }
  
/* old media (max-width: 991px) */
  .orange20{
      font-size:15px;
  }
  .text_over_image {
      margin-top: -31px;
  }
}


@media (max-width: 768px) {
  .categories-sticky {
    top: 139px!important;
  }

  .categories-nav,
  .filter-nav {
    top: 185px!important;
  }
}

.item-ensemble {
    gap: 30px;
    position: relative;
    padding: 20px;
    z-index: 0;
}

.item-ensemble .item-vente-ensemble {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.item-vente-ensemble .item-vente {
  border: 2px solid var(--black);
  border-top-left-radius: 50px!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.item-vente-ensemble .item-vente ,
.item-vente-ensemble .item-vente-content {
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Begin filter */
.item-ensemble .all_filter {
  border-right: 0;
  display: none;
}

.item-ensemble .all_filter .tag_list {
  padding: 0;
}
.item-ensemble .all_filter .a-section {
  margin-left: 0;
}
.item-ensemble .all_filter .box-ensemble:first-child {
  border: 2px solid var(--black);
  border-radius: var(--border-radius-el);
  background-color: var(--lightgrey);
}
.item-ensemble .all_filter .box-ensemble {
  padding: 20px;
  margin: 0;
  display: none;
}
.item-ensemble .all_filter .a-link-normal .a-color-base {
    color: grey;
}
.item-ensemble .all_filter .tag_list {
  padding: 20px 0!important;
}

.item-ensemble .all_filter .a-section.color li.a-spacing-micro {
  margin-bottom: 10px;
}

.item-ensemble .all_filter .a-section.color .color-box {
  border-width: 1px;
  border-radius: 5px;
}

.add_cart_btn{
  color : var(--dark);
  background-color : var(--yellow);
  padding: 5px 10px;
  font-weight: 700;
  border-radius: var(--border-radius-el);
  font-size: 16px;
  border: none;
  width: fit-content;
  transition: color 0.2s, background-color 0.2s;
  margin-top: 15px;
}

.add_cart_btn:hover{
  color : var(--yellow);
  background-color : var(--dark);
  transition: color 0.2s, background-color 0.2s;
}

/* Begin page shop */
.category_list .ul-box .li-box-2:not(:last-child) {
  border-bottom: 1px solid #cecece;
}

/* End Filter */  
@media (min-width: 992px) {
  .item-ensemble .item-vente-ensemble {
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    position: relative;
    height: 50%;
    width: 100%;
    gap: 20px;
    min-height: 50%;
    max-height: 51%;
  }
}

@media (min-width: 1024px) {
  .item-ensemble .all_filter .box-ensemble {
    width: 330px;
  }

  .item-ensemble .all_filter .a-section.color ul {
    column-count: 2;
  }

  .item-vente-ensemble .item-vente,
  .item-vente-ensemble .item-vente-content {
    min-height: 400px;
  }

  .a-section {
    margin-left: 25px;
  }

  .add_cart_btn {
    margin-top: 0;
  }
}

@media (min-width: 1080px) {
  .item-ensemble .all_filter {
    display: block;
    height: max-content;
  }

  .item-ensemble .all_filter .box-ensemble {
    display: block;
  }

  .categories-sticky {
    display: none;
  }

  .categories-sticky label {
    display: none;
  }
}

/* End page shop */
@media (min-width: 1400px) {
  .item-ensemble .item-vente-ensemble {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1520px){
  .items-description {
    flex-direction: row;
  }
}

.item-vente-ensemble .item-vente {
  position: relative;
}

.item-vente-ensemble .item-vente .brand_logo {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: white;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgb(181, 181, 181);
}

@media (max-width: 500px) {
  .item-ensemble .item-vente-ensemble {
    grid-template-columns: repeat(1, 1fr);
  }
}

.item-ensemble .shop_wrapper {
  width: 100%;
  height: 50%;
  overflow: hidden;
}