#text_first{
  display: none;
}
#first_section{
  position: relative;
  width: 90%;
  margin-top: 5%;
  text-align: left;
}
.orange_circle{
  width: 3%;
  aspect-ratio: 1;
  background-color: rgb(255 83 44);
  border-radius: 50%;
}
.line{
  display: flex;
  width: 100%;
  align-items: center;
  gap:2%;
}
.padd_line{
  padding-left: 6%;
}
#first_section #titre{
  border-bottom: 1px solid rgba(255, 255, 255, 0.309);
  width: fit-content;
}
.first_line{
  margin-top: 5%;
}
#vitrine{
  width: 90%;
  margin-top: 15%;
  text-align: left;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: transparent;
  cursor: grab;
  scroll-behavior: smooth;
  user-select: none;
}
.is-dragging {
  cursor: grabbing;
}
.scroll-content {
  display: inline-flex;
  gap: 20px;
  padding-bottom: 5%;
}
.btn_voir{
  pointer-events: auto;
  color:black;
  cursor: pointer;
  margin-left: 2%;
}
.item {
  position: relative;
  width:250px;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 8px;
  flex-direction: column;
  pointer-events: none;
}
.img_item{
  border-radius: 8px;
  height:150px;
  min-height: 150px;
  width: 100%;
}
.text_img{
  width: 100%;
}
.container_btn{
  width: 100%;
  text-align: right;
}
#marco{
  width: 180%;
  z-index: -1;
  left:-30%;
  transform: scaleX(-1);
  top:-5%;
  opacity: 0.2;
}
#jumpb{
  width: 200%;
  z-index: -1;
  transform: scaleX(-1);
  right: -70%;
  filter: brightness(50%);
  opacity: 0.2;
}
