* {
    font-family: 'Inter', sans-serif;
}




.table_test {
    border: 1px solid black;

    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    position: static;


    
}




.carre_blc2 {
    width: 85%;
    position: relative;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    min-height: 10px;
    padding-top: 10px;

}
.input_table {
    width: 100%;
    border: none;
    height: 100%;
    
   

}

input {
    margin-right: 8px;
}
.configuration_p {
    font-size: large;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
    font-weight: 700; 
    font-size: calc(1rem + 0.5vw);
}
label {

    display: inline-block;
    max-width: max-content;
}
.div_choix_liste {
    padding-bottom: 10px;
}
.btn_valider, .btn_soumettre {
    margin-top: 10px;
    background-color: #374F9F;
    border: none;
    border-radius: 5px;
    width: 70px;
    height: 30px;

}
.btn_soumettre:hover, .btn_valider:hover, .btn_reco:hover, .retest:hover {
    color: white;
    cursor: pointer;
    font-weight: 700
    

}



.table_test {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    position: static;


    

}
.ul_choix_liste {
    list-style: none;

    top: 0px;
    position: relative;

    display: block;
    margin-bottom: 10px;
    margin-top: 10px;

}
.p1 {
    display: block;
    position: relative;
    top: -10px;
    
}
.p2 {
    display: block;
    position: relative;
    top: 0px;
}
.img_menu_deroulant {
    width: 15px;
    top: 2px;
    position: relative;
}
.li_choix_liste {
    min-width: 100px;

    
   
}

.td_test {
    border: 1px solid black;
    width: 100px;
    padding: 0 0 0 0;
    height: 30px;
    padding-left: 1px;
    
}

.btn_reco {
    margin-top: 10px;
    background-color: #374F9F;
    border: none;
    border-radius: 5px;
    width: 100px;
    height: 30px;
}
.retest {
    margin-top: 10px;
    margin-right: 10px;
    background-color: #374F9F;
    border: none;
    border-radius: 5px;
    width: 80px;
    height: 30px;
    
}

.input_code,.input_userProf {
    display: block;
}

.hidden_or_not_admin {
    display: none;
    

}
.btn_to_visible {
    display: block;
    margin-top: 10px;
}
.join_btn:hover {
    cursor: pointer;
    font-weight: 700;
}
.anticheat_div {
    margin-bottom: 10px;
}

@keyframes p {

    0% {
        background-position: 144px 0;
    }
    25% {
        background-position: -144px 0;
    }
   
    50% {
        background-position: 0 0;
    }
    75% {
        background-position: 144px 0;
    }
    100% {
        background-position: 0 0;
    }
      
  }
  @keyframes p2 {

    0% {
        background-position: 188px 0;
    }
    
    100% {
        background-position: 0 0;
    }
      
  }
  @keyframes change_cote {
    0%{
        border-image-slice: 0 0 0 0;
        border-color: transparent;
        
       
    }
    50%{
        border-image-slice: 0 0 5 0;
        border-color: #374F9F;
    }
  } 
  @keyframes incorrect {
    0%{
        transform: translate(-20px);
     
    }
    25% {
        transform: translate(20px);
    }
    50%{
        transform: translate(-20px);
    }
    75% {
        transform: translate(20px);
    }
    100%{
        transform: translate(-20px);
    }
  } 
 
  .p_acceder_ql {
    background-image: linear-gradient(to left, #374F9F, #42A5F5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: p 8s ease-in-out infinite forwards;
  
 
  }
  .pVersion {
    width: 188px;
    position: relative;
    left: calc(50% - 94px);
    background-image: linear-gradient(to right, #374F9F, #1a8aec);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: p2 3s ease-in-out infinite forwards;
  }
  .input_username, .input_id {
   
    border: 2px solid transparent;
    border-style: solid;
   
    border-radius: 8px;
    background-color: white;
    color: #374F9F;
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    animation: change_cote 3s linear infinite;

    
    
    margin-bottom: 10px;
    
    
    
  }
  .input_username::placeholder, .input_id::placeholder{
    font-size: 16px;
  }
  .input_username[type="text"], .input_id[type="text"]{
    font-size: 18px;
  }

  .ok {
    border: none;

    background-color: #343f64;
    color: white;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    top: -2px;
    position: relative;
    cursor: pointer;
  }
  .ok:hover {
    font-weight: 700;
    font-size: 15px;
  }
  .ligne  {
    height: 2px;
    width: 100%;
    background-color: black;

    position: static;
    margin-top: 5px;
    margin-bottom: 10px;
 
  }
  .btn_to_visible {
    color: white;
    background-color: #374F9F;
    border: none;
    width: 150px;
    height: 20px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 100px;
  }
  .btn_to_visible:hover {
    font-weight: 700;
    font-family: 15px;
  }
  .li_choix_liste {
    user-select: none;
  }

  @media only screen and (max-width: 410px) {
  .input_username, .input_id {
    width: 100%;
  }
  
}

    
    

  
  @keyframes move {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(10px);
    }
   
    
  }
  
  .p1Points {
    font-weight: 700;
    font-size: large;
  
  
    position: absolute;
    display: inline;
    animation: infinite alternate move 1s ;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .p2Points {
    font-weight: 700;
    font-size: large;
  
  
    position: absolute;
    display: inline;
    left: 20px;
    animation: infinite alternate move 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;

  }
  .p3Points {
    font-weight: 700;
    font-size: large;
  
  
    position: absolute;
    display: inline;
    left: 30px;
    animation: infinite alternate move 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .divPoints {
    left: 50%;
    position: relative;
  }