@charset "utf-8";
/* CSS Document */

.wptripadvisor-block {
    background: #fff;
    padding-bottom: 4px;
}
.wptripadvisor-block .item {
    margin: 10px 0 20px;
    padding: 0 8px;
}
.wptripadvisor-block .info-bulle {
    background-color: #eaeaea;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0;
    box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0;
    color: rgb(255, 255, 255);
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    margin: 0 0 25px;
    outline: rgb(255, 255, 255) none 0;
    perspective-origin: 277.5px 69px;
    padding: 20px 20px 20px 48px;
    transform-origin: 277.5px 69px;
}
.wptripadvisor-block .info-bulle::after {
    border-top: 30px solid #eaeaea;
    box-sizing: border-box;
    bottom: -30px;
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    text-size-adjust: 100%;
    width: 30px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    outline: rgb(255, 255, 255) none 0;
}
.wptripadvisor-block .info-bulle::before {
    bottom: 47px;
    content: '\201C';
    font-family: "georgia", serif;
    font-size: 60px;
    color: rgb(187, 187, 187);
    display: block;
    
    line-height: 60px;
    margin: 0;
    position: absolute;
    top: 15px; right: 515px; left: 15px;;
    width: 24px; height: 60px;
}

.wptripadvisor-block .info-bulle p {
    color: #333;
    font: 14px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}
.wptripadvisor-block .info-bulle .wptripadvisor-star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.wptripadvisor-block .info-bulle .no-lightbox {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 47px;
}
.wptripadvisor-block .info-bulle .no-lightbox img {
    max-width: 100%;
    height: auto;
}
.wptripadvisor-block .user-bloc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.wptripadvisor-block .user-bloc .user-infos {
    color: #02ddf7;
    font: 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20.8px;
    margin: 0;
    text-transform: uppercase;
}
.wptripadvisor-block .user-bloc .user-pht {
    margin: 0 20px;
}
.wptripadvisor-block .user-bloc .user-pht img {
    border-radius: 50%;
    height: 60px; width: 60px;
}
.wptripadvisor-block .owl-item .user-bloc .user-pht img {

}
.wptripadvisor-block .owl-carousel .owl-nav .owl-prev, 
.wptripadvisor-block .owl-carousel .owl-nav .owl-next {
    background-color: #e1e1e1;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; height: 32px;
}
.wptripadvisor-block .owl-carousel .owl-nav .owl-prev:focus, 
.wptripadvisor-block .owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.wptripadvisor-block .owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.wptripadvisor-block .owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.wptripadvisor-block .owl-carousel .owl-nav .owl-prev i, 
.wptripadvisor-block .owl-carousel .owl-nav .owl-next i {
    font-size: 20px;
    color: #fff;
}

.wptripadvisor-block .owl-carousel .owl-dots {
    text-align: center;
    margin: 10px 0;
}
.wptripadvisor-block .owl-carousel .owl-dot {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 4px;
}
.wptripadvisor-block .owl-carousel .owl-dot:focus {
    outline: none;
}

.wptripadvisor-block .owl-carousel .owl-dot span {
    background-color: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    display: inline-block;
    
    width: 10px; height: 10px;
}

.wptripadvisor-block .owl-carousel .owl-dot.active span {
    background-color: #c3c3c3;
    cursor: default;
}


