body{
  color:var(--black);
}

#intersection_element{ position:fixed; top:0; left:0; }

.maincategorie{
    font-weight: bold;
}

.maincategorie>div{
    font-weight: normal;
}

.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;
}

.stock{
    margin-top: 8px;
    margin-right: 8px;
}

.items-description {
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.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:hover {
  text-decoration: none;
  cursor: pointer;
}

.item-vente-content a.no_items_a img {
  width: 100%;
  max-height: 400px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.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: center;
}

.item-vente-content a:not(.no_items_a) .align-center-horizontally {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-vente-ensemble .img-container img {
  max-height: 300px;
  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;
}

.category_list {
  margin-left: 25px;
}

.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;
  padding: 2px 5px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  transition: background 0.3s ease-in-out;
}

.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: 100%;
  z-index: 1;
  position: relative;
}

.text_over_image {
  position: relative;

  margin-right: auto;

  margin-left: auto;

  text-align: center;

  margin-top: -36px;

  left: 5%;

  font-weight: 600;

  color: #000!important;
}

.orange20 {
  font-size: 20px;

  color: var(--primary);
}

.filler37 {
  height: 37px;

  opacity: 0.01;
}

.border-left {
  border-left: solid 1px #d5dbdb;
}

.img-spacing-small {
  padding: 0 20px 0 20px;
}

/*Media Start PC*/

@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;
  }

  .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;

    width: max-content;
  }

  h1 {
    font-weight: 400;

    padding-bottom: 4px;

    padding: 0;

    margin: 0;
  }

  .text-bike {
    font-size: 15px;
  }

  .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: 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;
  }

  #btn_prev {
    border-radius: 5px;

    font-weight: 500;
  }

  #btn_next {
    margin-right: 10px;

    border-radius: 5px;

    font-weight: 500;
  }

  .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;
  }

  #img-velo {
    background-image: url("/files/ai_lost_bike_rider_resize.png");

    max-width: 510px;

    height: 300px;

    margin-right: auto;

    margin-left: auto;

    width: 450px;
  }

  .mastercategory {
    font-weight: bold;
  }
}

@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 4px !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;

    height: 100%;

    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;
  }

  .mastercategory {
    margin-left: 9px;
  }

  #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 {
    border-radius: 5px;

    font-weight: 500;
  }

  #btn_next {
    margin-right: 10px;

    border-radius: 5px;

    font-weight: 500;
  }

  #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;
  }

  #img-velo {
    background-image: url("/files/ai_lost_bike_rider_resize.png");

    max-width: 510px;

    height: 300px;

    margin-right: auto;

    margin-left: auto;

    width: 450px;
  }

  /* sticky mobile categories & filter */

  .categories-nav {
    width: 100%;

    position: absolute;


    background-color: white;

    z-index: 600;

    transform: translateY(100%);
  }

  .categories-cote {
    position: fixed;

    height: 100%;

    width: 100%;

    z-index: 10;
  }

  .nav-all {
    transform: translateY(100%);
  }

  .filter-nav {
    width: 100%;

    position: absolute;


    background-color: #ebebeb;

    z-index: 600;

    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;
  }


/*.scrollnone{
    overflow: hidden;
}*/
  /* 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: 0;
    left: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }

  .categories-sticky label {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .categories-sticky label:hover {
    cursor: pointer;
  }

  .categories-sticky label p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .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;
  }
}

.item-ensemble {
    gap: 30px;
    position: relative;
    padding: 20px;
    z-index: 0;
}

.category_list {
  margin: 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;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Begin filter */
.item-ensemble .all_filter {
  border-right: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .item-ensemble .all_filter {
    display: block;
  }
}
.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;
}
.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;
}
#new_items_carousel {
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 100px;
  width:100%;
}

#new_items_carousel::-webkit-scrollbar {
  height: 0;
}

.carousel-prev,
.carousel-next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: #95e3ff80;
  border: none;
  padding: 13px 18px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: #00bafe80;
}

.carousel-prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}

.carousel-next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.arrow_disabled{
    cursor:default;
    opacity:50%;
    pointer-events: none;
}

.carousel_content {
  display: flex;
  gap: 15px;
  overflow-x: hidden;  
  scroll-behavior: smooth;
  margin: auto;
  box-sizing: border-box;
  scrollbar-width: none;
}

.carousel_content::-webkit-scrollbar {
  display: none; 
}

.carousel_item {
  width: 250px;
  height: 350px;
  border: 1px solid #d5dbdb;
  border-radius:10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.carousel_item a{
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel_item_img{
  width:75%;
}

.carousel_item_desc{
  margin: 0 auto;
  width: 90%;
  max-height: 80px;
  overflow: scroll;
}

.carousel_item a:hover + .carousel_item_desc{
  color:#00bafe;
}

.carousel_item_detail{
  margin: auto auto 15px auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding-left: 2%;
}

.add_cart_btn{
  border-radius: 5px;
  color: white;
  background-color: #7EC1FE;
  border: none;
  font-size: 12px;
  width: 85px;
  font-weight: 600;
  height: 35px;
}

.add_cart_btn:hover{
  background-color: #0085FF;
}
/* 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: 30px;
    min-height: 50%;
    max-height: 51%;
  }
}
@media (min-width: 1024px) {
  .item-ensemble .all_filter .box-ensemble {
    width: 330px;
  }

  .a-section {
    margin-left: 25px;
  }

  .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;
  }
}

/* Begin page shop */
.category_list .ul-box .li-box-2:not(:last-child) {
  border-bottom: 1px solid #cecece;
}
/* End page shop */
@media (min-width: 1400px) {
  .item-ensemble .item-vente-ensemble {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 576px) {
  .item-ensemble .item-vente-ensemble {
    grid-template-columns: repeat(1, 1fr);
  }
}