/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");

/* reset css */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --Rouge: #ec2929;
  --Titre: #ffffff;
  --Texte: #dfdfdf;
}
body {
  font-family: "Poppins", sans-serif;
  background: #0a0a0a;
  /* overflow: hidden; */
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

.custom-shape-divider-bottom-1712749082 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1712749082 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 185px;
}

.custom-shape-divider-bottom-1712749082 .shape-fill {
  fill: #0a0a0a;
}

/* PARTIE ACCEUIL */
.home {
  height: 100vh;
  width: 100vw;
  background: #000;
  position: relative;
  overflow: hidden;
}

#cfVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.infos {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  width: 100vw;
  row-gap: 1rem;
}

.infos h1 {
  z-index: 1000;
  font-size: 4rem;
  font-weight: 650; /* A VOIR SI ON GARDE */
  margin-bottom: 1.5%;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating-text {
  background-image: linear-gradient(
    216deg,
    rgba(224, 44, 44, 1) 0%,
    rgba(255, 89, 0, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
  animation: floatAnimation 3s ease-in-out infinite;
  display: inline-block; /* Assurez-vous que le transform s'applique correctement */
}

h1,
.xyz {
  display: inline;
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

.infos input {
  padding: 0.6rem 1rem;
  border: none;
  outline: none;
  margin-top: 0.5rem;
  background: #fff;
  color: #000;
  font-size: 1rem;
  border-radius: 1rem;
  width: 40%;
  height: 10%;
  transition: 0.5s;
}

.infos input:hover {
  box-shadow: 0px 0px 10em 100em rgba(0, 0, 0, 0.596);
  transform: scale(1.02);
}

.infos h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
  letter-spacing: 2px;
}

.discordBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 2rem;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: 0.5rem;

  background: #7289da;
  color: #fff;
  font-size: 1rem;
  width: 20%;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: 0.5s;
  max-width: 185px;
  /* min-width: 120px; */
}
.discordBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 54px 10px #7289da7c;
}

.discordBtn img {
  margin-left: -0.4rem;
  width: 23%;
  height: 17%;
  margin-right: 0.7rem;
}

/* responsive acceuil */
@media (max-width: 898px) {
  .discordBtn {
    width: 35%;
    font-size: 1rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0.4rem;
  }
}
@media (max-width: 854px) {
  .discordBtn {
    width: 58%;
    font-size: 0.4rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0.4rem;
  }
}
@media (max-width: 871px) {
  .discordBtn {
    width: 28%;
    font-size: 1.5rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0.4rem;
  }

  .infos h4 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
  .infos h1 {
    font-size: 4rem;
  }
  .infos input {
    height: 15%;
  }
}

@media (max-width: 802px) {
  .discordBtn {
    width: 30%;
    font-size: 2rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0rem;
  }
}
@media (max-width: 802px) {
  .discordBtn {
    width: 30%;
    font-size: 2rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0rem;
  }
}
@media (max-width: 786px) {
  .discordBtn {
    width: 30%;
    font-size: 1.6rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0.1rem;
  }

  .infos h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
}
@media (max-width: 730px) {
  .discordBtn {
    width: 30%;
    font-size: 1.6rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0.1rem;
  }

  .infos h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
}
@media (max-width: 598px) {
  .discordBtn {
    width: 32%;
    font-size: 1.5rem;
  }
  .discordBtn img {
    width: 17%;
    height: 17%;
    margin-right: 0rem;
  }

  .infos h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
  .infos input {
    width: 77%;
  }
}
@media (max-width: 470px) {
  .discordBtn {
    width: 33%;
    font-size: 1.3rem;
  }

  .infos h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
  .infos input {
    width: 84%;
  }
}
@media (max-width: 414px) {
  .discordBtn {
    width: 35%;
    font-size: 1rem;
  }

  .infos h4 {
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 0.8rem;
  }
  .infos h1 {
    font-size: 2.7rem;
  }
  .infos input {
    width: 85%;
  }
}
@media (max-width: 399px) {
  .discordBtn {
    width: 33%;
    font-size: 1rem;
  }

  .infos h4 {
    font-size: 0.8rem;
  }
  .infos h1 {
    font-size: 3rem;
  }
  .infos input {
    width: 84%;
  }
}
@media (max-width: 325px) {
  .discordBtn {
    width: 33%;
    font-size: 0.7rem;
  }

  .infos h4 {
    font-size: 0.7rem;
  }
  .infos h1 {
    font-size: 2.3rem;
  }
  .infos input {
    width: 88%;
  }
}

/* PARTIE SLIDER */

@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.slider-container {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  height: 30rem;
  overflow: hidden;
  background-color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.slider-container .bullet-container {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .bullet-container .bullet {
  margin-right: 14px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.2;
  cursor: pointer;
}
.slider-container .bullet-container .bullet:last-child {
  margin-right: 0px;
}
.slider-container .bullet-container .bullet.active {
  opacity: 1;
  background-color: var(--Rouge);
  border-radius: 999px;
  width: 3%;
}
.slider-container .slider-content {
  position: relative;
  width: 55%;
  height: 77%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-container .slider-content .slider-single {
  position: absolute;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 70%;
  height: 100%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
  opacity: 0;
  object-fit: cover;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-container .slider-content .slider-single .slider-single-download:hover,
.slider-container .slider-content .slider-single .slider-single-download:focus {
  outline: none;
  text-decoration: none;
}

.slider-container
  .slider-content
  .slider-single.preactivede
  .slider-single-image {
  transform: translateX(-50%) scale(0);
}
.slider-container .slider-content .slider-single.preactive {
  z-index: 1;
}
.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-image {
  opacity: 0.3;
  transform: translateX(-25%) scale(0.8);
}
.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-download {
  transform: translateX(-150px);
}
.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-title {
  transform: translateX(-150px);
}
.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-likes {
  transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.proactive {
  z-index: 1;
}
.slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-image {
  opacity: 0.3;
  transform: translateX(25%) scale(0.8);
}

.slider-container
  .slider-content
  .slider-single.proactivede
  .slider-single-image {
  transform: translateX(50%) scale(0);
}
.slider-container .slider-content .slider-single.active {
  z-index: 2;
}
.slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  transform: translateX(0%) scale(1);
}
.slider-container
  .slider-content
  .slider-single.active
  .slider-single-download {
  opacity: 1;
  transition-delay: 100ms;
  transform: translateX(0px);
}

.slider-container .slider-left {
  position: absolute;
  z-index: 3;
  display: block;
  right: 85%;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  padding: 20px 15px;
  margin-right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-container .slider-right {
  position: absolute;
  z-index: 3;
  display: block;
  left: 85%;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  padding: 20px 15px;
  margin-left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-container .not-visible {
  display: none !important;
}

/* PARTIE VIP */
.vipContainer {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 300px;
  min-height: 400px;
  max-height: 500px;
  padding: 1rem 3rem;
  background: #0a0a0a;
  /* border:1px solid #fff; */
}

.vipImg {
  width: 30%;
  height: 80%;
  max-width: 400px;
  max-height: 400px;
  min-width: 150px;
  min-height: 150px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border:1px solid #fff; */
}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.vipImg img {
  animation: floatAnimation 2s infinite;
  transition: transform 0.5s;
  transform-origin: center bottom;
  transform: scale(1);
  position: relative;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  background-image: url(assets/vipimg.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.vipInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  gap: 3%;
  color: var(--Texte);
  /* border:1px solid #fff; */
}

.vipInfo span {
  color: var(--Rouge);
  font-weight: bold;
}

.vipBtn {
  padding: 0.5rem 0.5rem;
  border: none;
  outline: none;
  margin-top: 0.5rem;
  background: #0a0a0a;
  color: var(--Texte);
  font-size: 1rem;
  border-radius: 1rem;
  width: 25%;
  transition: 0.3s;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  max-width: 150px;
  min-width: 100px;
  max-height: 50px;
  min-height: 40px;
  border: 1px solid var(--Rouge);
}

.vipBtn:hover {
  background: var(--Rouge);
  color: white;
}

/* responsive vip */
@media (max-width: 670px) {
  .vipBtn {
    width: 39%;
    font-size: 1rem;
  }

  .vipInfo {
    gap: 1%;
  }
}
@media (max-width: 418px) {
  .vipContainer {
    padding: 1rem 1rem;
  }
}
@media (max-width: 354px) {
  .vipContainer {
    padding: 1rem 0rem;
  }
}
@media (max-width: 322px) {
  .vipInfo {
    font-size: small;
  }
}

/* PARTIE NOUVEAUTE */
.newsContainer {
  margin-top: 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 2%;
  width: 100vw;
  height: 350px;
  padding: 2rem 2rem;
  margin-bottom: 7%;
  /* border:1px solid var(--Rouge); */
}

.newsContainer h2 {
  color: var(--Texte);
  font-size: 2rem;
  margin-bottom: 1%;
}

.newsContainer hr {
  width: 80%;
  border: 2px solid var(--Rouge);
  margin-bottom: 2%;
}

.newsImagesContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: auto;
  gap: 4%;
  /* border:1px solid #fff; */
}

.newsImagesContainer .newsImage {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  /* border:1px solid #fff; */
}

.newsImage:hover img {
  transform: scale(1.05); /* Agrandit l'image de 5% */
}

.newsImagesContainer .newsImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  transition: transform 0.3s ease; /* Animation douce */
  display: block; /* Ã‰limine l'espace blanc en bas */
}

/* partie pop up */

.popupContainer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    visibility 0.4s;
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  transition: all 0.5s;
  border-radius: 15px;
  background: #161616;
}

.popupContainer.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.popup .popupHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0.3rem 1rem;
  color: var(--Titre);
  font-size: 1.7rem;
}

.popup .popupHeader hr {
  width: 100%;
  border: 1px solid var(--Rouge);
  margin-bottom: 0.5%;
  border-radius: 30px;
}

.popup .popupHeader h3 {
  margin-bottom: 5px;
  font-weight: 600;
}

.popup .popupContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup .popupContent p {
  color: var(--Texte);
  font-size: 1.1rem;
  padding: 1rem 1rem;
}

.popup .popupContent a {
  margin-top: 10px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-style: oblique 30deg;
  transition: 0.3s;
  cursor: pointer;
}

.popup .popupContent a:hover {
  text-shadow: 0 0 40px #ffffff75, 0px 0px 8px rgba(206, 206, 206, 0);
}

.popup .popupContent .popupBtn {
  padding: 0.5rem 0.5rem;
  border: none;
  outline: none;
  margin-top: 0.5rem;
  background: #161616;
  color: var(--Texte);
  font-size: 1rem;
  border-radius: 2rem;
  width: 25%;
  display: flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  max-width: 150px;
  min-width: 100px;
  max-height: 50px;
  min-height: 40px;
  border: 1px solid var(--Rouge);
  font-family: "Poppins", sans-serif;
}

.popup .popupContent .popupBtn:hover {
  background: var(--Rouge);
  color: white;
}

/* responsive popup */
@media (max-width: 1499px) {
  .popup {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1028px) {
  .popup {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 722px) {
  .popup {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 542px) {
  .popup {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 390px) {
  .popup {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 306px) {
  .popup {
    width: 87%;
    height: 50%;
  }
}

.hidden {
  display: none;
}

@keyframes lightUpAnimation {
  0% {
    color: transparent;
    text-shadow: none;
  }
  100% {
    color: #ec2929; /* Changez cette couleur selon vos besoins */
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073,
      0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
}

.light-up {
  animation: lightUpAnimation 2s ease-out forwards;
}

.bottom-center-text {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: grey;
  font-family: "poppins", sans-serif;
  padding: 10px 0;
}