@import url('https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&display=swap');

body{
    background-color: #d2d2d2;
    color: #ffffff;
    width: 100%;
    height: 100%;
  }

li{
    list-style-type: disc;
    margin-left: 5%;
}

h1{
    font-size: 52px;
    font-family: Arial;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  
h2{
    font-size: 35px;
    font-family: Arial;
    margin-bottom: 0px;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  
h3{
    font-size: 15px;
    font-family: Arial;
  }
  
h4{
    font-style: underline;
    font-size: 35px;
    font-family: Arial
  }
  
h5{
    color : #ffffff;
    font-size: 10px;
    font-family: Arial
  }

.flex {
    display: flex;
}

.scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.global{
    background: #526490;
    width: auto;
    height: 750px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 2%;
    padding-left: 2%;
    justify-content: space-between;
    align-content: space-between;
    }

.fond-noir{
    background-color: #1f2d45;
    width: 100%;
    height: 100%;
}

.message{
    margin: 0 auto;
    width: auto;
    height: auto;
    background: #ff4949;
    color: #fff;
}

.gauche{
    width: 35%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    justify-content: space-between;
    align-content: space-between;
  }

.gauche-titre{
    width: auto;
    height: auto;
    text-align: center;
}


.gauche-gauche{
    width: 47%;
    height: auto;
}

.gauche-gauche-haut{
    background: #6a80b9;
    width: auto;
    height: 48%;
    margin-bottom: 2%;
    padding: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position:relative;
}

.gauche-gauche-bas{
    background: #6a80b9;
    width: auto;
    height: 50%;
    margin-top: 4%;
    padding: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position:relative;
}

.gauche-droite{
    background: #6a80b9;
    width: 46%;
    height: auto;
    padding: 3%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position:relative;
}

.droite{
    width: 63%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    justify-content: space-between;
    align-content: space-between;
  }

.droite-titre{
    width: 95%;
    height: 30px;
}

.inputBox1{
  width: 98%;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
}

.inputBox2{
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
}

.bouton-sql{
    background: rgb(44, 41, 103);
    width: auto;
    height: 55%;
    margin-bottom: 2%;
    padding: 2%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    justify-content: space-between;
    align-content: space-between;
}

.div-submit-bouton{
    width: auto;
    height: auto;
}

.case-boutton{
  bottom: 2%;
  position: fixed;
}

.submit-bouton{
    width: 100%;
    padding: 5px;
    background: rgb(73, 73, 151);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
}

.submit-bouton2{
  width: 100%;
  padding: 5px;
  background: rgb(73, 73, 151);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  margin-bottom: 2%;
  margin-top: 1%;
}

.bouton-console{
    background: rgb(44, 41, 103);
    width: auto;
    height: 43%;
    margin-top: 2%;
    padding: 2%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.test-login{
    background: #526490;
    width: auto;
    height: 750px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 2%;
    padding-left: 2%;
    justify-content: space-between;
    align-content: center;

}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

section 
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  overflow: hidden;
}

section .signin
{
  position: absolute;
  width: 400px;
  background: #222;  
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0,0,0,9);
}
section .signin .content 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
section .signin .content h2 
{
  font-size: 2em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
section .signin .content .form 
{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section .signin .content .form .inputBox
{
  position: relative;
  width: 100%;
}
section .signin .content .form .inputBox input 
{
  position: relative;
  width: 100%;
  background: #333;
  border: none;
  outline: none;
  padding: 25px 10px 7.5px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
section .signin .content .form .inputBox i 
{
  position: absolute;
  left: 0;
  padding: 15px 10px;
  font-style: normal;
  color: #aaa;
  transition: 0.5s;
  pointer-events: none;
}
.signin .content .form .inputBox input:focus ~ i,
.signin .content .form .inputBox input:valid ~ i
{
  transform: translateY(-7.5px);
  font-size: 0.8em;
  color: #fff;
}
.signin .content .form .links 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.signin .content .form .links a 
{
  color: #fff;
  text-decoration: none;
}
.signin .content .form .links a:nth-child(2)
{
  color: rgb(39, 53, 108);
  font-weight: 600;
}
.signin .content .form .inputBox input[type="submit"]
{
  padding: 10px;
  background: rgb(255, 255, 255);
  color: #000;
  font-weight: 600;
  font-size: 1.35em;
  letter-spacing: 0.05em;
  cursor: pointer;
}
input[type="submit"]:active
{
  opacity: 0.6;
}
@media (max-width: 900px)
{
  section span 
  {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}
@media (max-width: 600px)
{
  section span 
  {
    width: calc(20vw - 2px);
    height: calc(20vw - 2px);
  }
}