body {
    background: radial-gradient(circle 300vh, #160085, #1c279a);
    overflow-x: hidden;
    height: auto;
    position: relative;
}

#top-b {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 2%;
    padding: 20px 40px;
    border: 1px solid white;
    border-radius: 50px;
    border-width: 1;
    text-align: center;
    max-width: 90%;
    background-color: #006eff;
    z-index: 1;
}
.top-b_separator {
    display: inline-block;
    width: 8px;               /* diamètre du point */
    height: 8px;
    background-color: white;  /* couleur du point */
    border-radius: 50%;       /* cercle parfait */
    margin: 1px 15px;           /* espace autour du point */
    position: relative;
    bottom: 2px;
}



.top-b_button {
  background: none;
  border: none;
  font-family: "Baumans", system-ui;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  cursor:pointer;
}
.top-b_button:hover {
    transform: scale(105%);
    text-shadow: 0px 0px 10px white;
}
#top-k_button {
    position: absolute;
 font-family:"Engagement", cursive;
 left:1%;
 top: 10%;
 font-size: 250%;
 z-index: 2;
}
#top-k_button:hover {
    size: 105%;
}

.baumans {
  position: relative;
  font-family: "Baumans", system-ui;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  z-index: 1000;
}
#a-bar_c1 {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}
.a-bar_b {
    position: relative;
    width: 100px;
    height: 20px;
    animation-name: a-b;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    left: -20%;
    z-index: 10;
}
#a-bar_c1 {
    position: relative;
    top: 100px;
}

#headerText {
    left: 8vh;
    font-size: 450%;
    top: -6vh;
}

.selected {
    color: rgb(154, 154, 154);
}


@keyframes a-b {
    0% {left: -20%;}
    100% {left: 110%;}
}

.text {
    position:relative;
    font-family: "Baumans", system-ui;
    color: white;
    font-size: 25px;
}

.happy {
    font-family: "Baumans", system-ui;
    color: aqua;
    font-size: 200%;
}

.title {
    position: relative;
    font-family: 'Baumans';
    color: #757575;
    font-size: 55px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    z-index: 100;
}
.title::after {
  content: '';
  flex: 1;
  height: 5px;
  background-color: #757575;
  margin-left: 20px;
}
.subtitle {
    position: relative;
    font-family: 'Baumans';
    color: #9e9e9e;
    font-size: 35px;
    text-decoration: underline;
}

.text {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.7s ease-out;
}
.text.slide-in {
    opacity: 1;
    transform: translateX(-20px);
    width: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shining {
    0% {
        text-shadow: 0px 0px 0px white;
    }
    55% {
        text-shadow: 0px 0px 0px white;
    }
    60% {
        text-shadow: 0px 0px 5px white;
        color:white;
    }
    70% {
        text-shadow: 0px 0px 0px white;
    }
}

#top-b {
    background-color: #1a0080;
    z-index: 101;
}

.cyan {
    color: rgb(100, 255, 255) !important;
    text-decoration: none;
}
.red {
    color: rgb(255, 100, 100) !important;
    text-decoration: none;
}
.green {
    color: rgb(123, 255, 96) !important;
    text-decoration: none;
}
.gras {
    color: rgb(134, 134, 134) !important;
    text-decoration: none;
    font-size:115% !important;
}

.simpletext {
    font-family: "Montserrat";
}

.a-bar_c2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.text {
    opacity: 1;
    left: 2%;
}


.bottom {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: left;
  margin-top: 100px;
}


.bottom_hr {
  color: #00032c;
}

.bottom_text {
  color: #00032c;
  font-size: 35px;
  font-family: "Baumans", system-ui;
}


.shining-text span {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}



        .section {
            height: 100vh; /* 100% de la hauteur de la fenêtre */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 2em;
            color: white;
            text-align: center;
            transition: all 0.3 ease-in-out;
        }

        #top-section { background-color: #007bff; } /* Bleu */
        
        /* Conteneur principal de l'effet "sticky" */
        #sticky-wrapper {
            /* 100vh pour la hauteur de la boîte elle-même + 
               400vh (100vh * 4 arguments) pour un défilement uniforme. */
            height: calc(100vh + 400vh); 
            background: rgba(0,0,0,0);
            align-self: center;
            top: 50%;
            transition: all 0.3s ease;
            left: 50%;
            
        }

        /* La boîte qui devient "sticky" */
        #sticky-box {
            position: sticky;
            top: 25%;
            height: 60vh; 
            width: 60%;
            
            display:flex;
            justify-content: center;
            align-items: center;
            overflow: hidden; 
            background-color: #fff; /* Blanc */
            color: #343a40;
            font-size: 3em;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            align-self: center;
            transition: all 0.3 ease-in-out;
            left: 22%;
            z-index: 10;
            box-shadow: 0px 0px 25px white;
        }

        /* Le contenu qui va changer (Arguments) */
        #argument-display {
            transition: opacity 0.3s ease-in-out; /* Ajoute une transition pour le changement */
            padding: 20px;
        }

#g1 {
    background: radial-gradient(circle, #fe8a8a 0%, rgba(0,0,0,0) 40%);
    width: 250%;
    height: 50%;
    position: absolute;
    z-index: 2;

    left: 70%;             /* position du centre souhaité */
    transform: translateX(-50%); /* recentre le div */
}
#g2 {
    width: 100%; /* div à 100% du conteneur */
    height: 30%;
    position: absolute;
    z-index: 2;
    top: 30%;

    background: radial-gradient(circle at 20% center, #99a0ff 0%, rgba(0,0,0,0) 40%);
}
#g3 {
    width: 100%; /* div à 100% du conteneur */
    height: 30%;
    position: absolute;
    z-index: 2;
    top: 45%;

    background: radial-gradient(circle, #ea94ff 0%, rgba(0,0,0,0) 60%);
    left: 70%;             /* position du centre souhaité */
    transform: translateX(-50%); /* recentre le div */
}
#g4 {
    width: 100%; /* div à 100% du conteneur */
    height: 50%;
    position: absolute;
    z-index: 2;
    top: 40%;

    background: radial-gradient(circle at 20% center, #8ee8ff 0%, rgba(0,0,0,0) 40%);
}


.high {
    font-size: 13vh;
    text-shadow: 0px 0px 10px white;
}

.top-section {
    height: 60vh;
}

.login-box {
    display: flex;         /* active flex */
    align-items: center;   /* centre verticalement le contenu */
    height: 100%;          /* prend toute la hauteur du parent */
}



.login-button:hover {
    background-color: #274fc7; /* bleu plus foncé */
    transform: scale(1.05);    /* léger effet zoom */
    box-shadow: 0px 0px 12px whitesmoke;
}
.cyan:hover {
    text-shadow: 0px 0px 5px rgb(162, 247, 247);
}



a.shineletters span.lettershine {
    text-shadow: 0 0 5px #00aaff, 0 0 10px #00aaff, 0 0 20px #00aaff;
}

.discord_logo_lb {
    position: absolute;
    right: 10%;
    border-radius: 50%;
}

#loginmenu + div{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.5s ease;
  border: 1px solid #ccc;
  padding: 10px;
  width: 162.5px;
  position: absolute;
  background: white;
  top: 10px;
  border-radius: 25px;
  
background: #090e63;
}

#loginmenu.open + div {
  max-height: 200px;
  opacity: 1;
}

.login-button {
    display: flex;  
    align-items: center;   
    justify-content: space-between; 
    width: 180px;       
    
    margin-left: auto; 
    background-color: #0f2594;
    color: white;
    position: absolute;
    border: none;
    border-radius: 50px;
    padding: 10px 20px; 
    right: 1%;
    top: 8.5%;
    cursor: pointer;
    font-family: "Baumans", cursive;
    font-size: 30px;
    box-sizing: border-box;
    z-index: 2;

    box-shadow: 0px 0px 2px white;
}

#lmdrop {
    position: fixed;
    right: 0.87%;
    z-index: 1;
    background: #090963;
}


#menulist {
      list-style:none;
      padding-left: 12%;
      margin-bottom: 0;
      text-align: center;
      padding-top: 0px;
      margin-top: 62px;
}


.hshine:hover {
    text-shadow: 0px 0px 20px white;
}