*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(login.jpg);
    background-size: cover;
}
.header{
    width: 100%;
    background: rgb(255, 239, 218);

}
.DECO{
    background: #22201d;
    color: #fff;
    width: 80px;
    text-align: center;
    text-decoration: none;
    height: 25px;
    border-radius: 25px;
    transition: ALL 0.4s;
}
.DECO:hover{
    transform: scaleX(1.5);
    background: #192438;
}
ul{
    color: coral;
    list-style: none;   
    display: inline-flex;
    margin-left: 48%; 
    padding: 22px;
    font-size: 22px;
}
ul .li{

    padding: 25px;
    font-size: 22px;
}
ul .li .a{
    color: rgb(192, 45, 143);
    text-decoration: none;
    font-size: 18px;
    width: 40px;
    height: 30px;
    font-size: 22px;
    transition: all 0.6s;
}
ul .li .a:hover{
    border-bottom: 3px solid black;
    color: rgb(87, 11, 11);
}
.top{
   
width: 170px;
height: 160px;
margin-top: -160px;
margin-left: 360px;
}
img{
    width: 160px;
    height: 130px;
}
h2{
    font-size: 30px;

}
#use{
    border-bottom: 3px solid rgb(187, 180, 180);
    color: rgb(95, 53, 53);
}
.table{
margin-top: 200px;
width: 100%;
height: fit-content;
font-size: 22px;
}
table{
    border-collapse: collapse;
    width: 100%;
    background: rgba(2, 2, 1, 0.884);
}
th,td{
   border: none; 
  text-align: center;
  padding: 5px;
  color: snow;
}
th{
    color: steelblue;
    border-bottom: 3px solid #22201d;
    padding: 5px 20px;
    
}
tr:nth-child(2n){
    background: rgba(66, 40, 40,0.5);
    border-left: none;
    border-right: none;
}

.ajouter{
    width: 200px;
    margin-bottom: 20px;
    margin-left: 30px;
    background-color: #2bc48a;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.4s;
}
.ajouter:hover{
    background-color: #105239;
    transform: scaleX(1.2);
}
.btn1{
    background: aqua;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    color: black;
    border-radius: 25px;
    font-size: 22px;
}
.btn1:hover{
    
    background: rgb(22, 102, 102);
}
.btn2{
    background: rgb(255, 0, 0);
    padding: 3px;
    text-align: center;
    text-decoration: none;
    color: black;
    border-radius: 25px;
    font-size: 22px;
}
.btn2:hover{
    
    background: rgb(102, 22, 22);
}






/*code d'ajouter*/
.form{
    background-color: #f6f8f8;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width: 420px;
    margin-left: 35%;
    margin-top: 10%;
}
.form form{
    display: flex;
    width: 350px;
    flex-direction: column;
}
.btn_back{
    width: 110px;
    margin-bottom: 20px;
    background-color: #a03434;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: none;
  transition: 0.4s;
}
.btn_back:hover{
    background-color: #571212;
    transform: scaleX(1.2);
}
.erreur_message{
    color: red;
    font-size: 12px;
}
.label{
    margin-top: 5px;
    text-transform: uppercase;
}
.input{
    padding: 5px;
    border: 1px solid #999;
    outline: 0;
    margin-top: 2px;
}
.input:focus{
    border: 1px solid #ffcb61;
}
input[type="submit"]{
margin-top: 25px;
background-color: #2bc48a;
border: 1px solid #21664c;
cursor: pointer
color #fff;
text-transform: uppercase;
padding: 8px;
}
input[type="submit"]:hover{
    cursor: pointer;
    background-color: #197552;
border: 1px solid #103326;
}


.form2{
    background-color: #f6f8f8;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width: 420px;
    margin-left: 35%;
    margin-top: 3%;
}
.form2 form{
    display: flex;
    width: 350px;
    flex-direction: column;
}























