body {
  background-color: #000;
  font-family: 'Inter', sans-serif;
  overflow-y: scroll;
}

html,body {
  height: 100%;
}




.btncontact {
  --black: #000000;
  --ch-black: #141414;
  --eer-black: #1b1b1b;
  --night-rider: #2e2e2e;
  --white: #ffffff;
  --af-white: #f3f3f3;
  --ch-white: #e1e1e1;
  border-radius: 8px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 15px;
  border: none;
  color: white;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  transition-duration: .2s;
  background-color: var(--ch-black);
}

.btncontact:before, .btncontact:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(45deg, 
  var(--ch-black), var(--eer-black),
  var(--night-rider), var(--ch-white), var(--night-rider), 
	var(--eer-black), var(--ch-black),var(--ch-black));
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}




.bookmarkBtn {
  width: 180px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: rgb(12, 12, 12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, rgb(255, 136, 255), rgb(172, 70, 255));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon {
  border-radius: 1px;
}

.text-contact {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
}

.bookmarkBtn:hover .IconContainer {
  width: 90px;
  transition-duration: 0.3s;
}

.bookmarkBtn:hover .text-contact {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.bookmarkBtn:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}


.buttoncontact {
  font-size: 16px;
  position: relative;
  margin: auto;
  padding: 1em 2.5em 1em 2.5em;
  border: none;
  background: #fff;
  transition: all 0.1s linear;
  box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
  border-radius: 2em;
 }
 
 .buttoncontact:active {
  transform: scale(0.95);
 }
 
 .buttoncontact span {
  color: #464646;
 }
 
 .buttoncontact .border {
  position: absolute;
  border: 0.15em solid #fff;
  transition: all 0.3s 0.08s linear;
  top: 50%;
  left: 50%;
  width: 9em;
  height: 3em;
  transform: translate(-50%, -50%);
 }
 
 .buttoncontact:hover .border {
  display: block;
  width: 9.9em;
  height: 3.7em;
 }
 
.buttonsite {
  --primary-color: #222222;
  --secondary-color: #fff;
  --hover-color: #409935;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 2em;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

.buttonsite .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonsite .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.buttonsite .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.buttonsite:hover {
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
}

.buttonsite:hover .arrow {
  background: var(--secondary-color);
}

.buttonsite:hover .arrow:before {
  right: 0;
}

.bg-dark {
  background-color: #11ffee00 !important;
  color: #fff;
}

.tooltip {
  font-family: 'Inter', sans-serif;
}

.bg-dark-card {
  background-color: #000 !important;
  color: #fff;
}

.brad {
  border-radius: 25px;
}

.icon-200 {
  font-size: 75px;
}

.bg-light {
  background-color: #fff;
  color: #000;
}

.profile-pic {
  width: 185px;
  height: 185px;
}

.zoom {
  transition: transform 0.3s ease;
}

.zoom:hover {
  transform: scale(0.95);
}

.zoom2 {
  transition: transform 0.3s ease;
}

.zoom2:hover {
  transform: scale(0.95);
}

.overlay i {
  font-size: 3rem;
  color: white;
}

.card-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover .card-overlay {
  opacity: 1;
}

.cardim:hover {
  filter: brightness(70%);
}

.card-title,
.bi-play-fill,
.bi-pause-fill {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 5px black;
}

.bi-play-fill:hover {
  cursor: pointer;
}

.bi-pause-fill:hover {
  cursor: pointer;
}

.draggable-card {
  cursor: grab;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #424242;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

@media (min-width: 992px) {
  .fixed-column {
      position: sticky;
      top: 80px; /* Hauteur de la barre de navigation ou de l'en-tête */
      height: fit-content; /* Ajuste la hauteur en fonction du contenu */
      overflow-y: auto; /* Ajoute un défilement vertical si nécessaire */
  }
}

.button-buy {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0px 15px;
  background-color: rgb(66, 66, 66);
  border-radius: 10px;
  color: white;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
}

.bell {
  width: 13px;
}

.bell path {
  fill: rgb(0, 206, 62);
}

.arrow {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-buy:hover {
  background-color: rgb(77, 77, 77);
  transition-duration: .2s;
}

.button-buy:hover .arrow {
  animation: slide-right .6s ease-out both;
}
/* arrow animation */
@keyframes slide-right {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.button-buy:active {
  transform: translate(1px , 1px);
  transition-duration: .2s;
}

.button-buy2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: all 0.02s;
  font-weight: bold;
  color: rgb(37, 37, 37);
  z-index: 0;
  box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
}

.button-buy2:hover {
  background: rgb(193, 228, 248);
  color: rgb(33, 0, 85);
}

.button-buy2:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hoverEffect div {
  background: rgb(222,0,75);
  background: linear-gradient(90deg, rgba(222,0,75,1) 0%, rgba(191,70,255,1) 49%, rgba(0,212,255,1) 100%);
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
}

.button-buy2:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.navbtn-container {
  display: flex;
  background-color: #fff;
  width: 235px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  border-radius: 25px;
}

.navbtn {
  outline: 0 !important;
  border: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.navbtn:hover {
  transform: translateY(-3px);
}

.navicon {
  font-size: 20px;
}

.column-height {
  height: calc(100vh - 56px); /* Ajustez cette valeur en fonction de la hauteur de votre navbar */
}