* { font-family: Poppins, sans-serif; }

/* Les polices Google Fonts sont maintenant chargées dans le header avec preconnect pour de meilleures performances */
*, ::after, ::before { margin: 0px; padding: 0px; box-sizing: border-box; }
:root { --Rouge: #ec2929; --Titre: #ffffff; --Texte: #dfdfdf; --Orange: #EA7602; --white: white; --background: rgb(20, 20, 20);}
body { font-family: Poppins, sans-serif; background: var(--background); overflow-x: hidden; scroll-behavior: smooth; position: relative; }
body::-webkit-scrollbar { display: none; }
.custom-shape-divider-bottom-1712749082 { position: absolute; bottom: 0px; left: 0px; 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: var(--background); }
.home { height: 100vh; width: 100vw; background: rgb(0, 0, 0); position: relative; overflow: hidden; }
#cfVideo { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; }
.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: rgb(255, 255, 255); z-index: 1; width: 100vw; row-gap: 1rem; }
.infos h1 { z-index: 1000; font-size: 4rem; font-weight: 650; 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, rgb(224, 44, 44) 0%, rgb(255, 89, 0) 100%); background-clip: text; color: transparent; margin-left: 10px; animation: 3s ease-in-out 0s infinite normal none running floatAnimation; display: inline-block; }
h1, .com { display: inline; color: rgb(255, 255, 255); font-size: 2.5rem; margin: 0px; padding: 0px; pointer-events: none;}
.search-wrapper {
  position: relative;
  width: 40%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.search-icon {
  position: absolute;
  left: 1.2rem;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.infos input {
  width: 100%;
  padding: 0.9rem 1rem 0.9rem 3rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.infos input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

.infos input:hover {
  border-color: rgba(236, 41, 41, 0.3);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3),
              0 0 20px rgba(236, 41, 41, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.infos input:hover ~ .search-icon {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.infos input:focus {
  border-color: rgba(236, 41, 41, 0.5);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4),
              0 0 30px rgba(236, 41, 41, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.infos input:focus ~ .search-icon {
  color: var(--Rouge);
  transform: scale(1.15) rotate(5deg);
  filter: drop-shadow(0 0 8px rgba(236, 41, 41, 0.6));
}

.infos input:focus::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

/* Croix de la barre de recherche - blanche */
.infos input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 8.586l4.95-4.95a1 1 0 011.414 1.414L11.414 10l4.95 4.95a1 1 0 01-1.414 1.414L10 11.414l-4.95 4.95a1 1 0 01-1.414-1.414L8.586 10 3.636 5.05a1 1 0 011.414-1.414L10 8.586z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  margin-right: 0.5rem;
}

.infos input[type="search"]::-webkit-search-cancel-button:hover {
  opacity: 1;
}

/* Pour Edge/IE */
.infos input[type="search"]::-ms-clear {
  width: 20px;
  height: 20px;
  color: white;
  cursor: pointer;
}

/* responsive pour la largeur */
@media (max-width: 598px) {
  .search-wrapper { width: 77%; }
  .infos input { padding: 0.8rem 1rem 0.8rem 2.8rem; }
}
@media (max-width: 470px) {
  .search-wrapper { width: 84%; }
  .infos input { padding: 0.75rem 0.9rem 0.75rem 2.6rem; font-size: 0.95rem; }
  .search-icon { width: 18px; height: 18px; left: 1rem; }
}
@media (max-width: 414px) {
  .search-wrapper { width: 85%; }
  .infos input { padding: 0.7rem 0.8rem 0.7rem 2.5rem; }
}
@media (max-width: 399px) {
  .search-wrapper { width: 84%; }
}
@media (max-width: 325px) {
  .search-wrapper { width: 88%; }
  .infos input { padding: 0.65rem 0.75rem 0.65rem 2.3rem; font-size: 0.9rem; }
  .search-icon { width: 16px; height: 16px; left: 0.9rem; }
}

.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: rgb(114, 137, 218); color: rgb(255, 255, 255); font-size: 1rem; width: 20%; cursor: pointer; border-radius: 0.4rem; transition: 0.5s; max-width: 185px; }
.discordBtn:hover { transform: scale(1.05); box-shadow: rgba(114, 137, 218, 0.486) 0px 0px 54px 10px; }
.discordBtn img { margin-left: -0.4rem; width: 23%; height: 17%; margin-right: 0.7rem; }
.discord-btn-en { justify-content: center !important; gap: 0.7rem; }
.discord-btn-en img { margin-left: 0 !important; margin-right: 0 !important; }
@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; }
}
@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; }
  .search-wrapper { 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; }
  .search-wrapper { 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; }
  .search-wrapper { width: 85%; }
}
@media (max-width: 399px) {
  .discordBtn { width: 33%; font-size: 1rem; }
  .infos h4 { font-size: 0.8rem; }
  .infos h1 { font-size: 3rem; }
  .search-wrapper { 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; }
  .search-wrapper { width: 88%; }
}
@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: 6rem auto 0px; width: 100vw; height: 30rem; overflow: hidden; background-color: var(--background); display: flex; justify-content: center; align-items: center; }
.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: rgb(138, 134, 134); 
    opacity: 0.2; 
    cursor: pointer; 
    border: none;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
    will-change: transform, opacity;
}

.slider-container .bullet-container .bullet:hover {
    background-color: rgb(190, 190, 190); 
    opacity: 0.5;
    transform: scale(1.05);
}

.slider-container .bullet-container .bullet:focus-visible {
    outline: 2px solid var(--Rouge);
    outline-offset: 4px;
    opacity: 0.6;
}

.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%; 
    box-shadow: 0 0 15px rgba(236, 41, 41, 0.6);
}
.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: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    transition: z-index 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.slider-container .slider-content .slider-single .slider-single-image { 
    position: relative; 
    left: 0px; 
    top: 0px; 
    cursor: pointer; 
    width: 70%; 
    height: 100%; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); 
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    transform: scale(0); 
    opacity: 0; 
    object-fit: cover; 
    border-radius: 30px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    will-change: transform, opacity;
}

.slider-container .slider-content .slider-single .slider-single-image:hover { 
    position: relative; 
    left: 0px; 
    top: 0px; 
    cursor: pointer; 
    width: 70%; 
    height: 100%; 
    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);
    opacity: 0;
}

.slider-container .slider-content .slider-single.preactive { 
    z-index: 1; 
}

.slider-container .slider-content .slider-single.preactive .slider-single-image { 
    opacity: 0.4; 
    transform: translateX(-25%) scale(0.85);
    filter: blur(2px);
}

.slider-container .slider-content .slider-single.preactive .slider-single-download { 
    transform: translateX(-150px); 
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-container .slider-content .slider-single.preactive .slider-single-title { 
    transform: translateX(-150px); 
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-container .slider-content .slider-single.preactive .slider-single-likes { 
    transform: translateX(-150px); 
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-container .slider-content .slider-single.proactive { 
    z-index: 1; 
}

.slider-container .slider-content .slider-single.proactive .slider-single-image { 
    opacity: 0.4; 
    transform: translateX(25%) scale(0.85);
    filter: blur(2px);
}

.slider-container .slider-content .slider-single.proactivede .slider-single-image { 
    transform: translateX(50%) scale(0);
    opacity: 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);
    filter: blur(0px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.7);
}

.slider-container .slider-content .slider-single.active .slider-single-download { 
    opacity: 1; 
    transition-delay: 0.2s; 
    transform: translateX(0px); 
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider-container .slider-left {
    position: absolute;
    z-index: 3;
    right: 85%;
    top: 50%;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    padding: 20px 15px;
    margin-right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.7;
    border: none;
    background: transparent;
    outline: none;
    will-change: transform, opacity;
}

.slider-container .slider-left:hover {
    color: var(--Rouge);
    opacity: 1;
    transform: translateY(-50%) scale(1.2) translateX(-5px);
    text-shadow: 0 0 20px rgba(236, 41, 41, 0.8);
}

.slider-container .slider-left:focus-visible {
    outline: 2px solid var(--Rouge);
    outline-offset: 4px;
    opacity: 1;
}

.slider-container .slider-right {
    position: absolute;
    z-index: 3;
    left: 85%;
    top: 50%;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    padding: 20px 15px;
    margin-left: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.7;
    border: none;
    background: transparent;
    outline: none;
    will-change: transform, opacity;
}

.slider-container .slider-right:hover {
    color: var(--Rouge);
    opacity: 1;
    transform: translateY(-50%) scale(1.2) translateX(5px);
    text-shadow: 0 0 20px rgba(236, 41, 41, 0.8);
}

.slider-container .slider-right:focus-visible {
    outline: 2px solid var(--Rouge);
    outline-offset: 4px;
    opacity: 1;
}
.slider-container .not-visible { display: none !important; }





.blenderContainer { 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: var(--background); }
.blenderImg { margin-bottom: 1.9%; 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; }
@keyframes floatAnimation { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

.blenderImg img { animation: 2s ease 0s infinite normal none running floatAnimation; transition: transform 0.5s; transform-origin: center center; transform: scale(1); position: relative; box-sizing: border-box; width: 230px; height: 230px; object-fit: contain; border-radius: 20px; filter: drop-shadow(0 0 20px rgba(236, 41, 41, 0.5)); }
.blenderImg img:hover { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(236, 41, 41, 0.8)); }
.blenderInfo { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 35%; height: 100%; gap: 3%; color: var(--Texte); }
.blenderInfo h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; letter-spacing: 1px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
.blenderInfo h2 span { color: var(--Rouge); font-weight: 800; background: linear-gradient(135deg, var(--Rouge), #ff4f4f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.blenderInfo p { font-size: 1.1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.85); text-align: left; margin-bottom: 2rem; letter-spacing: 0.3px; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
.blenderBtn { 
    padding: 1rem 2rem; 
    outline: none; 
    margin-top: 0.5rem; 
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    border: 2px solid var(--Rouge); 
    border-radius: 15px; 
    color: var(--Rouge); 
    font-size: 1rem; 
    font-weight: 600;
    transition: all 0.3s ease; 
    cursor: pointer; 
    font-family: Poppins, sans-serif; 
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}
.blenderBtn:hover { 
    background: var(--Rouge); 
    color: white; 
    box-shadow: 0 0 30px rgba(236, 41, 41, 0.5);
    transform: translateY(-3px);
}
@media (max-width: 670px) {
  .blenderBtn { 
    width: auto;
    min-width: 150px;
    font-size: 1rem; 
  }
  .blenderInfo { gap: 1%; }
}
@media (max-width: 418px) {
  .blenderContainer { padding: 1rem; }
}
@media (max-width: 354px) {
  .blenderContainer { padding: 1rem 0rem; }
}
@media (max-width: 322px) {
  .blenderInfo { font-size: small; }
}
.newsContainer { margin-top: 5%; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; gap: 2%; width: 100vw; height: 350px; padding: 2rem; margin-bottom: 7%; }
.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%; }
.newsImagesContainer .newsImage { flex: 0 0 calc((100% - 8%) / 3); max-width: calc((100% - 8%) / 3); height: 100%; cursor: pointer; display: flex; justify-content: center; }
.newsImage:hover img { transform: scale(1.05); }
.newsImagesContainer .newsImage img { width: 100%; height: auto; object-fit: cover; border-radius: 30px; transition: transform 0.3s; display: block; }
.popupContainer { position: absolute; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.5); top: 0px; left: 0px; 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: 0.5s; border-radius: 15px; background: rgb(22, 22, 22); }
.popupContainer.active { opacity: 1; transform: translateY(0px); 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; }
.popup .popupContent a { margin-top: 10px; color: rgb(255, 255, 255); margin-bottom: 10px; font-size: 1.5rem; font-style: oblique 30deg; transition: 0.3s; cursor: pointer; }
.popup .popupContent a:hover { text-shadow: rgba(255, 255, 255, 0.46) 0px 0px 40px, rgba(206, 206, 206, 0) 0px 0px 8px; }
.popup .popupContent .popupBtn { padding: 0.5rem; outline: none; margin-top: 0.5rem; background: rgb(22, 22, 22); 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; }
@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: rgb(236, 41, 41); text-shadow: rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 20px, rgb(230, 0, 115) 0px 0px 30px, rgb(230, 0, 115) 0px 0px 40px, rgb(230, 0, 115) 0px 0px 50px, rgb(230, 0, 115) 0px 0px 60px, rgb(230, 0, 115) 0px 0px 70px; }
}
.light-up { animation: 2s ease-out 0s 1 normal forwards running lightUpAnimation; }
.bottom-center-text { position: fixed; left: 0px; bottom: 0px; width: 100%; text-align: center; font-size: 11px; color: grey; font-family: poppins, sans-serif; padding: 10px 0px; }

/* Skipped cross-origin stylesheet: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css */

/* Skipped cross-origin stylesheet: https://unpkg.com/aos@2.3.1/dist/aos.css */

* { box-sizing: border-box; }

/* Logo avec effet holographique */
.logo { 
    height: 70px; 
    width: auto;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 0 10px rgba(236, 41, 41, 0.7));
    position: relative;
    z-index: 1;
}

.logo:hover {
    transform: scale(1.05) translateY(-5px);
    filter: drop-shadow(0 0 25px rgba(236, 41, 41, 1)) 
            drop-shadow(0 0 40px rgba(236, 41, 41, 0.7))
            drop-shadow(0 0 60px rgba(236, 41, 41, 0.4));
}

/* Navbar principale - Style minimaliste avec accent */
.nav { 
    top: 0px; 
    left: 0px; 
    z-index: 99999; 
    height: 90px; 
    width: 100%; 
    position: fixed; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 0 4rem;
    margin-top: 0;
    background: transparent;
    border-top: 2px solid transparent;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    transform: translateY(0);
    opacity: 1;
}

.nav.hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.nav:hover {
    transform: translateY(-2px);
}

.nav.hidden:hover {
    transform: translateY(-100%);
}

@media (max-width: 718px) {
    .logo { 
        height: 60px; 
        width: auto;
    }
    .nav { 
        height: 80px;
        padding: 0 2rem;
    }
}

.nav > .nav-header { display: inline; }
.nav > .nav-header > .nav-title { 
    display: inline-block; 
    font-size: 22px; 
    color: rgb(255, 255, 255); 
    padding: 10px 10px 10px 0px; 
}

.nav > .nav-btn { display: none; }

.nav > .nav-links { 
    display: inline; 
    float: right; 
}

.nav > .nav-links > a { 
    display: inline-block; 
    padding: 13px 10px; 
    text-decoration: none; 
    color: rgb(239, 239, 239); 
    font-family: poppins, sans-serif; 
    transition: 0.5s; 
}

.links::before, .links::after { content: ""; display: table; }
.links::after { clear: both; }

/* Conteneur flex pour aligner les liens horizontalement */
.link-effect-14 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* Effet sur les liens - Style underline moderne */
.link-effect-14 a { 
    color: rgba(255, 255, 255, 0.75); 
    margin: 0px 10px; 
    padding: 16px 0; 
    text-decoration: none; 
    position: relative; 
    overflow: hidden;
    display: inline-block; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    font-family: poppins, sans-serif; 
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.link-effect-14 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--Rouge), #ff4f4f, var(--Rouge));
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-effect-14 a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: radial-gradient(circle, rgba(236, 41, 41, 1) 0%, transparent 70%);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: blur(8px);
}

.link-effect-14 a:hover {
    color: var(--Rouge);
    text-shadow: 0 0 20px rgba(236, 41, 41, 0.6),
                 0 0 30px rgba(236, 41, 41, 0.3);
    transform: translateY(-3px);
}

.link-effect-14 a:hover::before {
    width: 100%;
}

.link-effect-14 a:hover::after {
    width: 100%;
}

.link-effect-14 a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.link-effect-14 a:hover span {
    transform: scale(1.01);
}

.link-effect-14 a:hover span::before,
.link-effect-14 a:hover span::after {
    opacity: 0;
}

/* Bouton Discord dans la navbar */
.nav-discord-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 16px 15px !important;
    margin: 0px 10px !important;
    margin-left: 20px !important;
    background: rgb(114, 137, 218) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0.4rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.95rem !important;
    letter-spacing: 0.8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: visible;
    vertical-align: middle;
    line-height: normal;
}

.nav-discord-btn::before,
.nav-discord-btn::after {
    display: none !important;
}

.nav-discord-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: rgba(114, 137, 218, 0.486) 0px 0px 54px 10px;
    background: rgb(105, 126, 205) !important;
}

.nav-discord-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.nav-discord-btn span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

/* Responsive pour le bouton Discord dans la navbar */
@media (max-width: 920px) {
    .nav-discord-btn {
        margin: 0.5rem 2.5rem !important;
        width: auto;
        justify-content: flex-start;
        padding: 1.5rem 2.5rem !important;
    }
}

.nav > #nav-check { display: none; }

/* Menu hamburger responsive - Style carré moderne */
@media (max-width: 920px) {
    .nav > .nav-btn { 
        position: absolute; 
        right: 2rem; 
        top: 50%;
        transform: translateY(-50%);
        height: auto; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        z-index: 1000;
    }
    
    .nav > .nav-btn > label { 
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 48px; 
        height: 48px; 
        padding: 11px; 
        cursor: pointer;
        border-radius: 8px;
        background: rgba(236, 41, 41, 0.1);
        backdrop-filter: blur(20px);
        border: 2px solid rgba(236, 41, 41, 0.3);
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
        overflow: hidden;
    }
    
    .nav > .nav-btn > label::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(236, 41, 41, 0.3), transparent);
        transition: left 0.5s ease;
    }
    
    .nav > .nav-btn > label:hover { 
        background: rgba(236, 41, 41, 0.2);
        border-color: var(--Rouge);
        transform: scale(1.05);
    }
    
    .nav > .nav-btn > label:hover::before {
        left: 100%;
    }
    
    .nav #nav-check:checked ~ .nav-btn > label { 
        background: rgba(236, 41, 41, 0.25);
        border-color: var(--Rouge);
        transform: scale(1.1);
    }
    
    .nav > .nav-btn > label > span { 
        display: block; 
        width: 26px; 
        height: 3px; 
        background: rgba(255, 255, 255, 0.9);
        border-radius: 2px;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
    }
    
    .nav > .nav-btn > label > span:nth-child(1) {
        transform-origin: top left;
    }
    
    .nav > .nav-btn > label > span:nth-child(3) {
        
    }
    
    .nav #nav-check:checked ~ .nav-btn > label > span:nth-child(1) {
        transform: rotate(45deg) translate(7px, -7px);
        background: var(--Rouge);
    }
    
    .nav #nav-check:checked ~ .nav-btn > label > span:nth-child(2) {
        opacity: 0;
        transform: translateX(-20px) scale(0);
    }
    
    .nav #nav-check:checked ~ .nav-btn > label > span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, 7px);
        background: var(--Rouge);
    }
    
    .nav > .nav-links { 
        position: fixed; 
        display: block; 
        width: calc(100% - 4rem);
        max-width: 500px;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border: 2px solid rgba(236, 41, 41, 0.3);
        border-top: 3px solid var(--Rouge);
        border-radius: 0 0 30px 30px;
        height: 0px; 
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
        overflow: hidden; 
        top: 100px; 
        left: 50%;
        transform: translateX(-50%) translateY(-30px) scale(0.95);
        z-index: 999;
        opacity: 0;
    }
    
    .nav > .nav-links::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, 
            transparent 0%, 
            var(--Rouge) 20%, 
            #ff4f4f 50%, 
            var(--Rouge) 80%, 
            transparent 100%);
    }
    
    .nav > .nav-links > a { 
        display: block; 
        width: 100%;
        padding: 1.5rem 2.5rem;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        transition: all 0.4s ease;
        position: relative;
    }
    
    .nav > .nav-links > a:last-child {
        border-bottom: none;
    }
    
    .nav > .nav-links > a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 100%;
        background: linear-gradient(180deg, 
            transparent 0%, 
            rgba(236, 41, 41, 0.1) 50%, 
            transparent 100%);
        transition: width 0.4s ease;
    }
    
    .nav > .nav-links > a:hover {
        background: rgba(236, 41, 41, 0.08);
        transform: translateX(5px);
    }
    
    .nav > .nav-links > a:hover::before {
        width: 100%;
    }
    
    .nav > #nav-check:not(:checked) ~ .nav-links { 
        height: 0px; 
        opacity: 0;
        transform: translateX(-50%) translateY(-30px) scale(0.95);
        pointer-events: none;
    }
    
    .nav > #nav-check:checked ~ .nav-links { 
        height: auto;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        pointer-events: auto;
    }
    
    .nav > #nav-check:checked ~ .nav-links .link-effect-14 a {
        margin: 0;
        padding: 1.5rem 2.5rem;
    }
    
    .nav > #nav-check:checked ~ .nav-links .link-effect-14 a::before,
    .nav > #nav-check:checked ~ .nav-links .link-effect-14 a::after {
        display: none;
    }
    
    /* Style du bouton Discord dans le menu mobile */
    .nav > #nav-check:checked ~ .nav-links .nav-discord-btn {
        margin: 1rem 2.5rem;
        width: calc(100% - 5rem);
        justify-content: center;
        border: 2px solid rgba(114, 137, 218, 0.3);
    }
    
    .nav > #nav-check:checked ~ .nav-links .nav-discord-btn:hover {
        border-color: rgba(114, 137, 218, 0.6);
    }
}

/* Skipped cross-origin stylesheet: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css */

/* Skipped cross-origin stylesheet: https://use.fontawesome.com/releases/v5.8.1/css/all.css */

@import url("https://fonts.googleapis.com/css?family=Raleway");
.profile { width: 330px; height: 100px; position: fixed; bottom: 10px; right: 10px; border-radius: 5px; background-color: rgb(236, 41, 41); box-shadow: black 0px 0px 2rem; animation: 0.5s ease-in-out 0s 1 normal forwards running show-profile; }
@keyframes show-profile { 
  0% { width: 0px; }
}
.profile .photo, .profile .ctnnt { box-sizing: border-box; }
.profile .photo { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 5px solid rgb(236, 41, 41); background-color: rgb(250, 250, 250); margin-left: -50px; box-shadow: rgb(236, 41, 41) 0px 0px 0.5rem; animation: 0.5s ease-in-out 0s 1 normal forwards running rotate-photo; }
@keyframes rotate-photo { 
  100% { transform: rotate(-360deg); }
}
.profile .photo img { width: 100%; }
.profile .ctnnt { padding: 10px; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.profile .ctnnt::before { content: ""; position: absolute; width: 230px; height: 150px; background-color: rgb(11, 12, 15); left: 0px; top: -20px; z-index: -1; transform: rotate(-8deg); }
.profile .ctnnt .text { margin-top: 20px; margin-left: 51px; color: white; font-family: Raleway; }
.profile .ctnnt .text h3, .profile .ctnnt .text h6 { font-weight: normal; margin: 3px 0px; letter-spacing: 0.5px; white-space: nowrap; }
.profile .ctnnt .btn { background-color: white; width: 50px; height: 50px; position: absolute; right: 25px; top: 25px; border-radius: 50%; z-index: 1; cursor: pointer; transition-duration: 0.3s; animation: 0.3s ease-in-out 0.5s 1 normal both running pop-btn; }
@keyframes pop-btn { 
  0% { transform: scale(0); }
  80% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
.profile .ctnnt .btn:hover { box-shadow: white 0px 0px 2rem; }
.profile .ctnnt .btn span { width: 60%; height: 2px; position: absolute; background-color: rgb(236, 41, 41); top: 50%; left: 20%; transform: translateY(-50%); animation: 0.3s ease-in-out 0s 1 normal forwards running to-hamburger; }
.profile .ctnnt .btn span::before, .profile .ctnnt .btn span::after { content: ""; width: 100%; height: 2px; position: absolute; background-color: rgb(236, 41, 41); transition-duration: 0.3s; transform: rotate(0deg); right: 0px; }
.profile .ctnnt .btn span::before { margin-top: -7px; }
.profile .ctnnt .btn span::after { margin-top: 7px; }
.profile .ctnnt .btn.active span { animation: 0.3s ease-in-out 0s 1 normal forwards running to-arrow; }
.profile .ctnnt .btn.active span::before, .profile .ctnnt .btn.active span::after { width: 60%; right: -1px; }
.profile .ctnnt .btn.active span::before { transform: rotate(45deg); }
.profile .ctnnt .btn.active span::after { transform: rotate(-45deg); }
@keyframes to-hamburger { 
  0% { transform: translateY(-50%) rotate(-180deg); }
}
@keyframes to-arrow { 
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(180deg); }
}
.profile .box { width: 150px; height: 150px; opacity: 0; border-radius: 50%; position: absolute; top: 50%; right: -40%; transform: translate(-50%, -50%); transition-duration: 0.3s; }
.profile .box i { width: 50px; height: 50px; border-radius: 50%; background-color: rgb(236, 236, 236); font-size: 26px; text-align: center; line-height: 50px; position: absolute; left: 18px; top: calc(50px); box-shadow: rgb(186, 187, 188) 0px 0px 0.5rem; transition-duration: 0.3s; }
.profile .box i:hover { box-shadow: rgb(186, 187, 188) 0px 0px 0px 5px; transition-delay: initial !important; }
.profile .box.open { opacity: 1; }
.profile .box.open i { left: -275px; }
.profile .box.open i:nth-of-type(1) { transform: rotate(-90deg) translateX(120px) rotate(90deg); transition-delay: 0s; }
.profile .box.open i:nth-of-type(2) { transform: rotate(-135deg) translateX(120px) rotate(135deg); transition-delay: 0.1s; }
.profile .box.open i:nth-of-type(3) { transform: rotate(180deg) translateX(120px) rotate(180deg); transition-delay: 0.2s; }
.profile .box.open i:nth-of-type(4) { transform: rotate(45deg) translateX(120px) rotate(-45deg); transition-delay: 0.3s; }
.profile .box.open i:nth-of-type(5) { transform: rotate(90deg) translateX(120px) rotate(-90deg); transition-delay: 0.4s; }
.inp_search_bar { width: 200px; transition: width 0.4s ease-in-out; }
.inp_search_bar:focus { width: 300px; }
.container-suggestions { position: relative; display: inline-block; }
.suggest-items { position: absolute; margin-left: 20px; display: none; width: 300px; }
.suggestion { position: relative; opacity: 1; width: 100%; height: 100px; background-color: rgb(17, 17, 17); border-radius: 10px; padding: 10px; color: white; transform: translateX(0px); transition: 0.5s ease-out; margin-bottom: 10px; }
.suggestion.hide { opacity: 0; transform: translateX(100%); }
.suggestion:hover { cursor: pointer; transform: scale(1.03); box-shadow: black 0px 0px 1rem; }
.inside-suggestion { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 100%; width: 100%; }
.thumb-crack { width: 100%; height: 81%; border-radius: 10px; }
.see-more { position: absolute; width: 300px; height: 30px; background-color: rgb(17, 17, 17); color: white; text-align: center; line-height: 30px; border-radius: 10px; cursor: pointer; top: 0px; margin-left: 20px; margin-right: 20px; display: none; font-size: 17px; transition: 0.5s ease-out; }
.see-more:hover { background-color: rgb(236, 41, 41); color: black; transform: scale(1.03); box-shadow: rgb(236, 41, 41) 0px 0px 1rem; }