*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    background-color: rgb(0, 0, 0);
    z-index: -2;
}
.header{
    height: 100px;
    width: 99%;
    background: #1c1c1c;
    font-family: leelawadee;
    margin: 2px;
    
}
ul{
    list-style: none;   
    display: inline-flex;
    margin-left: 48%; 
    padding: 22px;
    
  
}
ul li{

    padding: 18px;
    align-content: space-between;
    font-size: 22px;
    


}
ul li a{
    text-decoration: none;
    color: snow;
    padding: 20px;
    transition: 0.4s;
    
}
ul li a:hover{
    background: rgba(147, 241, 234, 0.4);
    color: rgb(213, 233, 182);
    border-radius: 15px;
    
    font-size: 18px;
}
.et{
    width: 170px;
    height: 30px;
    border-right: 1px solid #fff;
    color: yellowgreen;
    align-items: center;
    text-align: center;
    text-decoration: 0;
    margin-top: 40px;
    margin-left: -235px;
    font-size: 20px;
    transition: 00.4s;
    position: absolute;
}
.et:hover{
    background-color: #15506b;
}
.et2{
    width: 150px;
    height: 30px;
    border-left: 1px solid #fff;
    color: yellowgreen;
    align-items: center;
    text-align: center;
    text-decoration: 0;
    margin-top: 40px;
    margin-left: -66px;
    font-size: 20px;
    transition: 00.4s;
    position: absolute;
}
.et2:hover{
    background-color: #15506b;
}
.tokos{
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin-top: -100px;
    width: 300px;
   border-right: 1px solid rgba(255, 255, 255, 0.8);
    height: 93px;
    margin-left: 50px;
    

}
.yo{
    font-size: 24px;
    color: turquoise;
}
#use{
    background: rgba(147, 241, 234, 0.4);
    color: greenyellow;
    transition: 0.4s;
    border-radius: 15px;
    font-family: Algerian;
    font-size: 18px;
}
#use:hover{
    background: #0c2d30;
    color: rgb(224, 235, 209);
    transform: scaleX(1.5);
    font-family: Algerian;
    font-size: 18px;
}
.barre{
    background: rgb(0, 0, 0);
    width: 90px;
    height: 5px;
    border-radius: 2px;
    margin: 0 auto;
}
.formulaire{
    width: 100%;
    height: 100%;
    padding: 25px;
    align-items: center;
    

    
}
.formulaire form{
    width: 85%;
    height: 100%;
    padding: 30px;
    border-radius: 25px;
    margin: 0 auto;
    display: table;
    box-shadow: inset 0 0 25px rgba(42, 22, 22, 0.2);
    background: #1c1c1c;
}
h2{
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid orange;
    color: snow;
}
label,span{
    font-size: 17px;
    color: snow;
}
.star{
    color: orange;
    font-size: 20px;
    margin-left: 3px;
    font-weight: bold;
}
.formulaire .form1  {
width: 40%;
display: inline-block;
margin: 50px;
}
.formulaire .form2{
    width: 40%;
    display: inline-block;
    margin: 50px;
    
    }

.input{
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 6px;
    border: 1px solid black;
    
}
.input:focus,textarea:focus{
    border: 2px solid orange;
    font-weight: bold;
}

textarea:focus{
    border: 2px solid orange;
    font-weight: bold;
}
textarea:hover,.input:hover{
    border: 2px solid orange;
    font-weight: bold;
}
.inputpro{
    width: 100%;
    height: 30px;
    outline: none;
    border-radius: 6px;
    border: 1px solid #bebcbc;
    resize: none;
   
}

.bouton input{
    width: 90%;
    padding: 8px;
    background: rgb(3, 100, 46);
    color: rgb(255, 255, 255);
    font-size: 19px;
    border: none;
    border-radius: 10px;
    transition: .4 all ease-in;
    margin: 0 auto;
    display: table;
    cursor: pointer;
}
.click{
    transition: 0.6s ;
}
.click:hover{
background: rgb(2, 20, 2);
color: greenyellow;
}

/* code du parcourue */
.btn_add{
    width: fit-content;
    margin-bottom: 20px;
    background-color: #2bc48a;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: 0;
    transition: 0.4s;
}
.btn_add:hover{
    background-color: #105239;
    transform: scaleX(1.2);
}
.btn_change{
    width: fit-content;
    margin-bottom: 20px;
    background-color: #2c9fd4;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: 0;
    margin-top: 10px;
    font-size: 13px;
    transition: 00.4s;
}
.btn_change:hover{
    background-color: #15506b;
    transform: scaleX(1.2);
}
.btn_plus{
    width: fit-content;
    margin-bottom: 20px;
    background-color: #cf0a8e;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: 0;
    margin-top: 10px;
    font-size: 13px;
    transition: 00.4s;
}
.btn_plus:hover{
    background-color: #810056;
    transform: scaleX(1.2);
}
.btn_delete{
    width: fit-content;
    margin-bottom: 20px;
    background-color: #a03434;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: 0;
    border-radius: 6px;
    text-decoration: 0;
    margin-top: 10px;
    font-size: 13px;
    transition: 0.4s;


}
.btn_delete:hover{
    background-color: #571212;
    transform: scaleX(1.2);
}
table{
    border-collapse: collapse;
    color: turquoise;
    background:   linear-gradient(75deg,#1c1c1c,rgba(0, 0, 0, 0.2));
   border-radius: 5px; 
   width: 100%; 
     
}

th{
    font-size: 16px;
    border-bottom: 3px solid #352609;
    padding: 5px 20px;
    font-weight: 500;
    border-right: solid 1px black;
   background: #1c1c1c;
   width: 100%;  
   color: white;
   font-weight: bold;
}
td{
    font-weight: bold;
    padding: 5px 30px;
    font-size: 14px;
    text-align: center;
    width: 100%; 
}
.cum{
   min-width: 150px;
  
}
tr{
    width: 100%; 
}
tr:nth-child(2n){
    background-color: black;
    width: 100%; 
}
tr:nth-child(2n) td{
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    
}
.contenair{
    margin-left: 5% ;
    padding: 90px;
}

.video{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(8xp);
   filter: blur(8px);
}
.video2{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    width: 100%;
   filter: blur(8px);
}

.video3{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    width: 100%;
   filter: blur(8px);
   background-size: cover;
}
/*pour l'acceuil*/
.net{
    background: #1c1c1c;
    align-items: center;
    justify-content: center;
    width: 800px;
    margin: 5% 25%;
    height: 400px;
    border-radius: 50px;
    box-shadow: 2px 2px rgb(10, 9, 9);
}
.bi{
    color: rgb(131, 104, 92);
    font-size: 50px;

}
.para{
    color: white;
    font-size: 30px;
    margin-left: 30px;
}
.button{
    color: red;
    border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    
}
.button:hover{
    border: 1px solid blue;
    color: chartreuse;
    background: darkcyan;
}

/*LE CODE DE L'AIDE*/
.zone1{
    background-color: #15506b;
    width: 600px;
    display: inline-flex;
    height: 600px;
    border: solid 1px black;
    margin-left: 20px;
}
.parade{

   font-size: 30px;
  
}
.zone2{
    background-color: #15506b;
    width: 300px;
    display: inline-block;
    height: 600px;
    border: solid 1px black;
    margin-bottom: 20px;
    margin-left: 20px;
}
.lite{
    width: 599px;
    height: 390px;
    position: relative;
    filter: blur(1px);
    transition: 00.5s;
  
}
.lite:hover{
    filter: blur(0px);
    width: 599px;
    height: 390px;
}
.litez{
    color: snow;
    font-size: 17px;
    
}