/***** ETOILES *****/

#contact .formulaire #etoiles input{
    width: 20px;
}

#etoiles {
    text-align: center;
}

#etoiles .etoiles_content{
    display: inline-block;
    margin: 20px 0 40px;
}

#etoiles .etoiles_titre{
    margin-bottom: 20px;
    font-size: 130%;
}

.notation-text {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 18px;
}

.notation-block-star {
    display: table;
    margin: 0 auto;
    width: inherit;
}

/*
  Définition du style "par défaut" d'une étoile (fond gris, elle n'est pas sélectionnée)
*/
.notation-star {
    background-image: url("../img/etoile_grise.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    float: right;
    height: 32px;
    width: 32px;
    padding: 0 5px;
}

/*
  Lorsque la souris passe au dessus d'une étoile nous changeons l'image de celle-ci (fond jaune)
  Et nous changeons aussi la couleurs des étoiles précédentes
*/
.notation-star:hover,
.notation-star:hover ~ .notation-star {
    background-image: url("../img/etoile_jaune.png");
    background-size: 100% 100%;
}

/*
  Lorsque l'utilisateur clique sur une image nous changeons l'image de celle-ci (fond jaune)
*/
.notation-star-selected {
    background-image: url("../img/etoile_jaune.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    float: right;
    height: 32px;
    width: 32px;
    padding: 0 5px;
}
/*
  Et nous changeons aussi la couleurs des étoiles précédentes
*/
.notation-star-selected  ~ .notation-star {
    background-image: url("../img/etoile_jaune.png");
}


.bloc_avis{
    text-align: left;
    padding: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    color: #777;
}

.bloc_avis img{
    width: 20px;
    margin-top: -5px;
    margin: 0;
}

.bloc_avis_titre{
    font-size: 120%;
    font-weight: 500;
}

.bloc_avis_nom {
    padding-right: 10px;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    margin-bottom: 20px;
    color: #1b2024;
    text-transform: uppercase;
    font-weight: 700;
}

.bloc_avis_date{
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}



/*********************/
/*  NOTATION
/*********************/

#footer_notation{
    text-align: center;
}

#footer_notation .footer_notation_content{
    width: 150px;
    display: inline-block;
}

#footer_notation .notation_titre{
    padding: 25px 0 10px;
}

#footer_notation .notation_titre strong{
    font-size: 120%;
    text-transform: uppercase;
}

#footer_notation .notation_titre em{
    color: #fff;
}

#footer_notation .progress-bar-warning{
    background-color: #7FC241;
}


.notation-star-header {
    background-image: url("../img/etoile_jaune.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    float: right;
    height: 14px;
    width: 14px;
    padding: 0 5px;
}