
.conextion{
    background-color: rgb(25, 159, 159);
}


.contneuNotifaction:hover .Notifaction,
.col:hover .Notifaction {
  display: block;
}


.Notifaction {
  display: none;
  position: absolute;
  top: 10;
width: 100%;
  background-color: rgb(25, 159, 159);
  color: aliceblue;
  width:250px;
 
}