.profilPicture{
    height:200px;
    width:200px;
    object-fit: cover;
  }

.dialogBox {
    background-color: var(--bgcoloromnisoft);
    opacity: var(--opacityFort);
    min-width:310px;
}

.element :hover{
    color: var(--bgcoloromnisoft);
    background-color: white;
    /* color:yellow; */
}

.resultBG{
    background-color:#FDF2E9 ;
  }

.resultZone{
    height:800px;
    overflow-y: auto;
}


@media all and (min-width:1200px){
    .dialogBox{
        width:600px;
    }
}

