/* Global CSS*/
* {
    -webkit-font-smoothing: antialiased;
}

.published {
    font-weight: 600;
}

#agWidgetH p {
    color: #4e4e4e;
}

.reviewTxt p {
    color: #111111;
}

/* bouton */
.rad4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

meta,
.metaHide {
    display: none !important;
}

.reviewGlobal {
    display: inline-block !important;
    vertical-align: top !important;
    color: #175298 !important;
}

.reviewGlobal p {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
}

#agWidgetH .reviewGlobal {
    cursor: pointer;
}

/* Etoile */
.steavisgarantisStar {
    width: 111px;
    max-width: 111px;
    position: relative;
    padding: 0;
    height: 30px;
}

.steavisgarantisStar span {
    width: 100%;
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://cloudfront.s-a-g.fr/static/product-widget/img/star_off.png) left center;
    background-size: 111px 30px;
}

.steavisgarantisStar span.note {
    display: block;
    height: 30px;
    width: 0;
    overflow: hidden;
    background: url(https://cloudfront.s-a-g.fr/static/product-widget/img/star_on.png) left center;
    background-size: 111px 30px;
}

/*NOTES*/
.largeNote,
.largeNote p {
    font-family: "Oswald", Arial;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    color: #175298;
}

.largeNote big {
    font-size: 36px;
    letter-spacing: -2px;
}

/*list des avis*/
.reviewList {
    padding: 0;
    margin: 0 auto;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.reviewList li {
    list-style: none;
    border-top: 1px dashed #c5cee0;
    padding: 10px 0;
    position: relative;
}

.author {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 18px;
    color: #175298;
    font-weight: 600;
}

.author img {
    float: left;
    margin: 4px 8px 8px 0;
    width: 24px;
}

.author .time {
    display: inline-block;
    font-size: 9.5px;
    font-weight: 400;
}

.reviewTxt p,
.reponse p {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}

.reviewTxt meta {
    display: none;
}

.reponse {
    display: block;
    padding: 8px 12px;
    background: #ffffff;
    margin-top: 10px;
}

.reponse span {
    font-size: 11px;
    line-height: 11px;
    color: #175298;
    letter-spacing: 0;
}

.reponse span img {
    margin-right: 6px;
    float: left;
    width: 12px;
}

.reponse p {
    font-style: italic;
    font-size: 12px;
}

/*steavisgarantisStats*/
.steavisgarantisStats {
    display: inline-block;
}

.steavisgarantisStats .item {
    height: 116px;
    display: inline-block;
    margin: 0 2px;
}

.steavisgarantisStats .item .stat,
.steavisgarantisStats .item .name,
.steavisgarantisStats .item .stat .note .value {
    display: block;
    width: 20px;
}

.steavisgarantisStats .item .stat {
    height: 88px;
    background: none;
    position: relative;
    border: 0px solid #f00;
}

.steavisgarantisStats .item .stat .note {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 20px;
    background: #f5d700;
    text-align: center;
}

.steavisgarantisStats .item .stat .note .value {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 9px;
    text-align: center;
    color: #777777;
}

.steavisgarantisStats .item .name {
    font-size: 11px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #f5d700;
    letter-spacing: 0;
}

/*boutons*/
.agBt {
    display: inline-block;
    background: #175298;
    border: 1px solid #175298;
    color: #ffffff !important;
    font-size: 7px;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 10px;
    width: auto;
    text-decoration: none !important;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.agBt:hover {
    background: none;
    color: #175298 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.agBtBig {
    display: block;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 14px;
    cursor: pointer;
    width: 160px;
    margin: 10px auto;
    display: block;
}

/* WIDGET HORIZONTAL*/
.SAG-ELFR_Widget {
    display: block;
    width: 100%;
    max-width: ;
    line-height: 0;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #f0f0f0;
}

.SAG-ELFR_Widget .reviewGlobal {
    text-align: left;
    display: flex !important;
    align-items: center;
}

/*WIDGET MAIN*/

.inner.bgGrey1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 12px;
    margin: 0;
    box-sizing: initial !important;
    height: 106px;
    padding: 25px 0 20px 0;
}

.inner.bgGrey1 .logoCont,
.inner.bgGrey1 .statCont,
.inner.bgGrey1 .reviewCont {
    display: inline-block;
    height: 100px;
    vertical-align: top;
}

.inner.bgGrey1 .logoCont {
    display: flex;
    width: 20%;
    flex-direction: column;
}

.inner.bgGrey1 .statCont {
    width: 53%;
    text-align: center;
    min-width: 140px;
}

.inner.bgGrey1 .reviewCont {
    width: 20%;
    text-align: right;
}

.inner.bgGrey1 .logoCont img {
    max-width: 151px;
}

.inner.bgGrey1 .logoCont .agBt {
    margin: 6px 0 0 12px;
}

.inner.bgGrey1 .reviewCont .reviewGlobal {
    text-align: center;
    padding-top: 26px;
}

.inner.bgGrey1 .largeNote {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    width: 120px;
}

.inner.bgGrey1 .largeNote big {
    font-size: 50px;
    letter-spacing: -3px;
}

.inner.bgGrey1 .reviewList {
    padding: 0;
    margin: 0 auto 8px auto;
}

.inner.bgGrey1 .reviewList li {
    border-top: none;
    padding: 16px 20px;
    margin: 0;
}

.inner.bgGrey1 .logoAg {
    display: block;
    margin: 10px;
}

.reviewTxt .steavisgarantisStar {
    position: absolute;
    top: 3px;
    right: 16px;
}

.inner.bgGrey1 .reviewTxt p {
    font-weight: 400;
    margin: 6px 0;
    letter-spacing: 0;
    padding: 0px;
}

.inner.bgGrey1 .certificateBtn {
    padding: 5px 15px;
}

@media (max-width: 600px) {
    .inner.bgGrey1 .statCont {
        display: none !important;
    }

    .inner.bgGrey1 .logoCont {
        width: 60%;
    }

    .inner.bgGrey1 .reviewCont {
        width: 40%;
    }
}

@media (max-width: 400px) {
    .inner.bgGrey1 .reviewList .steavisgarantisStar {
        display: block !important;
        position: relative;
        top: auto;
        right: auto;
    }
}

/* Footer Link */
#steavisgarantisFooterVerif {
    text-align: center;
    margin: 5px auto;
    display: table;
}

#steavisgarantisFooterVerif img {
    margin-right: 3px;
    width: 20px !important;
}

#steavisgarantisFooterText {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 12.5px;
}

#steavisgarantisFooterText a {
    font-size: 12.5px;
}

/*background*/
.bgGrey0 {
    background: #f9f9f9;
}

.bgGrey1 {
    background: #f3f3f3;
}

#agWidgetH {
    background: none;
}

.reviewList li {
    padding: 10px;
}

/* Si mobile */
@media screen and (max-width: 750px) {
    .agJsWidget {
        display: none;
    }

    #steavisgarantis.agWidget.rad {
        display: none;
    }
}