/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.google-review .container {padding-bottom: 30px;}
.google-review .carousel .carousel-indicators {display: block;}
.google-review .carousel .carousel-control-prev,
.google-review .carousel .carousel-control-next{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    text-align: center;
    opacity: .5;
}
.google-review .carousel .carousel-control-prev{left: 0;}
.google-review .carousel .carousel-control-next{right: 0;}
.google-review #googlereviewslide{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    padding: 0 40px;
    width: 100%;
}
.google-review h2{
    margin-bottom: 30px;
}
.google-review #googlereviewslide .carousel-item h3{
    margin: 20px 0;
    display: flex;
    align-items: center;
    font-size: 24px;
}
    .google-review #googlereviewslide .carousel-item h3 img{
        max-height: 50px;
        max-width: 50px;
        margin-right: 20px;
    }
.google-review .general-note-container .star-container-generals,
.google-review #googlereviewslide .carousel-item .star-container{color:#f2f218;}
.google-review #googlereviewslide .carousel-item .date{
    font-size: 0.8em;
    font-style: italic;
}
.google-review .row-elements{
    display: flex;
    align-items: center;
}
.google-review .general-note-review{
    display: flex;
    justify-content: center;
}
    .google-review .general-note-review .general-note-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 250px;
        height: 250px;
        background-image: url(../img/bg-google-circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .google-review .general-note-review .general-note-container span{
        font-size: 100px;
        color: #4285f4;
        line-height: 1em;
    }
.carousel-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel-container .all-avis.btn-primary{
    background-color: #72a03d;
}
    .carousel-container .all-avis.btn-primary:hover{
        background-color: #9DC56B;
    }
@media (max-width: 991px){
    .google-review #googlereviewslide.carousel {
        left: 0 ;
        width: 100%;
        padding-bottom: 0.5rem;
        margin-left: auto;
    }
    .google-review #googlereviewslide.carousel .carousel-inner {
        height: 300px;
    }
}