
/* général */

.btn-vote_vue{ 
    height: 40px;
    width: 40px;
    font-size: 1em;
    background: no-repeat center / cover;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: solid 0px transparent;
    color:transparent;
}
    .btn-vote_vue:active {
            border: solid 7px rgb(235, 239, 19);
         }    
    .btn-vote_vue:checked {
            border: solid 7px rgb(235, 239, 19);
         }   

    .btn-vote_vue.garder {
        background-color:  rgb(130, 129, 177);
        }

.btn_vote_lien{
    height: 40px;
    width: 40px;
    font-size: 1em;
    background: no-repeat center / cover;
    appearance: none;
    cursor: pointer;
    background-color: white;
    border: solid 2px rgb(221, 27, 92);
    color:transparent;
}
.btn-avis {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 8px;
    border-radius: 10px;
    background: rgb(30, 28, 28) no-repeat center / cover;
    appearance: none;
    cursor: pointer;
    border: solid 10px rgb(30, 28, 28); 
} 
    .btn-avis:checked {
        border: solid 7px rgb(188, 0, 119);
        border-radius: 10px;
        }

.icn{     

        display: inline-block;
        border:  rgb(10, 83, 30) solid, 5px ;
        background: rgb(10, 83, 30) no-repeat center / contain;
        appearance: none;
        cursor: pointer;
        height: 50px;
        width: 50px;
        margin: auto;
        flex-shrink: 0;

    }
.icn.page-actuelle{
    border: rgb(255, 0, 89) solid 5px;
    

}

.btn-liste-modif{ 
        background:  no-repeat center / contain;
        appearance: none;
        cursor: pointer;
        height: 50px;
        width: 50px;
        
    
}

.btn{     
background:  no-repeat center / contain;
        appearance: none;
        cursor: pointer;
        height: 50px;
        width: 50px;
        flex-shrink: 0;
       

    }








