/************ REGLAGES DU CURSEUR QUI CHANGE AU SURVOL DES IMAGES**********/
.cursorDetails {
    opacity: 1;
    display: none;
    color: black;
    padding: 5px;
    
}

.cursor {
    position: absolute;
    z-index: 3;
    display: block;
    height: 20px;
    width: 20px;
    background-color:black;
    border-radius: 50%;
    
}

.cursorChange {
    height: auto;
    width: auto;
    border-radius: 200px;
    transition: 0.5s;
    border: solid;
    padding: 15px;
    background-color:rgba(255, 255, 255, 0);
}
.transi{
    transition: 0.3s;
}
/**********************/