* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
  outline: none;
}

:root {
  --bg-color: #151619;
  --text-color: #241251;
}

body {
  color: var(--text-color);
  background: linear-gradient(45deg, #8cdeff, #ffc4ff);
  height: 100vh;
}

#presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#presentation h1 {
  font-size: 4rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5rem;
}

#liste {
  display: flex;
  padding-left: 30vh ;
  padding-right: 30vh ;
  justify-content: space-between;
  align-items: center;
}

.box-liste {
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: rgb(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  position: relative;
 
}

.inputs {
  background: rgba(255, 255, 255, 0.3);
  padding: 1.5rem;
  border-radius: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 10px solid rgba(255, 255, 255, 0.3);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  
  gap: 10px;
 
  h3 {
    color: var(--text-color);
    font-weight: 800;
    font-size: 2rem;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  input {
    background:transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 200px;
    height: 50px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    margin-bottom: 2px;
    text-align: center;
    font-size: 1.5rem;
  }
  ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;

  }
}

::placeholder {
  color: white;
}

input:hover,
input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

.drop {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
}

.drop-1 {
  height: 80px;
  width: 80px;
  bottom: -20px;
  left: -30px;
}

.drop-2 {
  height: 80px;
  width: 80px;
  bottom: 190px;
  right: 0px;
  z-index: -1;
}

.drop-3 {
  height: 100px;
  width: 100px;
  top: 200px;
  left: -20px;
  z-index: -1;
}

.drop-4 {
  height: 100px;
  width: 100px;
  top: -50px;
  left: -30px;
}

.drop-5 {
  height: 60px;
  width: 60px;
  top: -20px;
  left: 185px;
  z-index: -1;
}

.button-genere a {
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  border-radius: 50px;
  padding: 15px 30px;
  cursor: pointer;
  color: var(--text-color);
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255);
  border-top: 1px solid rgba(255, 255, 255);
  border-right: 1px solid rgb(18, 17, 17, 0.2);
  border-bottom: 1px solid rgb(10, 9, 9, 0.2);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    transition: 
    1s background-color linear,
    0.5s color linear;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.button-genere a:hover {
  
    background-color: #413c69;
    box-shadow: 0px 0px 15px 1px  rgba(255, 255, 255);
    color: rgba(255, 255, 255);
  
}
#saveNames{
  font-size: 1.5rem;
  font-weight: 700;

  padding: 10px;
  border-radius: 50px;
  color: var(--text-color);
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255);
  border-top: 1px solid rgba(255, 255, 255); border-right: 1px solid rgb(18, 17, 17, 0.2);
  border-bottom: 1px solid rgb(10, 9, 9, 0.2);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);

  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
#resetFields{
  font-size: 1.5rem;
  font-weight: 700;
  
  padding: 10px;
  border-radius: 50px;
  color: var(--text-color);
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255);
  border-top: 1px solid rgba(255, 255, 255); border-right: 1px solid rgb(18, 17, 17, 0.2);
  border-bottom: 1px solid rgb(10, 9, 9, 0.2);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  cursor: pointer;

}
.boutons-inputs{
 display: flex;
 gap: 10px;
 justify-content: center;
 margin: 1.5rem;
}
#resetFields:hover, #saveNames:hover{
  background-color: #413c69;
  box-shadow: 0px 0px 15px 1px  rgba(255, 255, 255);
  color: rgba(255, 255, 255);
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: -1000;
}

.line {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.line-1 {
  z-index: 15;
  opacity: 0.5;
}

.line-2 {
  z-index: 10;
  opacity: 0.7;
}

.line-3 {
  z-index: 5;
  opacity: 0.9;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave1 {
  -webkit-background-size: 50% 80px;
  background-size: 50% 80px;
}

.wave2 {
  -webkit-background-size: 50% 100px;
  background-size: 50% 100px;
  animation: animate 12s linear infinite;
}

.wave3 {
  -webkit-background-size: 50% 80px;
  background-size: 50% 80px;
  animation: animate 18s linear infinite;
}

@keyframes animate {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.5);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@media (min-width:1281px){

  .inputs{
    input{
      width: 150px;
      height: 70px;
      font-size: 20px;
    }
    h3{
      font-size: 3rem;
    }
  }

  #presentation h1{
    padding: 3rem;
  }

  #resetFields{
    padding: 25px;
    font-size: 20px;
  }

  #saveNames{
    padding: 10px;
    font-size: 20px;
  }
.boutons-inputs{
  margin: 30px;
}
  .inputs{
    width: 75vh;
    height: 75vh;
  }
  
  .button-genere a{
  font-size: 3rem;
  padding: 20px 30px;
  }
  
  #liste{
    padding-left: 30vh ;
    padding-right: 30vh ;
  }

}

@media (max-width:1280px){

.inputs{
  input{
    width: 80px;
    height: 40px;
    font-size: 15px;
  }
}
#presentation h1{
  padding: 0;
  font-size: 3rem;
}
#resetFields{
  padding: 8px;
  font-size: 1rem;
}
#saveNames{
  padding: 8px;
  font-size: 1rem;
}
.boutons-inputs{
  margin: 0;
}
.inputs{
  width: 70vh;
  height: 80vh;
}

.button-genere a{
font-size: 2rem;
padding: 10px 20px;
}

#liste{
  padding-left: 30vh ;
  padding-right: 30vh ;
}

}
