
  #notifications{
  text-align: center;
  width:100%;
  color:white;
  margin: 0;
  margin-top: 5px;
  position: absolute;
  }
  #okButton{
    color: #003066;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
      transition: background-color 0.3s ease;
    background-color: white
  }
  #okButton:hover {
    background-color: #313a3a;
    color: white;
  }

  #resultats{
    display:none;
  }

  .buton {
   padding: 5px;
   margin-top: 6px;
   height: 2rem;
   background-color: #006666;
   border-radius: 5px;
   color: #fff;
   transition: background-color 0.3s ease;
   cursor: pointer;
   font-family:times new romain;
 }

 .buton:hover {
   background-color: #313a3a;
 }
 @media (max-width: 1400px) {
 #searchForm {
   position: absolute;
   right: 10px;
   display: flex;
  

 }
}

/* Styles pour les écrans plus grands ou égaux à 1000px */
@media (min-width: 1401px) {
 #searchForm {
   right: 0;
   display: flex;
   margin-left: 12%;
 }
  .rectangle.mobile {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}


  
 .rectangle.desktop {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}

}
/* Styles pour les écrans plus grands ou égaux à 1000px */
@media (max-width: 1080px) {
 #searchForm {
   display: block;
   position:absolute;
   right: 5px;
 }
 .rectangle.mobile {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}


  
  .rectangle.desktop {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}


}
@media (max-width: 1080px) {
	.inactive{
		display :none;
	}
}
.annee-academique {
  position: absolute;
  top: 20px;
  left: 45%;
  padding: 10px;
	text-align: right;
	color:white;
	font-weight: bold;
  font-size: 20px;
}

.infos{
	display:none;
}
 
     /* Style des rectangles */
.rectangle {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #233b3b;
  transition: transform 0.3s, box-shadow 0.3s;
}

.rectangle:hover {
  transform: translateY(-5px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  background-color:#003066;
  
  .infos{
	display:block;  
  }
}

.rectangle p{
	line-height: 0.3;
	color:white !important;
}

/* Couleurs des rectangles */
.rectangle.etudiants {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}



.rectangle.pro {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}




.rectangle.professeurs {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}




.rectangle.cours {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}



.rectangle.photos {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}




.rectangle.articles {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}



.rectangle.comptes {
  display: inline-block;
  margin-right: 10px;
  width: 300px;
  height: 150px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
}




@media only screen and (min-width: 1080px) and (max-width: 1401px) {
  .rectangle.mobile{
	  display:none;
	  
  }
  .rectangle.desktop{
	  display:none;
	  
  }
}





  
