#hero-vinyl-icon {
  height: 65px;
}

.hero {
  position: relative;
  background: linear-gradient(270deg, #0000 36.49%, #030207 100%);
}


.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Assure que l'image couvre toute la section */
  z-index: -1;
}



.home-disk-price {
  color: #ea502aff;
  font-size: 18px;
}
.home-disk-price span {
  font-size: 28px;
}
.home-disk-info {
  color: var(--black);
  font-size: 18px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .home-gray-border {
    border-right: 1px solid var(--hover) !important;
  }
}
#home-disk-button {
  background-color: var(--black);
  border-radius: 24px;
  color: #dbd4cbff;
  gap: 8px;
  padding: 24px;
}


#swiper-vinyles {
  background: radial-gradient(
      100% 100% at 100% 0%,#ff4f2433 0%,#ff4f2400 100%),linear-gradient(0deg, #191919, #191919);
}

a,
a:hover {
  color: unset;
  text-decoration: none;
}
#home-6 p {
  font-size: 18px;
  line-height: 30.46px;
}
#home-3{
  background-color: #dbd4cbff;
}

.social-block {
  color: var(--black);
}
.social-block img {
  height: 48px;
}
#home-8 {
  background: radial-gradient(
      100% 100% at 100% 0%,
      #fcc85366 0%,
      #fcc85300 100%
    ),
    linear-gradient(0deg, #ea502a, #ea502a);
}
#home-8 h1 {
  color: #d5c6b1ff;
}
#home-8 .home-buttons {
  background-color: var(--black);
}
.home-buttons:hover {
  color: #fff;
}

#nav-alt .nav-create-disk {
  border: none;
}

#home-nav a:not(.text-orange) {
  color: var(--beige) !important;
}

.hero {
  min-height: calc(100vh - 48px);
}
.avis-swiper {
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.avis-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.avis-swiper .swiper-slide > div {
  width: 100%;
  height: 250px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.avis-swiper .avis-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 100%;
}
.color-star{
  color: #ffd700;
}


.video-fullscreen-container {
  position: relative;

  height: 100vh;
  background: #DBD4CB;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-fullscreen-container iframe {
  width: 80vw;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  border-radius: 18px;
}


/* SwiperJS */

.swiper-slide{
  width: auto;    
}

.swiper img {
  width: 32vw; 
  height: auto;
}

@media screen and (max-width:576px) {
  .swiper img {
      width: 60vw; 
  }
}
.swiper-pagination-bullet{
background-color: rgba(219, 212, 203, 1);
}
.swiper-pagination-bullet-active{
  background-color: rgba(219, 212, 203, 1);
}