*{
	margin: 0;
	box-sizing: border-box;
	padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
   background-color: #f2f2ee;
}

head{
  margin: 0;
  top: 0;
  padding: 0;
}

main{
   margin: 0;
  top: 20px;
  padding: 0;
  background-color: lightgray;
  position: relative;
}


section{
 background-color: white;
 margin: 30px;
 position: relative;
 top: 10px;
 padding: 20px;
 border-radius: 10px;
 display: block;
}

footer{
  margin: 0;
  padding: 0;
  background-color: rgba(0, 10, 100, 1.0); 
  position: relative;
  z-index: 1;
}

p{
  font-size: 20px;
  color: black;
  font-weight: bold;
}


a{
  text-decoration: none;
}

.fa-solid.fa-house{

  font-size: 40px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 2%;

}




.fa-solid.fa-chart-simple{

  color: white;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 50px;
  margin: 0 2px;

}

.fi.fi-br-envelope-dot{

  color: white;
  font-size: 30px;
  position: absolute;
  top: 1px;
  right: 90px;
  margin: 0 2px;

}

.fa-solid.fa-video{
   font-size: 40px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 95%;
}



.fa-solid.fa-power-off{
   color: red;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 4%;
  margin: 0 2px;

}


.titre1{
  text-align: center;
  font-size: 30px;
  margin: 30px;
  color: royalblue;

}

.sous-titre{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding: 10px;
  z-index: 0;
}

.form-center{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    background-color: #f2f2ee;
  background: linear-gradient(-45deg, rgba(0, 0, 100) 50%, #f2f2ee 50%);


}

.form-img{
	
	display: flex;
	align-content: center;
	 width: 700px; 
	 height: 300px;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 10px; 
    text-align: center;

}


.form-img img {
    width: 400px;
    height: 250px;
    border-right: 1px solid gray;
    
}

.form-input{
	display: block;
	 margin-top: 20px;
	 width: 100%;
	 padding: 10px;
	 margin-top: 20px;


}

.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-input input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0, 10, 100, 1.0);  
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.9s ease;
}

.form-input input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scaleY(1.1);
}


.form-input p{
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  color: rgba(100, 150, 0, 1.0);
}



.form-input span{
	text-align: left;
}

.text-register{
	color: rgba(100, 150, 0, 1.0);
	text-decoration: none;
}











.form-register p{
	color: rgba(100, 150, 0, 1.0);
	font-weight: bold;
	font-size: 20px;

	
}

.form-input1 span{
  font-size: 15px;
  font-weight: bold;

}



.form-register {
  width: 60%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  max-width: 600px;
  margin: 0 auto;
}

.form-register input,
.form-register select {
  width: 100%; 
  box-sizing: border-box; 
  margin-bottom: 0px; 
}


.form-input1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
   
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-input1 p{
  grid-column: span 2;
  text-align: center;
}

.form-input1 span{
grid-column: span 2;
border-bottom: 1px solid grey;grid-column: ;
margin-top: 10px;
}

.form-input1 input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-input1 select{
	padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
        border: 1px solid gray;
}

.form-input1 input[type="submit"] {
  grid-column: 2;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: rgba(0, 10, 100, 1.0);  
  cursor: pointer;
  border-radius: 5px;
}

.form-input1 input[type="submit"]:hover {
  background-color: #0056b3;
}

.bt-connect{
  position: absolute;
  background-color: white;
  top: 40px;
  right: 50px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 10%;
  height: 5%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
}

.bt-connect:hover{
   transform: scale(1.1);
}

.fa-solid.fa-arrow-left{

   position: absolute;
  background-color: white;
  top: 40px;
  right: 50px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 10%;
  height: 5%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: none;
}

.header {
  background-color: rgba(0, 10, 100, 1.0);
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center; 
}

.header img{
  width: 150px;
  height: 100px;
}

.header h1{
  font-size: 30px;
  color: white;
  padding: 20px;
  align-items: center;
  align-content: center;

}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    width: 300%;
    animation: carousel 200s infinite;
    height: 350px;
}

.carousel-image {
    width: 33.33%;
}



@keyframes carousel {
    0% { transform: translateX(0); }
    33% { transform: translateX(-33.33%); }
    66% { transform: translateX(-66.66%); }
    100% { transform: translateX(-100%); }
}


.profil{
  display: flex;
  position: absolute;
  right: 2%;
  top: 4%;

}
.codeE{
  color: white;
  font-size: 15px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 20px;
}

.fa-solid.fa-circle-user{
  color: white;
  font-size: 40px;
 
}

.fa-solid.fa-home{
  color:#0056b3;
  font-size: 30px;
  position: absolute;
  top:40px;
  left: 50px;
}

.fiche-cours{
  margin:0px 100px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
  display: flex;
  margin-bottom: 20px;
  width: 80%;
  
}



.fiche-content p{
  font-size: 15px;
  margin-bottom: 10px;
  color:  black;
  font-weight: normal;
  
}

.fiche-content h1{
  font-size: 40px;
  color: rgba(0, 10, 100, 1.0);
  font-weight: bold;
 
}

.foot-matiere{
  
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.foot-matiere p{
  margin-right: 10px;
  color: gray;
  font-weight: normal;

}

.fiche-img{

   align-items: center;
  align-content: center;
}

.fiche-img img{
  width: 200px;
  height: 200px;
  border-radius: 10px;
  
}

.fiche-content{
  display: block;
  margin-left: 20px;
}



.categorie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
   justify-content: center;
    align-items: center;
}

.doc{
  color: white;
  border: 1px solid black;
  flex-basis: 50;
  padding: 0 150px;
  background-color: rgba(0, 10, 100, 1.0);
}

.doc p{
  padding: 20px;
  color: white;
  transition: transform 0.9s ease;
}

.doc p:hover{transform:scale(1.1); }


.dev{
   color: white;
   border: 1px solid black;
   flex-basis: 50;
   padding: 0 150px;
}

.dev p{
  padding: 20px;
  color: rgba(0, 10, 100, 1.0);
  transition: transform 0.9s ease;
}

.dev p:hover{transform:scale(1.1); }

.element{
    width: 100%;
   
    border:;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
      


}

.element-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: royalblue;
    border-radius: 5px;
    padding: 5px; 
    
}

.element-title, .element-date {
     
    font-size: 20px;
    font-weight: bold;
    color: white;

}

.fiche{
  display: flex;
  
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.fiche-image{
 
 align-items: center;
 align-content: center;
}

.fiche-image img{
  width: 200px;
  height: 200px;
 
}

.fiche img{
  width: 150px;
  height: 150px;
}

.fiche-text{
  
  align-items: center;
  align-content: center;
  font-size: 20px;
  color: blue;
}

.fiche-desc{
  margin: 5px;
  font-size: 15px;
  color: black;
}

.fiche-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px; 

}

.fa-solid.fa-plus{

  position: fixed;
  top: 550px;
  right: 50px;
    background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: none;
  z-index: 999;
}

.bt-devoir{
  position: fixed;
  top: 550px;
  right: 50px;
}



.bt-devoir a button{
  background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
}

.bt-devoir a button:hover{ transform: scale(1.1);}

  .form-doc {
        width: 60%;
        margin: auto;
        padding: 30px 20px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;

    }

    .add-doc {
        display: flex;
        flex-direction: column;
    }

    .add-doc h1 {
        text-align: center;
        margin: 20px;
        color: #0056b3;
    }

    .add-doc input[type="text"],
    .add-doc select,
    .add-doc input[type="file"] {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        border: 1px solid gray;
    }

    .add-doc input[type="submit"] {
        width: 30%;
        padding: 10px;
        background-color:rgba(0, 10, 100, 1.0);
        color: white;
        border: none;
        cursor: pointer;
         border-radius: 5px;
         margin-left: 70%;
    }

    .add-doc input[type="submit"]:hover {
        background-color:  #0056b3;
    }


.pic-profil{
  width: 100%;
  position: relative;
   
}

.pic-profil img{
   background-color: lightgray;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-left: 43%;
} 



.info-profil{
padding: 20px;
margin: 50px;
margin-left: 20%;
}

.sec-info p{ 

  color: gray;
  font-size: 20px;
  
}

.sec-info span{
  color: black;
  font-size: 20px;
  
  font-weight: bold;

 
} 

.sec-info{
  display: flex;
  margin-bottom: 10px;
  border:1px solid gray;
  padding: 10px;
  border-radius: 10px;
  width: 80%;


}



.qr-profil img{
   background-color: lightgray;
  width: 300px;
  height: 300px;
  border-radius: 10%;
  margin-left: 40%;
}

.pic-img{
  position: absolute;
  top: 180px;
  left: 57%;
}

.pic-form input[type="submit"]{
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 210px;
  left: 49%;
}


.verify-cont{
  display: flex;
  
  position: relative;
}

.verify-menu{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;

}

.verify-menu ul{
  list-style-type: none;
  background-color: white;
}

.verify-menu ul li{
color: rgba(0, 10, 100, 1.0);
padding: 10px;
 font-size: 20px;
 font-weight: bold;
 background-color:white; 
 }

.verify-menu .active{
  color: white;
padding: 10px;
 font-size: 20px;
 font-weight: bold;
 background-color: rgba(0, 10, 100, 1.0);
 
}

.verify-object{
 flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: auto;

}

table {
  border-collapse: collapse;
  width: 100%;
}

.verify-object th{
 color: white;
background-color:rgba(0, 10, 100, 1.0);
font-size: 15px;
padding: 5px 10px;

}


.verify-object  td{
 color: black;
 background-color: white;
 text-align: center;


}



.select-verify{
  
  margin: 20px;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
}

.form-verify select{
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  background-color: white;
  border:  1px solid gray;
}

.form-verify input[type="submit"]{
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.9s ease;
}

.info-profil input{
  width: 50%;
  border-radius: 5px;
  padding: 5px;
  color: blue;
  margin-left: 5px;
}

.form-modify input{
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;

}

.form-modify input[type='submit']{
 background-color:royalblue;
 color: white;
 width: 20%;
}




.fa-regular.fa-trash-can{
  color: red;
  font-size: 15px;
}


.statut-etudiant{
   font-size: 30px;
   text-align: center;
   border: 2px solid gray;
   padding: 20px;
   margin-top: 20px;
   font-weight: bold;
}

.code-etudiant{
  font-size: 20px;
   text-align: center;
   color: royalblue;
}

.fa-solid.fa-xmark{
  color: red;
  font-size: 40px;
}

.fa-solid.fa-check{
 color: green;
  font-size: 40px;
}


#jitsi-container{

  width: 100%;
  height: 500px;  
  position: relative;

}

.btn-saveP{
  position: relative;
  color: white;
  background-color:rgba(0, 10, 100, 1.0);
  font-size: 15px;
  border-radius: 10px;
  padding: 7px;
  margin: 10px 10px;
  font-weight: bold;

}

.select-verify1 {
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  align-items: center; 
  align-content: center;
  margin-left: 1%;
  margin-bottom: 20px;
}

.select-verify1 input,
.select-verify1 select{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 8px;
}

.select-verify input{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 8px;
 align-items: center;
 align-content: center;
}


.count{
  color: green;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid blue;
  margin-left: 95%;
  padding: 10px 10px;
  border-radius: 100%;
}



.option-bas {
    display: flex;
    justify-content: space-between; 
    gap: 200px; 
    margin: 0px; 
}




.option-bas input{
  text-decoration: none;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;



}

.flaticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: -50px;
    left: 95%;
  position: absolute;
    cursor: pointer;
    
  
}



.flaticon1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    bottom: 0px;
    left: 90%;
  position: absolute;
    cursor: pointer;
    
  
}





a.flaticon1 {
  display: inline-block;
  padding: 10px 15px;
  
  color: royalblue; 
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 30px;
}

a.flaticon1 i {
  pointer-events: none; 
}


button.flaticon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: royalblue;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 30px;
}

button.flaticon i {
  pointer-events: none;
}


/* Centrage général et fond crème */
.form-center0 {
    background-color: #fdfcf7; /* blanc crème */
    width: 100%;
    min-height: 100vh; /* occupe tout l'écran */
    display: flex;
    justify-content: center;
    align-items: center;
}


.form-input0 {
    background-color: #ffffff; /* fond blanc */
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colonnes égales */
    gap: 10px; /* espace entre les champs */
}

/* Le titre du formulaire prend toute la largeur */
.form-input0 p {
    grid-column: 1 / -1; /* occupe les 2 colonnes */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #001f3f;
}

.languefield {
    display: block;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
    gap: 10px; /* espace entre les checkbox */
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fafafa; /* léger fond gris */
    border: 1px solid #eee;
    grid-column: 1 / -1;

}

.form-input0 input[type="submit"] {
    grid-column: 1 / -1;      /* occupe toute la largeur du formulaire pour le centrer */
    width: 50%;               /* largeur 70% */
    margin: 10px auto 0 auto; /* espace en haut et centré horizontalement */
    padding: 12px;
    background-color: #001f3f; /* bleu ciel */
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    display: block; 
    font-weight: bold;

}


/* Style commun pour tous les inputs et selects */
.form-input0 input[type="text"],
.form-input0 input[type="tel"],
.form-input0 input[type="email"],
.form-input0 select {
    width: 100%;                /* occupe toute la colonne */
    padding: 5px 10px;         /* espace interne confortable */
    margin-bottom: 5px;        /* espace entre les champs */
    border: 1px solid #ccc;     /* bord gris clair */
    border-radius: 8px;         /* coins arrondis */
    font-size: 12px;
    color: #000;                /* texte noir */
    box-sizing: border-box;     /* inclut padding dans la largeur */
    transition: 0.3s;           /* transition pour focus */
}

/* Focus : mettre une bordure bleu clair */
.form-input0 input[type="text"]:focus,
.form-input0 input[type="tel"]:focus,
.form-input0 input[type="email"]:focus,
.form-input0 select:focus {
    outline: none;               /* supprime le contour par défaut */
    border: 2px solid #4fc3f7;  /* bordure bleu ciel */
    box-shadow: 0 0 5px rgba(79,195,247,0.5);
}


/* Style des fieldsets */
.form-input0 fieldset {
    border: 1px solid #eee;        /* bord fin gris clair */
    border-radius: 10px;           /* coins arrondis */
    padding: 15px 20px;            /* espace interne */
    background-color: #fafafa;     /* fond léger */
    margin-bottom: 15px;           /* espace avec le champ suivant */
}

/* Style du legend */
.form-input0 fieldset legend {
    font-weight: bold;
    color: #000;                   /* texte noir */
    padding: 0 5px;                /* un petit padding horizontal */
    font-size: 14px;
}



.header-preInscrip{
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
 /* Prend toute la hauteur de l'écran */
    gap: 100px; /* Espacement entre les images */
    flex-wrap: wrap; 
}


.header-preInscrip img{
  width: 80px; 
  height: 80px;
 
}

.stud-count {
  position: relative;       
  margin-left: auto;       
  width: 60px;
  height: 60px;
  background-color: #fff;      /* fond blanc */
  color: #28a745;              /* texte vert */
  border: 3px solid #28a745;   /* bordure verte */
  border-radius: 50%;          /* forme circulaire */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  
}



.sidebar {
  position: fixed;
  top: 100px;
  left: 0;
  height: 100%;
  width: 250px;
  background-color: white;

  padding: 0px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}

.sidebar h2 {
  font-size: 20px;
  padding: 10px 20px;
  text-align: left;
  letter-spacing: 1px;
  color: white;
  background-color: rgba(100, 150, 0, 1.0);
  font-weight: bold;
  position: absolute;
  top: 50px;
  border-radius: 20px;
  margin-left: 10px;

}

.notif-section {
  width: calc(100% - 350px); /* ajuste automatiquement selon la sidebar */
  max-width: 1000px;
  background-color: #fff;
  margin-left: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  transition: transform 0.2s ease;
  position: relative;
  top: 40px;
  margin-bottom: 30px;
  overflow-wrap: break-word; /* évite les débordements de texte */
}
.notif-section:hover {
  transform: translateY(-3px);
}

.notif-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0; /* séparation entre l'entête et le message */
  padding-bottom: 10px;
}

.notif-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
  margin-right: 12px;
}

.notif-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notif-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.notif-date {
  font-size: 15px;
  color: rgba(100, 150, 0, 1.0);/* vert */
  font-style: italic;
}

.notif-message {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}


.page-header{
  position: relative;
  top: 10px;
  align-items: center;
  align-content: center;
  margin-left:30% ;
  color: white;
  font-size: 50px;
  font-weight: bold;
}













































































@media screen and (max-width: 850px){

  .fi.fi-br-envelope-dot{
    font-size: 30px;
  }

  .page-header{ font-size: 40px;}

 .sidebar {
    width: 150px;
  }

  .sidebar h2 {font-size: 15px;
   padding: 5px 10px;
   margin-left: 0px;
 }

  .notif-section {
    margin-left: 230px;
    width: 50%;
    padding: 15px;
  }

  .notif-name {
    font-size: 15px;
  }

  .notif-date {
    font-size: 13px;
  }

  .notif-message {
    font-size: 14px;
  }

  .stud-count {
  position: relative;       
  margin-left: auto;       
  width: 50px;
  height: 50px;
  background-color: #fff;      /* fond blanc */
  color: #28a745;              /* texte vert */
  border: 3px solid #28a745;   /* bordure verte */
  border-radius: 50%;          /* forme circulaire */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  
}

.header-preInscrip{
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
 /* Prend toute la hauteur de l'écran */
    gap: 70px; /* Espacement entre les images */
    flex-wrap: wrap; 
}


.header-preInscrip img{
  width: 80px; 
  height: 80px;
 
}


.option-bas input{
  text-decoration: none;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;



}


  .flaticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: -50px;
    left: 90%;
  position: absolute;
    cursor: pointer;
    
  
}


p{
  font-size: 20px;
  color: black;
  font-weight: bold;
}


a{
  text-decoration: none;
}

.fa-solid.fa-house{

  font-size: 30px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 2%;

}




.fa-solid.fa-power-off{
   color: red;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 4%;
  margin: 0 2px;

}


.titre1{
  text-align: center;
  font-size: 20px;
  margin: 30px;
  color: royalblue;

}

.sous-titre{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding: 10px;
  z-index: 0;
}

.form-center{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    background-color: #f2f2ee;
  background: linear-gradient(180deg, rgba(0, 0, 100) 50%, #f2f2ee 50%);


}

.form-img{
  flex-wrap: wrap;
  
  align-content: center;
   width: 70%; 
   height: 500px;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 10px; 
    text-align: center;
    display: grid;
  place-items: center;

}


.form-img img {
    width: 250px;
    height: 200px;
    border-right: none;
    align-items: center;
    align-content: center;
    margin: 0 25%;
    
}

.form-input{
  display: block;
   margin-top: 0px;
   width: 100%;
   padding: 10px;
   margin-top: 20px;


}

.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-input input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0, 10, 100, 1.0);  
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.9s ease;
}

.form-input input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scaleY(1.1);
}


.form-input p{
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  color: rgba(100, 150, 0, 1.0);
}



.form-input span{
  text-align: left;
  font-size: 15px;
}

.text-register{
  color: rgba(100, 150, 0, 1.0);
  text-decoration: none;
  font-size: 15px;
}











.form-register p{
  color: rgba(100, 150, 0, 1.0);
  font-weight: bold;
  font-size: 20px;

  
}

.form-input1 span{
  font-size: 15px;
  font-weight: bold;

}



.form-register {
  width: 70%;
  height: 600px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  display: table;
  place-items: center;
}

.form-input1 {
 display: flex;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  flex-direction: column;  
  flex-wrap: wrap;
  width: 100%;
}

.form-input1 p{
  grid-column: span 2;
  text-align: center;
}

.form-input1 span{
grid-column: span 2;
border-bottom: 1px solid grey;
margin-top: 5px;
}

.form-input1 input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-input1 select{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  border: 1px solid gray;
}

.form-input1 input[type="submit"] {
  grid-column: 2;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: rgba(0, 10, 100, 1.0);  
  cursor: pointer;
  border-radius: 5px;
}

.form-input1 input[type="submit"]:hover {
  background-color: #0056b3;
}

.bt-connect{
  position: absolute;
  background-color: white;
  top: 40px;
  left: 70px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 15%;
  height: 4%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: none;
}

.bt-connect:hover{
   transform: scale(1.1);
}

.fa-solid.fa-arrow-left{
   width: 5%;
   position: absolute;
  background-color: rgba(0, 10, 100, 1.0);
  top: 40px;
  right: 90%;
  font-size: 30px;
  border-radius: none;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: flex;
   z-index: 999;
}

.header {
  background-color: rgba(0, 10, 100, 1.0);
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center; 
}

.header img{
  width: 150px;
  height: 100px;
  display: none;
}

.header h1{
  font-size: 20px;
  color: white;
  padding: 20px;
  align-items: center;
  align-content: center;

}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    width: 300%;
    animation: carousel 200s infinite;
    height: 250px;
}

.carousel-image {
    width: 33.33%;
}



@keyframes carousel {
    0% { transform: translateX(0); }
    33% { transform: translateX(-33.33%); }
    66% { transform: translateX(-66.66%); }
    100% { transform: translateX(-100%); }
}


.profil{
  display: flex;
  position: absolute;
  right: 5%;
  top: 4%;

}
.codeE{
  color: white;
  font-size: 15px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 20px;
}

.fa-solid.fa-circle-user{
  color: white;
  font-size: 40px;
  position: relative;
  right: 20%;
}

.fa-solid.fa-home{
  color:#0056b3;
  font-size: 30px;
  position: absolute;
  top:40px;
  left: 50px;
}

.fiche-cours{
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  
}



.fiche-content p{
  font-size: 15px;
  margin-bottom: 10px;
  color:  black;
  font-weight: normal;
  
}

.fiche-content h1{
  font-size: 30px;
  color: rgba(0, 10, 100, 1.0);
  font-weight: bold;
 
}

.foot-matiere{
  
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.foot-matiere p{
  margin-right: 10px;
  color: gray;
  font-weight: normal;
  font-size: 12px;

}

.fiche-image{
 
 align-items: center;
 align-content: center;
}

.fiche-image img{
  width: 150px;
  height: 150px;
 
}

.fiche img{
  width: 150px;
  height: 150px;
}


.fiche-content{
  display: block;
  margin-left: 20px;
}



.categorie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
   justify-content: center;
    align-items: center;
}

.doc{
  color: white;
  border: 1px solid black;
  flex-basis: 50;
  padding: 0 50px;
  background-color: rgba(0, 10, 100, 1.0);
}

.doc p{
  padding: 10px;
  color: white;
  transition: transform 0.9s ease;
}

.doc p:hover{transform:scale(1.1); }


.dev{
   color: white;
   border: 1px solid black;
   flex-basis: 50;
   padding: 0 50px;
}

.dev p{
  padding: 10px;
  color: rgba(0, 10, 100, 1.0);
  transition: transform 0.9s ease;
}

.dev p:hover{transform:scale(1.1); }

.element{
    width: 100%;
   
    border:;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
      


}

.element-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: royalblue;
    border-radius: 5px;
    padding: 5px; 
    
}

.element-title, .element-date {
     
    font-size: 20px;
    font-weight: bold;
    color: white;

}

.fiche{
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}



.fiche-text{
  
  align-items: center;
  align-content: center;
  font-size: 12px;
  color: blue;
}

.fiche-desc{
  margin: 5px;
  font-size: 12px;
  color: black;
}

.fiche-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px; 

}

.fa-solid.fa-plus{

  position: fixed;
  top: 550px;
  right: 50px;
    background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: flex;
  z-index: 999;
}

.bt-devoir{
  position: fixed;
  top: 550px;
  right: 50px;
}



.bt-devoir a button{
  background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: none;
}

.bt-devoir a button:hover{ transform: scale(1.1);}

  .form-doc {
        width: 60%;
        margin: auto;
        padding: 30px 20px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;

    }

    .add-doc {
        display: flex;
        flex-direction: column;
    }

    .add-doc h1 {
        text-align: center;
        margin: 20px;
        color: #0056b3;
    }

    .add-doc input[type="text"],
    .add-doc select,
    .add-doc input[type="file"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        border: 1px solid gray;
    }

    .add-doc input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color:rgba(0, 10, 100, 1.0);
        color: white;
        border: none;
        cursor: pointer;
         border-radius: 5px;
         margin-left: 0%;
    }

    .add-doc input[type="submit"]:hover {
        background-color:  #0056b3;
    }


.pic-profil{
  width: 100%;
  position: relative;
  display: grid;
  place-items: center;
   
}

.pic-profil img{
   background-color: lightgray;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 35%;
} 



.info-profil{
padding: 0px;

margin: 5% 10%;
}

.sec-info p{ 

  color: gray;
  font-size: 20px;
  
}

.sec-info span{
  color: black;
  font-size: 20px;
  
  font-weight: bold;

 
} 

.sec-info{
  display: flex;
  margin-bottom: 10px;
  border:1px solid gray;
  padding: 10px;
  border-radius: 10px;
  width: 100%;


}



.qr-profil img{
   background-color: lightgray;
  width: 200px;
  height: 200px;
  border-radius: 10%;
  margin: 0 40%;
}

.pic-img{
  position: absolute;
  top: 180px;
  left: 30%;
}

.pic-form input[type="submit"]{
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 210px;
  left: 45%;
}


.verify-cont{
  display: flex;
  
  position: relative;
}

.verify-menu{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;

}

.verify-menu ul{
  list-style-type: none;
  background-color: white;
}

.verify-menu ul li{
color: rgba(0, 10, 100, 1.0);
padding: 10px;
 font-size: 15px;
 font-weight: bold;
 background-color:white; 
 }

.verify-menu .active{
  color: white;
padding: 10px;
 font-size: 15px;
 font-weight: bold;
 background-color: rgba(0, 10, 100, 1.0);
 
}

.verify-object{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: auto;
}

.verify-object  th{
 color: white;
background-color:rgba(0, 10, 100, 1.0);
font-size: 12px;
padding: 5px 10px;

}

.select-verify{
  
  margin: 10px 0px;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}



.form-verify select{
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: white;
  border:  1px solid gray;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 10px 0px;
}

.form-verify input[type="submit"]{
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.9s ease;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.info-profil input{
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  color: blue;
  margin-left: 5%;
}

.form-modify input{
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
  width: 90%;

}



.form-modify input[type='submit']{
 background-color:royalblue;
 color: white;
 width: 70%;
 border: none;
 padding: 10px;
 font-size: 15px;
}




.fa-regular.fa-trash-can{
  color: red;
  font-size: 15px;
}


.statut-etudiant{
   font-size: 20px;
   text-align: center;
   border: 2px solid gray;
   padding: 20px;
   margin-top: 20px;
   font-weight: bold;
   width: 80%;
   margin-left: 10%;
}

.code-etudiant{
  font-size: 15px;
   text-align: center;
   color: royalblue;
}

.fa-solid.fa-xmark{
  color: red;
  font-size: 20px;
}

.fa-solid.fa-check{
 color: green;
  font-size: 20px;
}

.fa-solid.fa-video{
   font-size: 30px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 90%;
}


#jitsi-container{

  width: 100%;
  height: 500px;
  
  position: relative;

}

.btn-saveP{
  position: relative;
  color: white;
  background-color:rgba(0, 10, 100, 1.0);
  font-size: 10px;
  border-radius: 10px;
  padding: 7px;
  margin: 10px 10px;
  font-weight: bold;

}

.select-verify1 input,
.select-verify1 select{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 5px;
 margin: 5px;
width: 100%;
}

.count{
  color: green;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid blue;
  margin-left: 90%;
  padding: 10px 20px;
  border-radius: 100%;
}


}




































































































































@media screen and (max-width: 470px){

    .fi.fi-br-envelope-dot{
    font-size: 25px;
  }

  .fa-solid.fa-chart-simple{
     font-size: 25px;
   }

 .page-header{ font-size: 30px;}

   .sidebar {
   display: none;
  }

  .sidebar h2 {
    position: relative;
    top: 0;
    margin: 10px auto;
    text-align: center;
    display: block;
  }

  .notif-section {
    margin: 20px auto;
    width: 95%;
    top: 0;
    padding: 15px;
  }

  .notif-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .notif-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .notif-avatar {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .notif-name {
    font-size: 14px;
  }

  .notif-date {
    font-size: 12px;
  }

  .notif-message {
    font-size: 13px;
  }



  .stud-count {
  position: relative;       
  margin-left: auto;       
  width: 40px;
  height: 40px;
  background-color: #fff;      /* fond blanc */
  color: #28a745;              /* texte vert */
  border: 3px solid #28a745;   /* bordure verte */
  border-radius: 50%;          /* forme circulaire */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  
}



.header-preInscrip{
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
 /* Prend toute la hauteur de l'écran */
    gap: 50px; /* Espacement entre les images */
    flex-wrap: wrap; 
}


.header-preInscrip img{
  width: 50px; 
  height: 50px;
 
}


   .form-input0 {
        grid-template-columns: 1fr; /* 1 colonne seulement */
    }

    .form-input0 p {
        grid-column: 1; /* occupe la seule colonne */
    }

    .languefield {
        grid-template-columns: 1fr; /* 1 colonne sur mobile */
    }


  .form-input0 {
    background-color: #ffffff; /* fond blanc */
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr; /* 2 colonnes égales */
    gap: 10px; /* espace entre les champs */
}


  .form-input0 input[type="text"],
.form-input0 input[type="tel"],
.form-input0 input[type="email"],
.form-input0 select {
    width: 100%;                /* occupe toute la colonne */
    padding: 5px 10px;         /* espace interne confortable */
    margin-bottom: 5px;        /* espace entre les champs */
    border: 1px solid #ccc;     /* bord gris clair */
    border-radius: 8px;         /* coins arrondis */
    font-size: 10px;
    color: #000;                /* texte noir */
    box-sizing: border-box;     /* inclut padding dans la largeur */
    transition: 0.3s;           /* transition pour focus */
}


.form-input0 input[type="submit"] {
    grid-column: 1 / -1;      /* occupe toute la largeur du formulaire pour le centrer */
    width: 50%;               /* largeur 70% */
    margin: 10px auto 0 auto; /* espace en haut et centré horizontalement */
    padding: 12px;
    background-color: #001f3f; /* bleu ciel */
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    display: block; 
    font-weight: bold;

}

.form-input0 p {
    grid-column: 1 / -1; /* occupe les 2 colonnes */
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #001f3f;
}

button.flaticon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: royalblue;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 20px;
}

a.flaticon1 {
  display: inline-block;
  padding: 10px 15px;
  
  color: royalblue; 
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 20px;
}

  .flaticon1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    bottom: 0px;
    left: 80%;
  position: absolute;
    cursor: pointer;
    
  
}



.option-bas input{
  text-decoration: none;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;



}


.flaticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: 0px;
    left: 85%;
  position: absolute;
    cursor: pointer;
    
  
}




p{
  font-size: 15px;
  color: black;
  font-weight: bold;
}


a{
  text-decoration: none;
}

.fa-solid.fa-house{

  font-size: 20px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 2%;

}




.fa-solid.fa-power-off{
   color: red;
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 4%;
  margin: 0 2px;

}


.titre1{
  text-align: center;
  font-size: 15px;
  margin: 30px;
  color: royalblue;

}

.sous-titre{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding: 10px;
  z-index: 0;
}

.form-center{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    background-color: #f2f2ee;
  background: linear-gradient(180deg, rgba(0, 0, 100) 50%, #f2f2ee 50%);


}

.form-img{
  flex-wrap: wrap;
 
  align-content: center;
   width: 80%; 
   height: 400px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 10px; 
    text-align: center;
     display: table;
  place-items: center;
  

}


.form-img img {
    width: 200px;
    height: 150px;
    border-right: none;
    align-items: center;
    align-content: center;
    margin: 0 20%;
    
}


.form-input{
  display: grid;
   margin-top: 0px;
   width: 100%;
   padding: 10px;
   margin-top: 0px;
   flex-direction: column;  
  flex-wrap: wrap;

}

.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-input input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0, 10, 100, 1.0);  
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.9s ease;
}

.form-input input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scaleY(1.1);
}


.form-input p{
  font-size: 15px;
  padding: 0px;
  font-weight: bold;
  color: rgba(100, 150, 0, 1.0);
  text-align: center;
}



.form-input span{
  text-align: left;
  font-size: 15px;
  text-align: center;
}

.text-register{
  color: rgba(100, 150, 0, 1.0);
  text-decoration: none;
  font-size: 15px;
}











.form-register p{
  color: rgba(100, 150, 0, 1.0);
  font-weight: bold;
  font-size: 20px;
 
  
}

.form-input1 span{
  font-size: 15px;
  font-weight: bold;

}



.form-register {
  width: 60%;
  height: 550px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  display: table;
  place-items: center;
  position: fixed;
}

.form-input1 {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  flex-direction: column;  
  flex-wrap: wrap;
  width: 100%;
}

.form-input1 p{
  grid-column: span 2;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

.form-input1 span{
grid-column: span 2;
border-bottom: 1px solid gray;
margin-top: 5px;
font-size: 12px;
}

.form-input1 input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;

}

.form-input1 select{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  border: 1px solid gray;
}

.form-input1 input[type="submit"] {
  grid-column: 1;
  padding: 5px;
  border: none;
  color: #fff;
  background-color: rgba(0, 10, 100, 1.0);  
  cursor: pointer;
  border-radius: 5px;
}

.form-input1 input[type="submit"]:hover {
  background-color: #0056b3;
}

.bt-connect{
  position: absolute;
  background-color: white;
  top: 40px;
  left: 70px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 15%;
  height: 4%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: none;
}

.bt-connect:hover{
   transform: scale(1.1);
}

.fa-solid.fa-arrow-left{

   position: absolute;
  background-color: rgba(0, 10, 100, 1.0);
  top: 50px;
  right: 90%;
  font-size: 25px;
  border-radius: 5px;
  color: white;
  width: 5%;
  height: 0%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: flex;
}

.header {
  background-color: rgba(0, 10, 100, 1.0);
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center; 
}

.header img{
  width: 150px;
  height: 100px;
  display: none;
}

.header h1{
  font-size: 15px;
  color: white;
  padding: 20px;
  align-items: center;
  align-content: center;

}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    width: 300%;
    animation: carousel 200s infinite;
    height: 150px;
}

.carousel-image {
    width: 33.33%;
}



@keyframes carousel {
    0% { transform: translateX(0); }
    33% { transform: translateX(-33.33%); }
    66% { transform: translateX(-66.66%); }
    100% { transform: translateX(-100%); }
}


.profil{
  display: flex;
  position: absolute;
  right: 5%;
  top: 4%;
  align-items: center;
  align-content: center;

}
.codeE{
  color: white;
  font-size: 12px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  align-items: center;
  align-content: center;
}

.fa-solid.fa-circle-user{
  color: white;
  font-size: 30px;
  position: relative;
  right: 5%;
}

.fa-solid.fa-home{
  color:#0056b3;
  font-size: 30px;
  position: absolute;
  top:40px;
  left: 50px;
}

.fiche-cours{
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
  display: flex;
  margin-bottom: 20px;
   width: 100%;
  
}



.fiche-content p{
  font-size: 10px;
  margin-bottom: 10px;
  color:  black;
  font-weight: normal;
  
}

.fiche-content h1{
  font-size: 15px;
  color: rgba(0, 10, 100, 1.0);
  font-weight: bold;
 
}

.foot-matiere{
  
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.foot-matiere p{
  margin-right: 10px;
  color: gray;
  font-weight: normal;
  font-size: 10px;

}

.fiche-image{
 
 align-items: center;
 align-content: center;
}

.fiche-image img{
  width: 100px;
  height: 100px;
 
}

.fiche img{
  width: 70px;
  height: 70px;
}

.fiche-content{
  display: block;
  margin-left: 20px;
}



.categorie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
   justify-content: center;
    align-items: center;
}

.doc{
  color: white;
  border: 1px solid black;
  flex-basis: 50;
  padding: 0 30px;
  background-color: rgba(0, 10, 100, 1.0);
}

.doc p{
  padding: 10px;
  color: white;
  transition: transform 0.9s ease;
  font-size: 15px;
}

.doc p:hover{transform:scale(1.1); }


.dev{
   color: white;
   border: 1px solid black;
   flex-basis: 50;
   padding: 0 30px;
}

.dev p{
  padding: 10px;
  color: rgba(0, 10, 100, 1.0);
  transition: transform 0.9s ease;
  font-size: 15px;
}

.dev p:hover{transform:scale(1.1); }

.element{
    width: 100%;
   
    border:;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
      


}

.element-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: royalblue;
    border-radius: 5px;
    padding: 5px; 
    
}

.element-title, .element-date {
     
    font-size: 12px;
    font-weight: bold;
    color: white;

}

.fiche{
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.fich-image{
 
  display: grid;
  align-items: center;
  align-content: center;
}

.fich-image img{
 
 width: 50px;
 height: 50px;
}

.fiche-text{
  
  align-items: center;
  align-content: center;
  font-size: 15px;
  color: blue;
}

.fiche-desc{
  margin: 5px;
  font-size: 12px;
  color: black;
}

.fiche-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px; 

}

.fa-solid.fa-plus{

  position: fixed;
  top: 550px;
  right: 50px;
    background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: flex;
  z-index: 999;
}

.bt-devoir{
  position: fixed;
  top: 550px;
  right: 50px;
}



.bt-devoir a button{
  background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: none;
}

.bt-devoir a button:hover{ transform: scale(1.1);}

  .form-doc {
        width: 80%;
        margin: auto;
        padding: 30px 20px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;

    }

    .add-doc {
        display: flex;
        flex-direction: column;
    }

    .add-doc h1 {
        text-align: center;
        margin: 20px;
        color: #0056b3;
        font-size: 15px;
        font-weight: bold;
    }

    .add-doc input[type="text"],
    .add-doc select,
    .add-doc input[type="file"] {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        border: 1px solid gray;
    }

    .add-doc input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color:rgba(0, 10, 100, 1.0);
        color: white;
        border: none;
        cursor: pointer;
         border-radius: 5px;
         margin-left: 0%;
    }

    .add-doc input[type="submit"]:hover {
        background-color:  #0056b3;
    }


.pic-profil{
  width: 100%;
  position: relative;
   display: grid;
   place-items: center;
}

.pic-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: 30%;
} 



.info-profil{
padding: 0px 10px;
margin: 0px;
margin-left: 0%;
margin-top: 50px;
width: 100%;
}

.sec-info p{ 

  color: gray;
  font-size: 15px;
  
}

.sec-info span{
  color: black;
  font-size: 15px;
  
  font-weight: bold;

 
} 

.sec-info{
  display: flex;
  margin-bottom: 10px;
  border:1px solid gray;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;


}



.qr-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 10%;
  margin-left: 30%;
}

.pic-img{
  position: absolute;
  top: 150px;
  left: 20%;
}

.pic-form input[type="submit"]{
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 170px;
  left: 40%;
}


.verify-cont{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: auto;
}

.verify-menu{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  margin-bottom: 20px;

}

.verify-menu ul{
  list-style-type: none;
  background-color: white;
}

.verify-menu ul li{
color: rgba(0, 10, 100, 1.0);
padding: 5px;
 font-size: 15px;
 font-weight: bold;
 background-color:white; 
 }

.verify-menu .active{
  color: white;
padding: 10px;
 font-size: 15px;
 font-weight: bold;
 background-color: rgba(0, 10, 100, 1.0);
 
}

.verify-object{
 flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: auto;
  
}

.verify-object  th{
 color: white;
background-color:rgba(0, 10, 100, 1.0);
font-size: 15px;
padding: 5px 10px;

}

.select-verify{
  
  margin: 10px 0px;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}


.form-verify select{
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: white;
  border:  1px solid gray;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 10px 0px;
}

.form-verify input[type="submit"]{
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.9s ease;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.info-profil input{
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  color: blue;
  margin-left: 5%;
}

.form-modify input{
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
  width: 90%;

}



.form-modify input[type='submit']{
 background-color:royalblue;
 color: white;
 width: 90%;
 border: none;
 padding: 10px;
 font-size: 15px;
}




.fa-regular.fa-trash-can{
  color: red;
  font-size: 15px;
}


.statut-etudiant{
   font-size: 20px;
   text-align: center;
   border: 2px solid gray;
   padding: 20px;
   margin-top: 20px;
   font-weight: bold;
   width: 80%;
   margin-left: 10%;
}

.code-etudiant{
  font-size: 15px;
   text-align: center;
   color: royalblue;
}

.fa-solid.fa-xmark{
  color: red;
  font-size: 20px;
}

.fa-solid.fa-check{
 color: green;
  font-size: 20px;
}



.fa-solid.fa-video{
   font-size: 20px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 90%;
}


#jitsi-container{

  width: 100%;
  height: 500px;
  
  position: relative;

}

.btn-saveP{
  position: relative;
  color: white;
  background-color:rgba(0, 10, 100, 1.0);
  font-size: 12px;
  border-radius: 10px;
  padding: 7px;
  margin: 10px 10px;
  font-weight: bold;

}

.select-verify1 input,
.select-verify1 select,
.select-verify1 input[type="submit"]{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 3px;
 margin: 5px;
width: 100%;
font-size: 12px;
}

.count{
  color: green;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid blue;
  margin-left: 90%;
  padding: 5px 10px;
  border-radius: 100%;
}

}








































































@media screen and (max-width: 410px){

.page-header{ font-size: 20px;}

 .notif-section {
    width: 92%;
    padding: 12px;
  }

  .notif-avatar {
    width: 40px;
    height: 40px;
  }

  .notif-name {
    font-size: 13px;
  }

  .notif-date {
    font-size: 11px;
  }

  .notif-message {
    font-size: 12px;
  }

  .stud-count {
  position: relative;       
  margin-left: auto;       
  width: 30px;
  height: 30px;
  background-color: #fff;      /* fond blanc */
  color: #28a745;              /* texte vert */
  border: 3px solid #28a745;   /* bordure verte */
  border-radius: 50%;          /* forme circulaire */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  
}


.header-preInscrip{
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
 /* Prend toute la hauteur de l'écran */
    gap: 50px; /* Espacement entre les images */
    flex-wrap: wrap; 
}


.header-preInscrip img{
  width: 40px; 
  height: 40px;
 
}

.option-bas input{
  text-decoration: none;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 9px;



}

.flaticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: 0px;
    left: 80%;
  position: absolute;
    cursor: pointer;
    
  
}



p{
  font-size: 15px;
  color: black;
  font-weight: bold;
}


a{
  text-decoration: none;
}

.fa-solid.fa-house{

  font-size: 20px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 2%;

}




.fa-solid.fa-power-off{
   color: red;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 4%;
  margin: 0 2px;

}


.titre1{
  text-align: center;
  font-size: 12px;
  margin: 30px;
  color: royalblue;

}

.sous-titre{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding: 10px;
  z-index: 0;
}

.form-center{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    background-color: #f2f2ee;
  background: linear-gradient(180deg, rgba(0, 0, 100) 50%, #f2f2ee 50%);


}

.form-img{
  flex-wrap: wrap;
  
  align-content: center;
   width: 80%; 
   height: 400px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 10px; 
    text-align: center;
     display: table;
  place-items: center;
  

}


.form-img img {
    width: 200px;
    height: 150px;
    border-right: none;
    align-items: center;
    align-content: center;
    margin: 0 20%;
    
}


.form-input{
  display: grid;
   margin-top: 0px;
   width: 100%;
   padding: 10px;
   margin-top: 0px;
    flex-direction: column;  
  flex-wrap: wrap;

}

.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-input input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0, 10, 100, 1.0);  
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.9s ease;
}

.form-input input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scaleY(1.1);
}


.form-input p{
  font-size: 12px;
  padding: 0px;
  font-weight: bold;
  color: rgba(100, 150, 0, 1.0);
  text-align: center;
}



.form-input span{
  text-align: left;
  font-size: 12px;
  text-align: center;
}

.text-register{
  color: rgba(100, 150, 0, 1.0);
  text-decoration: none;
  font-size: 15px;
}











.form-register p{
  color: rgba(100, 150, 0, 1.0);
  font-weight: bold;
  font-size: 20px;
 
  
}

.form-input1 span{
  font-size: 15px;
  font-weight: bold;

}



.form-register {
  width: 60%;
  height: 500px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  display: table;
  place-items: center;

}

.form-input1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  flex-direction: column;  
  flex-wrap: wrap;
  width: 100%;
}

.form-input1 p{
  grid-column: span 1;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.form-input1 span{
grid-column: span 1;
border-bottom: 1px solid gray;
margin-top: 5px;
font-size: 10px;
text-align: center;
}

.form-input1 input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
 
}

.form-input1 select{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  border: 1px solid gray;
  width: 100%;
}

.form-input1 input[type="submit"] {
  grid-column: 1;
  padding: 5px;
  border: none;
  color: #fff;
  background-color: rgba(0, 10, 100, 1.0);  
  cursor: pointer;
  border-radius: 5px;
}

.form-input1 input[type="submit"]:hover {
  background-color: #0056b3;
}

.bt-connect{
  position: absolute;
  background-color: white;
  top: 40px;
  left: 70px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 15%;
  height: 4%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: none;
}

.bt-connect:hover{
   transform: scale(1.1);
}

.fa-solid.fa-arrow-left{

   position: absolute;
  background-color: rgba(0, 10, 100, 1.0);
  top: 50px;
  right: 90%;
  font-size: 25px;
  border-radius: 5px;
  color: white;
  width: 5%;
  height: 0%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: flex;
}

.header {
  background-color: rgba(0, 10, 100, 1.0);
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center; 
}

.header img{
  width: 150px;
  height: 100px;
  display: none;
}

.header h1{
  font-size: 12px;
  color: white;
  padding: 20px;
  align-items: center;
  align-content: center;

}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    width: 300%;
    animation: carousel 200s infinite;
    height: 100px;
}

.carousel-image {
    width: 33.33%;
}



@keyframes carousel {
    0% { transform: translateX(0); }
    33% { transform: translateX(-33.33%); }
    66% { transform: translateX(-66.66%); }
    100% { transform: translateX(-100%); }
}


.profil{
  display: flex;
  position: absolute;
  right: 8%;
  top: 4%;
  align-items: center;
  align-content: center;

}
.codeE{
  color: white;
  font-size: 12px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  align-items: center;
  align-content: center;
}

.fa-solid.fa-circle-user{
  color: white;
  font-size: 30px;
}

.fa-solid.fa-home{
  color:#0056b3;
  font-size: 30px;
  position: absolute;
  top:40px;
  left: 50px;
}

.fiche-cours{
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
  display: flex;
  margin-bottom: 20px;
   width: 100%;
  
}



.fiche-content p{
  font-size: 10px;
  margin-bottom: 10px;
  color:  black;
  font-weight: normal;
  
}

.fiche-content h1{
  font-size: 15px;
  color: rgba(0, 10, 100, 1.0);
  font-weight: bold;
 
}

.foot-matiere{
  
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.foot-matiere p{
  margin-right: 10px;
  color: gray;
  font-weight: normal;
  font-size: 10px;

}

.fiche-image{
 
 align-items: center;
 align-content: center;
}

.fiche-image img{
  width: 100px;
  height: 100px;
 
}

.fiche img{
  width: 70px;
  height: 70px;
}

.fiche-content{
  display: block;
  margin-left: 20px;
}



.categorie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
   justify-content: center;
    align-items: center;
}

.doc{
  color: white;
  border: 1px solid black;
  flex-basis: 50;
  padding: 0 30px;
  background-color: rgba(0, 10, 100, 1.0);
}

.doc p{
  padding: 10px;
  color: white;
  transition: transform 0.9s ease;
  font-size: 15px;
}

.doc p:hover{transform:scale(1.1); }


.dev{
   color: white;
   border: 1px solid black;
   flex-basis: 50;
   padding: 0 30px;
}

.dev p{
  padding: 10px;
  color: rgba(0, 10, 100, 1.0);
  transition: transform 0.9s ease;
  font-size: 15px;
}

.dev p:hover{transform:scale(1.1); }

.element{
    width: 100%;
   
    border:;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
      


}

.element-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: royalblue;
    border-radius: 5px;
    padding: 5px; 
    
}

.element-title, .element-date {
     
    font-size: 12px;
    font-weight: bold;
    color: white;

}

.fiche{
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.fich-image{
 
  display: grid;
  align-items: center;
  align-content: center;
}

.fich-image img{
 
 width: 50px;
 height: 50px;
}

.fiche-text{
  
  align-items: center;
  align-content: center;
  font-size: 15px;
  color: blue;
}

.fiche-desc{
  margin: 5px;
  font-size: 12px;
  color: black;
}

.fiche-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px; 

}

.fa-solid.fa-plus{

  position: fixed;
  top: 550px;
  right: 50px;
    background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: flex;
  z-index: 999;
}

.bt-devoir{
  position: fixed;
  top: 550px;
  right: 50px;
}



.bt-devoir a button{
  background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: none;
}

.bt-devoir a button:hover{ transform: scale(1.1);}

  .form-doc {
        width: 80%;
        margin: auto;
        padding: 30px 20px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;

    }

    .add-doc {
        display: flex;
        flex-direction: column;
    }

    .add-doc h1 {
        text-align: center;
        margin: 20px;
        color: #0056b3;
        font-size: 15px;
        font-weight: bold;
    }

    .add-doc input[type="text"],
    .add-doc select,
    .add-doc input[type="file"] {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        border: 1px solid gray;
    }

    .add-doc input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color:rgba(0, 10, 100, 1.0);
        color: white;
        border: none;
        cursor: pointer;
         border-radius: 5px;
         margin-left: 0%;
    }

    .add-doc input[type="submit"]:hover {
        background-color:  #0056b3;
    }


.pic-profil{
  width: 100%;
  position: relative;
   display: grid;
   place-items: center;
}

.pic-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: 30%;
} 



.info-profil{
padding: 0px 10px;
margin: 0px;
margin-left: 0%;
margin-top: 50px;
width: 100%;
}

.sec-info p{ 

  color: gray;
  font-size: 12px;
  
}

.sec-info span{
  color: black;
  font-size: 12px;
  
  font-weight: bold;

 
} 

.sec-info{
  display: flex;
  margin-bottom: 10px;
  border:1px solid gray;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;


}



.qr-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 10%;
  margin-left: 30%;
}

.pic-img{
  position: absolute;
  top: 150px;
  left: 20%;
}

.pic-form input[type="submit"]{
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 170px;
  left: 40%;
}


.verify-cont{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: auto;
}

.verify-menu{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  margin-bottom: 20px;

}

.verify-menu ul{
  list-style-type: none;
  background-color: white;
}

.verify-menu ul li{
color: rgba(0, 10, 100, 1.0);
padding: 5px;
 font-size: 15px;
 font-weight: bold;
 background-color:white; 
 }

.verify-menu .active{
  color: white;
padding: 10px;
 font-size: 15px;
 font-weight: bold;
 background-color: rgba(0, 10, 100, 1.0);
 
}

.verify-object{
 flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: auto;

}

.verify-object  th{
 color: white;
background-color:rgba(0, 10, 100, 1.0);
font-size: 15px;
padding: 5px 10px;

}

.select-verify{
  
  margin: 10px 0px;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}


.form-verify select{
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: white;
  border:  1px solid gray;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 10px 0px;
}

.form-verify input[type="submit"]{
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.9s ease;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.info-profil input{
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  color: blue;
  margin-left: 5%;
}

.form-modify input{
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
  width: 90%;

}



.form-modify input[type='submit']{
 background-color:royalblue;
 color: white;
 width: 90%;
 border: none;
 padding: 10px;
 font-size: 12px;
}




.fa-regular.fa-trash-can{
  color: red;
  font-size: 15px;
}


.statut-etudiant{
   font-size: 20px;
   text-align: center;
   border: 2px solid gray;
   padding: 20px;
   margin-top: 20px;
   font-weight: bold;
   width: 80%;
   margin-left: 10%;
}

.code-etudiant{
  font-size: 15px;
   text-align: center;
   color: royalblue;
}

.fa-solid.fa-xmark{
  color: red;
  font-size: 20px;
}

.fa-solid.fa-check{
 color: green;
  font-size: 20px;
}


.fa-solid.fa-video{
   font-size: 20px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 85%;
}


#jitsi-container{

  width: 100%;
  height: 500px;
  
  position: relative;

}

.btn-saveP{
  position: relative;
  color: white;
  background-color:rgba(0, 10, 100, 1.0);
  font-size: 12px;
  border-radius: 10px;
  padding: 7px;
  margin: 10px 10px;
  font-weight: bold;

}

.select-verify1 input,
.select-verify1 select,
.select-verify1 input[type="submit"]{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 3px;
 margin: 5px;
width: 100%;
font-size: 12px;
}

.count{
  color: green;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid blue;
  margin-left: 90%;
  padding: 5px 10px;
  border-radius: 100%;
}

}








































































































@media screen and (max-width: 350px){

      .fi.fi-br-envelope-dot{
    font-size: 20px;
  }

  .fa-solid.fa-chart-simple{
     font-size: 20px;
   }

  .page-header{ font-size: 15px;}

  .notif-section {
    width: 90%;
    padding: 10px;
  }

  .notif-name {
    font-size: 12px;
  }

  .notif-date {
    font-size: 10px;
  }

  .notif-message {
    font-size: 11px;
  }

  .notif-avatar {
    width: 35px;
    height: 35px;
  }

    .stud-count {
  position: relative;       
  margin-left: auto;       
  width: 30px;
  height: 30px;
  background-color: #fff;      /* fond blanc */
  color: #28a745;              /* texte vert */
  border: 3px solid #28a745;   /* bordure verte */
  border-radius: 50%;          /* forme circulaire */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  
}


.header-preInscrip{
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
 /* Prend toute la hauteur de l'écran */
    gap: 30px; /* Espacement entre les images */
    flex-wrap: wrap; 
}


.header-preInscrip img{
  width: 50px; 
  height: 50px;
 
}


.option-bas input{
  text-decoration: none;
    padding: 5px 5px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 9px;



}

.flaticon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: 0px;
    left: 80%;
  position: absolute;
    cursor: pointer;
    
  
}



p{
  font-size: 12px;
  color: black;
  font-weight: bold;
}


a{
  text-decoration: none;
}

.fa-solid.fa-house{

  font-size: 20px;
  color: royalblue;
  position: absolute;
  top: 30px;
  left: 2%;

}




.fa-solid.fa-power-off{
   color: red;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 4%;
  margin: 0 2px;

}


.titre1{
  text-align: center;
  font-size: 12px;
  margin: 30px;
  color: royalblue;

}

.sous-titre{
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding: 10px;
  z-index: 0;
}

.form-center{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    background-color: #f2f2ee;
  background: linear-gradient(180deg, rgba(0, 0, 100) 50%, #f2f2ee 50%);


}

.form-img{
  flex-wrap: wrap;
  
  align-content: center;
   width: 80%; 
   height: 400px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    border-radius: 10px; 
    text-align: center;
     display: table;
  place-items: center;
  

}


.form-img img {
    width: 150px;
    height: 100px;
    border-right: none;
    align-items: center;
    align-content: center;
    margin: 0 20%;
    
}


.form-input{
  display: grid;
   margin-top: 0px;
   width: 100%;
   padding: 10px;
   margin-top: 0px;
  flex-direction: column;  
  flex-wrap: wrap;

}

.form-input input[type="text"],
.form-input input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-input input[type="submit"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0, 10, 100, 1.0);  
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.9s ease;
}

.form-input input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scaleY(1.1);
}


.form-input p{
  font-size: 12px;
  padding: 0px;
  font-weight: bold;
  color: rgba(100, 150, 0, 1.0);
  text-align: center;
}



.form-input span{
  text-align: left;
  font-size: 12px;
  text-align: center;
}

.text-register{
  color: rgba(100, 150, 0, 1.0);
  text-decoration: none;
  font-size: 15px;
}











.form-register p{
  color: rgba(100, 150, 0, 1.0);
  font-weight: bold;
  font-size: 20px;
 
  
}

.form-input1 span{
  font-size: 15px;
  font-weight: bold;

}



.form-register {
  width: 60%;
  height: 500px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  display: table;
  place-items: center;

}

.form-input1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  flex-direction: column;  
  flex-wrap: wrap;
  width: 100%;
}

.form-input1 p{
  grid-column: span 1;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.form-input1 span{
grid-column: span 1;
border-bottom: 1px solid gray;
margin-top: 5px;
font-size: 10px;
text-align: center;
}

.form-input1 input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
 
}

.form-input1 select{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  border: 1px solid gray;
  width: 100%;
}

.form-input1 input[type="submit"] {
  grid-column: 1;
  padding: 5px;
  border: none;
  color: #fff;
  background-color: rgba(0, 10, 100, 1.0);  
  cursor: pointer;
  border-radius: 5px;
}

.form-input1 input[type="submit"]:hover {
  background-color: #0056b3;
}

.bt-connect{
  position: absolute;
  background-color: white;
  top: 40px;
  left: 70px;
  font-size: 15px;
  border-radius: 5px;
  color: #0056b3;
  width: 15%;
  height: 4%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: none;
}

.bt-connect:hover{
   transform: scale(1.1);
}

.fa-solid.fa-arrow-left{

   position: absolute;
  background-color: rgba(0, 10, 100, 1.0);
  top: 50px;
  right: 90%;
  font-size: 25px;
  border-radius: 5px;
  color: white;
  width: 5%;
  height: 0%;
  font-weight: bold;
  border: none;
  cursor: pointer;
   transition: transform 0.9s ease;
   display: flex;
}

.header {
  background-color: rgba(0, 10, 100, 1.0);
  width: 100%;
  height: 100px;
  display: flex;
  text-align: center; 
}

.header img{
  width: 150px;
  height: 100px;
  display: none;
}

.header h1{
  font-size: 12px;
  color: white;
  padding: 20px;
  align-items: center;
  align-content: center;

}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    width: 300%;
    animation: carousel 200s infinite;
    height: 100px;
}

.carousel-image {
    width: 33.33%;
}



@keyframes carousel {
    0% { transform: translateX(0); }
    33% { transform: translateX(-33.33%); }
    66% { transform: translateX(-66.66%); }
    100% { transform: translateX(-100%); }
}


.profil{
  display: flex;
  position: absolute;
  right: 5%;
  top: 4%;
  align-items: center;
  align-content: center;

}
.codeE{
  color: white;
  font-size: 12px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  align-items: center;
  align-content: center;
}

.fa-solid.fa-circle-user{
  color: white;
  font-size: 30px;
}

.fa-solid.fa-home{
  color:#0056b3;
  font-size: 30px;
  position: absolute;
  top:40px;
  left: 50px;
}

.fiche-cours{
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
  display: block;
  margin-bottom: 20px;
   width: 100%;
  
}



.fiche-content p{
  font-size: 10px;
  margin-bottom: 10px;
  color:  black;
  font-weight: normal;
  
}

.fiche-content h1{
  font-size: 15px;
  color: rgba(0, 10, 100, 1.0);
  font-weight: bold;
 
}

.foot-matiere{
  
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.foot-matiere p{
  margin-right: 10px;
  color: gray;
  font-weight: normal;
  font-size: 10px;

}

.fiche-image{
 
 display: grid;
 place-items: center;
}

.fiche-image img{
  width: 100px;
  height: 100px;
 
}

.fiche img{
  width: 70px;
  height: 70px;
}

.fiche-content{
  display: block;
  margin-left: 0px;
}



.categorie{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px;
   justify-content: center;
    align-items: center;
}

.doc{
  color: white;
  border: 1px solid black;
  flex-basis: 50;
  padding: 0 10px;
  background-color: rgba(0, 10, 100, 1.0);
}

.doc p{
  padding: 10px;
  color: white;
  transition: transform 0.9s ease;
  font-size: 15px;
}

.doc p:hover{transform:scale(1.1); }


.dev{
   color: white;
   border: 1px solid black;
   flex-basis: 50;
   padding: 0 10px;
}

.dev p{
  padding: 10px;
  color: rgba(0, 10, 100, 1.0);
  transition: transform 0.9s ease;
  font-size: 15px;
}

.dev p:hover{transform:scale(1.1); }

.element{
    width: 100%;
   
    border:;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
      


}

.element-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: royalblue;
    border-radius: 5px;
    padding: 5px; 
    
}

.element-title, .element-date {
     
    font-size: 12px;
    font-weight: bold;
    color: white;

}

.fiche{
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.fich-image{
 
  display: grid;
  align-items: center;
  align-content: center;
}

.fich-image img{
 
 width: 50px;
 height: 50px;
}

.fiche-text{
  
  align-items: center;
  align-content: center;
  font-size: 12px;
  color: blue;
}

.fiche-desc{
  margin: 5px;
  font-size: 12px;
  color: black;
}

.fiche-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px; 

}

.fa-solid.fa-plus{

  position: fixed;
  top: 550px;
  right: 50px;
    background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: flex;
  z-index: 999;
}

.bt-devoir{
  position: fixed;
  top: 550px;
  right: 50px;
}



.bt-devoir a button{
  background-color: #0056b3;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  transition: transform  0.9s ease;
  display: none;
}

.bt-devoir a button:hover{ transform: scale(1.1);}

  .form-doc {
        width: 80%;
        margin: auto;
        padding: 30px 20px;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;

    }

    .add-doc {
        display: flex;
        flex-direction: column;
    }

    .add-doc h1 {
        text-align: center;
        margin: 20px;
        color: #0056b3;
        font-size: 12px;
        font-weight: bold;
    }

    .add-doc input[type="text"],
    .add-doc select,
    .add-doc input[type="file"] {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        border: 1px solid gray;
    }

    .add-doc input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color:rgba(0, 10, 100, 1.0);
        color: white;
        border: none;
        cursor: pointer;
         border-radius: 5px;
         margin-left: 0%;
    }

    .add-doc input[type="submit"]:hover {
        background-color:  #0056b3;
    }


.pic-profil{
  width: 100%;
  position: relative;
   display: grid;
   place-items: center;
}

.pic-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: 30%;
} 



.info-profil{
padding: 0px 10px;
margin: 0px;
margin-left: 0%;
margin-top: 50px;
width: 100%;
}

.sec-info p{ 

  color: gray;
  font-size: 12px;
  
}

.sec-info span{
  color: black;
  font-size: 12px;
  
  font-weight: bold;

 
} 

.sec-info{
  display: flex;
  margin-bottom: 10px;
  border:1px solid gray;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;


}



.qr-profil img{
   background-color: lightgray;
  width: 150px;
  height: 150px;
  border-radius: 10%;
  margin-left: 30%;
}

.pic-img{
  position: absolute;
  top: 150px;
  left: 20%;
}

.pic-form input[type="submit"]{
  background-color: #0056b3;
  color: white;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  top: 170px;
  left: 40%;
}


.verify-cont{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: auto;
}

.verify-menu{
  flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  margin-bottom: 20px;

}

.verify-menu ul{
  list-style-type: none;
  background-color: white;
}

.verify-menu ul li{
color: rgba(0, 10, 100, 1.0);
padding: 5px;
 font-size: 15px;
 font-weight: bold;
 background-color:white; 
 }

.verify-menu .active{
  color: white;
padding: 10px;
 font-size: 15px;
 font-weight: bold;
 background-color: rgba(0, 10, 100, 1.0);
 
}

.verify-object{
 flex-grow: 1;
  flex-basis: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: auto;
  
}

.verify-object  th{
 color: white;
background-color:rgba(0, 10, 100, 1.0);
font-size: 15px;
padding: 5px 10px;

}

.select-verify{
  
  margin: 10px 0px;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}


.form-verify select{
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: white;
  border:  1px solid gray;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 10px 0px;
}

.form-verify input[type="submit"]{
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  background-color: royalblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: transform 0.9s ease;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.info-profil input{
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  color: blue;
  margin-left: 5%;
}

.form-modify input{
  background-color: lightgray;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 5px;
  width: 90%;

}



.form-modify input[type='submit']{
 background-color:royalblue;
 color: white;
 width: 90%;
 border: none;
 padding: 10px;
 font-size: 12px;
}




.fa-regular.fa-trash-can{
  color: red;
  font-size: 15px;
}


.statut-etudiant{
   font-size: 20px;
   text-align: center;
   border: 2px solid gray;
   padding: 20px;
   margin-top: 20px;
   font-weight: bold;
   width: 80%;
   margin-left: 10%;
}

.code-etudiant{
  font-size: 15px;
   text-align: center;
   color: royalblue;
}

.fa-solid.fa-xmark{
  color: red;
  font-size: 20px;
}

.fa-solid.fa-check{
 color: green;
  font-size: 20px;
}


.select-verify1 input,
.select-verify1 select,
.select-verify1 input[type="submit"]{
 border: 1px solid gray;
 border-radius: 10px;
 padding: 3px;
 margin: 5px;
width: 100%;
font-size: 12px;
}

.count{
  color: green;
  font-weight: bold;
  font-size: 10px;
  border: 2px solid blue;
  margin-left: 90%;
  padding: 5px 10px;
  border-radius: 100%;
}


}