/*
 * GENERAL
 */


.ctGuest {
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 9999;
}

@media screen and (max-width:960px) {
    .ctGuest {
        position: relative;
     right: auto;
     left:50%;
     transform: translateX(-50%);
     z-index:1;
    }

    #guestapp-reviews-simple.guestapp-simple-widget {
        max-width: 100%;
        margin: auto;
    }
}

#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    border-radius: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    width:100% !important;
}

#guestapp-reviews-simple p {
    margin: 5px 0;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-scale {
    border-top: 1px solid white;
    font-size: 20px;
    padding: 0 8px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb3 {
    margin: 3px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb10 {
    margin-bottom: 10px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big2 {
    font-size: 1.5em;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big3 {
    font-size: 2em;
    line-height: 1.2em;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-cta {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width: auto !important;
    cursor: pointer;
}

/*
 * REVIEW AGGREGATE
 */

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    color: #755c48;
    line-height: 26px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate .guestapp-average {
    background-color: #755c48;
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    height: 68px;
    padding-top: 8px;
    text-align: center;
    width: 68px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer img {
    height: 25px;
 /*   display: none;*/
}

/*
 * Widget Simple
 */
#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    max-width: 500px;
    min-height: 110px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 14px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
    display: inline-block;
    text-align: left;
    margin-top: 15px !important;
    padding-right:20px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    border:0;
    text-align: right;
    margin: 0 5px 5px 0;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-link-reviews {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 480px) {
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
        margin: 10px auto;
        display: block;
    }
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
        display: block;
        text-align: center;
    }

    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
        position:relative;
        text-align: center;
        margin-top: 15px;
    }
}

/*
 * Theme sombre
 */
#guestapp-reviews-simple.guestapp-widget-obscur {
    background-color: #262f34;
    border: 1px solid #000;
    color: #f7f7f7;
    overflow: hidden;
}

.guestapp-widget-obscur .guestapp-link-reviews {
    border: 1px solid #222;
    background-color: #755c48;
    border-bottom: 2px solid #222;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-scale {
        border-top: 1px solid white;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-cta {
    /*    border: 1px solid #A0264B;*/
    background-color: #755c48;
    border-bottom: 2px solid #222;
    color: white;
    cursor: pointer;
}

/*
 * Theme bright
 */
#guestapp-reviews-simple.guestapp-widget-bright {
    background-color: #f5f5f5;
   /* border: 1px solid #ccc;*/
    color: #333;
    overflow: hidden;
/*    position: fixed;
    bottom: 1%;
    left: 1%;*/
}

.guestapp-widget-bright .guestapp-link-reviews {
    border: 1px solid #222;
    background-color: #755c48;
    border-bottom: 2px solid #222;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-scale {
    border-top: 1px solid #ccc;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-cta {
    border: 1px solid #222;
    background-color: #755c48;
    border-bottom: 2px solid #222;
    color: white;
   /* display: none;*/
}

.guestapp-rating-tooltip img {
    width: 100%;
    height: auto;
}

.guestapp-rating-tooltip {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.guestapp-rating-tooltip::before {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    margin-top: -50px;
    color: #fff;
    background: #888;
    content: attr(aria-label);
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.guestapp-rating-tooltip:hover:before,
.guestapp-rating-tooltip:focus:before {
    opacity: 1;
}

.guestapp-hidden {
    display: none;
}
