/* FORM */ 


.div_rating {
    display: none;
/*    margin-top: 10px;*/
}

.div_rating .empty_star, .div_rating .full_star {
    cursor: pointer;
}
    .over_star,  .full_star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(img/star_full.png) no-repeat center center;
    background-size: auto;
    background-size: contain;
}
    .empty_star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(img/star_empty.png) no-repeat center center;
    background-size: contain;
}

 .over_star,
 .full_star{
    display: inline-block;
    width: 20px;
    height: 20px;
       
     background: url(img/star_full.png)  no-repeat center center;
     background-size: contain; 
}

    .comments .stars{
    display: inline-block;
    vertical-align: top;
}



/* VIEW BUTTON */ 
.rated_label{
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.toggle_btn {
    cursor: pointer;
    white-space: nowrap;
    font-size: 120%;
    font-weight: bolder;
}



.toggle_btn_open::after {
    content: "[ + ]";
}

.toggle_btn_close::after {
    content: "[ - ]";
}

.espace_avt_view_ratings{
    display: inline-block;
    width: 10%;
}

.toggle_div {
    display: none;
}

.ratings_list_bloc  .comment{
    font-style: italic;
}

.height20{
    height: 18px;
    display: inline-block;
}