.bordertop {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.criterion-label {
    font-size: 16px;
    line-height: 30px;
}

.floatleft {
    float: left;
}

.star-rating {
    cursor: pointer;
}

.rich-hidden {
    display: none
}

.send_comment {
    color: #fff;
    background-color: #040505;
    clear: both;
    padding: 10px;
    margin-top: 10px;
}

#shop-list .send_comment {
    float: right;
}

.send_comment:hover {
    background-color: #EB5E4D;
}

.circle-number {
    vertical-align: middle;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    border-radius: 14px;
    border: 1px solid #777;
    color: #777;
    background-color: #fff;
}

.text-h2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.comment-by {
    font-size: 18px;
}

.comment-by,
.comment-date,
.comment-by-rating,
.comment-rating span,
.comment-msg {
    font-size: 14px;
}

.ratebox-fix {
    float: left;
}

.comment-list {
    clear: both;
    margin: 10px 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding: 10px 5px;
    border-top: 1px solid #c1c1c1;
}
.comment-list .star-rating {
    font-size: 1em;
}
#noter label, #shop-list label {
    font-weight: bold;
    font-size: 16px;
    /*margin-top: 10px;*/
}

#noter textarea, #shop-list textarea {
    min-height: 100px;
}

.avg_criterions .rating-div {
    margin: 0;
}


/*.average{border:1px dashed*/

#shop-list h3 {
    /*font-family: sacramento;*/
    width: 100%;
    margin-bottom: 20px;
    font-size: 35px;
}

#shop-list h3 small {
    float: right;
    font-size: 25px;
}

.gold-comment {
    border: 1px dashed #eb5e4d;
}

.block-center {
    text-align: center;
}

.block-center img {
    margin: 0 auto;
}

.block-center p {
    font-weight: bold;
    padding: 10px 5px;
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

#bloc-rating-general {
    display: table;
    width: 100%;
}

#bloc-rating-general > div {
    display: table-cell;
    vertical-align: middle;
}

#bloc-rating-general p {
    font-weight: bold;
    margin-top: 10px;
}

.decompose-rating .floatleft {
    color: #eb5e4d;
    margin-right: 15px;
    font-weight: bold;
}

.taligncenter {
    text-align: center;
}

.percentblock {
    border: 1px solid #eb5e4d;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 6px;
    width: 120px;
}

.rating-line .rating-uni {
    margin-bottom: 0;
}

.rating-line .floatleft {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.percentwidth {
    width: 0%;
    background-color: #eb5e4d;
    height: 12px
}


/*
 * Stars
 */

.rating-gly {
    font-family: 'Glyphicons Halflings';
}

.rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: default;
    float: left;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    /*margin-bottom: 10px;*/
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #ccc;
    overflow: hidden;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #EABD4A !important;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
    color: black;
}

.rating-container-rtl:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}


/**
 * Rating sizes
 */

.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
    font-size: 1.2em;
}

.star-rating-rtl {
    padding: 10px 0;
}


/**
 * Clear rating button
 */

.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}


/**
 * Caption
 */

.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

.tooltip-this {
    position: relative;
    float: left;
    cursor: pointer;
    margin-left: 15px
}

.comment-tooltip {
    position: absolute;
    top: 30px;
    left: -20px;
    background: #eb5e4d;
    border: 1px solid #eb5e4d;
    color: #fff;
    display: none;
    padding: 5px 10px;
    z-index: 10;
}

.comment-tooltip:after, .comment-tooltip:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-tooltip:after {
    border-color: rgba(235, 94, 77, 0);
    border-bottom-color: #eb5e4d;
    border-width: 5px;
    margin-left: -5px;
}

.comment-tooltip:before {
    border-color: rgba(235, 94, 77, 0);
    border-bottom-color: #eb5e4d;
    border-width: 8px;
    margin-left: -8px;
}

#shop-list .radio, #shop-list input[type=radio], #noter .radio, #noter input[type=radio] {
    /*visibility: hidden;*/
    /*display: none*/
}

.nps-active {
    background-color: #ccc !important
}

.nps-1 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #931a1a;
    color: #fff;
    font-weight: bold
}

.nps-2 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #b62020;
    color: #fff;
    font-weight: bold
}

.nps-3 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #d82626;
    color: #fff;
    font-weight: bold
}

.nps-4 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #df4848;
    color: #fff;
    font-weight: bold
}

.nps-5 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #eb8d8d;
    color: #fff;
    font-weight: bold
}

.nps-6 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #f1b0b0;
    color: #fff;
    font-weight: bold
}

.nps-7 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #ffde5c;
    color: #fff;
    font-weight: bold
}

.nps-8 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #ffcc00;
    color: #fff;
    font-weight: bold
}

.nps-9 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #64c668;
    color: #fff;
    font-weight: bold
}

.nps-10 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #46bb4b;
    color: #fff;
    font-weight: bold
}

.taligncenter {
    text-align: center;
}

.rating-div {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: 1%;
}
.raterater-hover-layer .star-0, .red, .raterater-hover-layer.rated .star-0, .raterater-layer.raterater-rating-layer .star-rated-1, .ratingdiv.rating-1 i:nth-child(-n+1) {
    color: #EBBC46;
}
.raterater-hover-layer .star-1, .orang, .raterater-hover-layer.rated .star-1, .raterater-layer.raterater-rating-layer .star-rated-2, .ratingdiv.rating-2 i:nth-child(-n+2) {
    color: #EBBC46;
}
.raterater-hover-layer .star-2, .yellow, .raterater-hover-layer.rated .star-2, .raterater-layer.raterater-rating-layer .star-rated-3, .ratingdiv.rating-3 i:nth-child(-n+3) {
    color: #EBBC46;
}
.raterater-hover-layer .star-3, .blue, .raterater-hover-layer.rated .star-3, .raterater-layer.raterater-rating-layer .star-rated-4, .ratingdiv.rating-4 i:nth-child(-n+4) {
    color: #EBBC46;
}
.raterater-hover-layer .star-4, .green, .raterater-hover-layer.rated .star-4, .raterater-layer.raterater-rating-layer .star-rated-5, .ratingdiv.rating-5 i:nth-child(-n+5) {
    color: #EBBC46;
}

.footer-rating-block .ratingdiv i {
    color: #ccc;
}

.product_cg {
    margin-bottom: 60px;
}
.product_cg__hr-title {
    width: 80px;
    margin: 10px 0 20px;
    border-color: black;
}
.product_cg__globalrating,
.product_cg__globalrating > div,
.product_cg__title {
    display: inline-block;
}
.product_cg__title {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 300;
    font-size: 25px;
    /*line-height: 20px;*/
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: inherit;
    position: relative;
    background: none;
    width: 100%;
    color: inherit;
}
h3.product_cg__title:after {
    display: block;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.product_cg__comments {
    margin: 40px 0;
}
.product_cg__comments .row {
    border-bottom: 1px solid grey;
    margin: 15px 0;
}
.product_cg__comments .row .star-rating {
    display: inline-block;
}

#commentaire_global_block_tab .rating-title{
    font-size: 16px;
}

#noter .section-top {
    background-image: url('/themes/krampouz/img/ImgTopSansRond.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    height: 450px;
    position: relative;
} 
#noter .section-top .page-title {
    position: absolute;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    height: 300px;
    width: 300px;
    bottom: 0;
    left: calc( 50% - 150px );
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -150px;
} 
#noter #center_column.center_column {
    margin-top: 150px;
}
#noter h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 40px;
}
#noter article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
#noter article img {
    border: 1px solid #eaeaea;
}
#noter article .title-product {
    font-size: 20px;
    color: #e30613;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}
#noter article .title-product,
#noter article .title-reference {
    margin-bottom: 40px;
}
#noter label,
#noter .article--right {
    font-weight: bold;
    font-size: 14px;
}
#noter textarea {
     min-height: 0;
     display: block; 
     width: 100%;
}
#noter .noter__criterion {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
#noter .btn-link {
    color: black;
    font-size: 16px;
    height: 30px;
    margin-left: 15px;
}
#noter .btn-link i {
    margin-right: 5px;
}
#noter .btn-link span {
    display: none;
}
#noter .btn-link span.animated {
    display: inline-block;
}
.comm-criterion {
    display: none;
}

#noter .form-error label {
    color: #e30613;
}
#noter .form-error textarea {
    border: 1px solid #e30613;
}
#noter #center_column {
    min-height: 250px;
}

.product_cg__comments .kpz_answer {
    padding: 5px 15px 15px;
}
.kpz_answer i {
    margin-right: 10px;
}
.row.kpz_answer {
    border: 0;
}