.palette-duplex ul li div {
    height: 45px;
    line-height: 45px;
    font-size: 9px;
    color: #777 !important;
    text-align: center;
    cursor: pointer;
}
.palette-duplex {
    position: absolute;
    z-index: 1000;
    bottom: 0%;
    transform: translateY(-50%);
    left: 1%;
    width: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.1em 0.8em rgba(0,0,0,.05);
    box-shadow: 0 0.1em 0.8em rgba(0,0,0,.05);
    border: 1px solid #dedede;
}
.palette-duplex ul li div:hover {
    background: #e0cbb0!important;
    color: #fff!important;
}
#evimmo-maquette .palette-tooltip .pointeur {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #fff !important;
    border-width: 15px;
    margin-left: 45px;
    margin-top: 0px;
    display: block !important;
}