#setup-page .parallax-item:first-child {
  min-height: 100dvh
}
#setup-page .parallax-item:nth-child(2) {
  min-height: 300px
}
#setup-page .parallax-item:nth-child(3) {
  min-height: 500px
}
#setup-page .parallax-item:nth-child(4) {
  min-height: 500px
}
#setup-page .setup-articles-shell {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem
}
.parallax__fade {
  --color-dark-rgb: var(--my-white-bg-rgba);
  background: linear-gradient(to top,rgba(var(--color-dark-rgb),1) 0,rgba(var(--color-dark-rgb),.738) 19%,rgba(var(--color-dark-rgb),.541) 34%,rgba(var(--color-dark-rgb),.382) 47%,rgba(var(--color-dark-rgb),.278) 56.5%,rgba(var(--color-dark-rgb),.194) 65%,rgba(var(--color-dark-rgb),.126) 73%,rgba(var(--color-dark-rgb),.075) 80.2%,rgba(var(--color-dark-rgb),.042) 86.1%,rgba(var(--color-dark-rgb),.021) 91%,rgba(var(--color-dark-rgb),.008) 93.2%,rgba(var(--color-dark-rgb),.002) 95.2%,transparent 100%)
}
[data-bs-theme=dark] .parallax__fade {
  --color-dark-rgb: var(--my-dark-bg-rgba)
}
.parallax__header {
  z-index: 2;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  position: relative
}
.parallax {
  width: 100%;
  position: relative
}
.parallax__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0
}
.parallax__layers {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}
.parallax__fade {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0
}
.parallax__title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .9em;
  margin-right: 0;
  font-size: 18vw;
  font-weight: 800;
  line-height: 1;
  position: relative
}
@media (max-width:768px) and (orientation:portrait) {
  .parallax__title {
    margin-bottom: 2em;
    font-size: 21vw
  }
}
.parallax__layer-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0
}
.parallax__layer-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 117.5%;
  position: absolute;
  top: -15.5%;
  left: 0
}
#SetupCardsItems {
  --setup-grid-gap: 1rem;
  --setup-grid-max-cols: 5
}
#SetupCardsItems .cards-grid-container {
  display: grid;
  width: 100%;
  gap: var(--setup-grid-gap);
  justify-content: start;
  grid-template-columns: repeat(6,minmax(0,1fr))
}
#SetupCardsItems .card-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0
}
#SetupCardsItems .card-box {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
  overflow: hidden
}
#SetupCardsItems .card-box img {
  height: 100%;
  width: 100%;
  min-height: 0;
  padding: 18px 18px 8px;
  object-fit: contain
}
#SetupCardsItems .card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 64px 16px 16px;
  gap: .15rem;
  overflow: hidden
}
.card-text p {
  margin: 0
}
.card-text p:first-of-type {
  font-family: Urbanist;
  font-weight: 700;
  font-size: var(--responsive);
  line-height: 1.1
}
#SetupCardsItems .card-text p:nth-of-type(2) {
  font-family: Urbanist;
  font-size: clamp(.92rem, .85rem + .25vw, 1rem);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word
}
@media (max-width:767.98px) {
  #SetupCardsItems > article.row {
    width: 100%;
    max-width: none
  }
  #SetupCardsItems .cards-grid-container {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  #SetupCardsItems .card-item {
    max-width: none;
    width: 100%
  }
  #SetupCardsItems .card-box {
    aspect-ratio: 1/1
  }
  #SetupCardsItems .card-box img {
    height: 100%;
    padding: 10px 10px 4px;
    object-fit: contain
  }
  #SetupCardsItems .card-text {
    justify-content: flex-end;
    padding: 0 46px 14px 14px;
    gap: .2rem
  }
  .card-text p:first-of-type {
    font-size: clamp(1rem, 3.7vw, 1.15rem);
    line-height: 1.1
  }
  #SetupCardsItems .card-text p:nth-of-type(2) {
    font-size: clamp(.82rem, 3vw, .98rem);
    line-height: 1.15
  }
}
@media (min-width:768px) and (max-width:1199.98px) {
  #SetupCardsItems .cards-grid-container {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
}
.card-box .btn-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  background-color: var(--cmdsTags-bg-all);
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
  transform: translateY(150%);
  transition: transform .3s ease-in-out,background-color .2s ease,box-shadow .2s ease;
  z-index: 2
}
.card-box .btn-amazon .badge {
  background: 0 0;
  padding: 0;
  min-width: 0
}
.card-box .btn-amazon svg {
  width: 20px;
  height: 20px
}
.btn-amazon.active,
.btn-amazon.show,
.btn-amazon:first-child:active,
.btn-amazon:focus,
.btn-check:checked + .btn-amazon,
:not(.btn-check) + .btn-amazon:active {
  background-color: var(--cmdsTags-bg-all)!important;
  border-color: transparent!important;
  box-shadow: none;
  color: #fff
}
.card-box:hover .btn-amazon {
  transform: translateY(-.5rem);
  background-color: var(--cmdsTags-bg-all)
}
@media (max-width:767.98px) {
  .card-box .btn-amazon {
    top: auto;
    right: 10px!important;
    bottom: 10px!important;
    transform: none;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    margin: 0!important;
    box-shadow: 0 6px 12px rgba(15,23,42,.1)
  }
  .card-box:hover .btn-amazon {
    transform: none
  }
  .card-text {
    padding-right: 46px
  }
  .card-box .btn-amazon svg {
    width: 17px;
    height: 17px
  }
}
/* Setup Photos Section */
.setup-photos-title {
  font-size: 18vw;
}

.setup-photos-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  position: relative;
  gap: .7rem
}

.setup-photos-grid-container {
  display: grid;
  width: 100%;
  gap: 1rem;
  justify-content: start;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.setup-photos-item {
  position: relative;
  overflow: hidden;
  max-width: 420px;
  aspect-ratio: 1/1;
  margin: auto;
  width: 100%;
  background: #111
}
.setup-photos-slider-track {
  height: 100%;
  width: 100%;
  position: relative
}
.setup-photos-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease,visibility .25s ease
}
.setup-photos-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1
}
.setup-photos-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 420px;
  aspect-ratio: 1/1;
  transition: transform .3s ease
}
.setup-photos-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease,transform .2s ease
}
.setup-photos-nav:hover {
  background: rgba(0,0,0,.7)
}
.setup-photos-nav:active {
  transform: translateY(-50%) scale(.96)
}
.setup-photos-nav-prev {
  left: .65rem
}
.setup-photos-nav-next {
  right: .65rem
}
.setup-photos-nav svg {
  width: 20px;
  height: 20px
}
.setup-photos-dots {
  position: absolute;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .36rem;
  background: rgba(0,0,0,.3);
  border-radius: 999px;
  padding: .24rem .45rem
}
.setup-photos-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  opacity: .6;
  background: rgba(255,255,255,.9);
  transition: transform .2s ease,opacity .2s ease
}
.setup-photos-dot.is-active {
  opacity: 1;
  transform: scale(1.15)
}
.setup-photos-meta {
  width: min(100%,420px);
  margin: 0 auto
}
.setup-photos-meta p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media (min-width: 992px) {
  .setup-photos-grid-container {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}

@media (max-width: 767.98px) {
  .setup-photos-item {
    max-width: none;
  }
  .setup-photos-nav {
    width: 34px;
    height: 34px
  }
}

#SetupModal .setup-modal-content {
  background: var(--bs-tertiary-bg)
}
#SetupModal .setup-modal-body {
  display: flex;
  min-height: 520px
}
#SetupModal .setup-modal-image-wrap {
  flex: 0 0 80%;
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center
}
#SetupModal .setup-modal-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 85vh
}
#SetupModal .setup-modal-info-wrap {
  flex: 0 0 20%;
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#SetupModal .setup-modal-info-wrap .modal-title {
  line-height: 1.2
}
#SetupModal .setup-modal-info-wrap .modal-desc {
  line-height: 1.55
}
#SetupModal .setup-modal-icons {
  display: flex;
  align-items: center;
  gap: .85rem;
  color: inherit
}
#SetupModal .setup-modal-icons .icon-dynamique svg {
  width: 1.25rem;
  height: 1.25rem;
  opacity: .9
}
@media (max-width: 991.98px) {
  #SetupModal .setup-modal-body {
    flex-direction: column;
    min-height: 0
  }
  #SetupModal .setup-modal-image-wrap {
    flex: 0 0 auto;
    width: 100%;
    max-height: 58vh
  }
  #SetupModal .setup-modal-info-wrap {
    flex: 0 0 auto;
    width: 100%
  }
}

#SetupModal .modal-dialog {
  justify-content: center;
  min-width: 70%
}
@media (max-width: 991.98px) {
  #SetupModal .modal-dialog {
    min-width: 90%
  }
}
