.rate {
    float: right;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:0px;
    left: 0;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rate-this-product{
    font-weight : 700;
    margin: 2px;
    text-align: center;
    padding-bottom: 10px;
}

.rating-label {
  font-weight: 500;
  margin-left: 2px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

/* #rating-label, #rating-star
{
    display:inline;
}
#bloc1, #bloc2
{
    display:inline;
    margin-top: 5px;
} */

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */


/* sid */
/*
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *
 *  This codepen uses FontAwesome icons
 */
 #full-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
  }
  #full-stars-example .rating-group {
    display: inline-flex;
  }
  #full-stars-example .rating__icon {
    pointer-events: none;
  }
  #full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }
  #full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  #full-stars-example .rating__icon--star {
    color: orange;
  }
  #full-stars-example .rating__icon--none {
    color: #eee;
  }
  #full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }
  #full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  #full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }
  #full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  #full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
  }
  #full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }

  #half-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* set icon padding and size */
    /* add padding and positioning to half star labels */
    /* set default star color */
    /* set color of none icon when unchecked */
    /* if none icon is checked, make it red */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
    /* make none icon grey on rating group hover */
    /* make none icon red on hover */
  }
  #half-stars-example .rating-group {
    display: inline-flex;
  }
  #half-stars-example .rating__icon {
    pointer-events: none;
  }
  #half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }
  #half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }
  #half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  #half-stars-example .rating__icon--star {
    color: orange;
  }
  #half-stars-example .rating__icon--none {
    color: #eee;
  }
  #half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }
  #half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  #half-stars-example .rating-group:hover .rating__label .rating__icon--star,
  #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }
  #half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
  #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  #half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
  }
  #half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }

  #full-stars-example-two {
    text-align: left;
    line-height: unset;
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* hide 'none' input from screenreaders */
    /* set icon padding and size */
    /* set default star color */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
  }
  #full-stars-example-two .rating-group {
    display: inline-flex;
  }
  #full-stars-example-two .rating__icon {
    pointer-events: none;
  }
  #full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }
  #full-stars-example-two .rating__input--none {
    display: none;
  }
  #full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  #full-stars-example-two .rating__icon--star {
    color: orange;
  }
  #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
    font-size: 18px;
  }
  #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }
  #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .review-submit-button {
    margin-left: 3px;
    margin-top: 10px;
  }
  .review-submit-button button {
    background-color: var(--primary);
    padding: 10px 10px;
    border: none;
    color: white;
    border-radius: 4px;
}


