/*############################################################################################################
//  Droits d'auteur © 2022-2023 P.ink, l'ancre d'une vie Tous droits réservés, en collaboration avec OptimalC
//############################################################################################################*/

.alertDIV{
    position: fixed;
    background-color: white;
    border: solid 3px;
    border-radius: 5px;
    top:calc(100% - 150px);
    left:calc(100% - 300px);
    width:294px;
    height:144px;
    z-index:1280;

}

.alertDIV .close{
    position: absolute;
    width:25px;
    height:15px;
    left:calc(100% - 25px);
    top:0;
    margin:0;
    text-align:center;  
    padding: 10px 0; 
}

.alertDIV .close:hover{
  cursor: pointer;
}


.alertDIV .title{
  font-weight: bolder;
  height : 15px;
  border-bottom: double 3px;
  background-color: orange;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0;
}
