#dgo_avif {
    width: 200px;
    height: auto;
}

.dgo_card {
    min-width: 300px;
    min-height: 200px;
    padding: 20px;
    background-color: white;
}

.dgo_star {
    width: 78px;
}

.dgo_gef_icon {
    position: absolute;
    top: 15px;
    left: 34px;
    width: 12px;
    height: auto;
}

.dgo_chevron {
    position: absolute;
    top: 169px;
    z-index: 800;
    padding: 20px;
    background: #FFD602;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.dgo_chevron:hover {
    background: #e5bf00;
}
#dgo_avif_block{
    left: 0px;
    right: 0px;
    transition: all 0.4s;
}
#dgo_avif_link a{
    margin-left:20px;
}

.dgo_comment{
    min-height: 118px;
    padding: 25px 15px;
    margin-left: 5%;
    margin-right:5%;
    border-bottom: 3px solid white;
}

#dgo_more_comment:hover{
    background-color: #656565!important;
}

#index #content .home_service_client{
    margin-top: 0;
}

#dgo_chevron_right{
    right: 7px;
    padding-left: 5px;
}

#dgo_chevron_left{
    left: 7px;
    padding-right: 5px;
}

@media (max-width: 500px)  {
    .dgo_chevron{
        top: 92px;
        height: 211px;
        padding: 7px;
        border: 1px solid #eeeded;
        box-shadow: none;
        padding: 3px;
        background: white;
        opacity: 0.8;
    }
    .dgo_chevron img{
        margin-top: 79px;
    }
    .dgo_chevron:hover {
        background: #dadada;
    }
    .dgo_card{
        padding: 27px;
    }
    #dgo_avif_link{
        flex-wrap: wrap;
    }
    #dgo_avif_link a{
        margin-left:0;
    }

    #dgo_link_avif{
        margin-top: 20px;
    }
    #dgo_chevron_right{
        right: 12px;
    }
    #dgo_chevron_left{
        left: inherit;
    }
    #index #dgo_avif_title{
        text-align: center;
    }
}

@media (max-width: 387px)  {
    .dgo_chevron{
        top: 123px;
    }
}

.tb_img_div{
    position: fixed;
    z-index: 800;
    left: 0;
    bottom: 0;
}
.tb_img_div img{
    width: auto;
    max-height: 249px;
}
@media (max-width: 750px) {
    .tb_img_div{
        display: none;
    } 
}

.dgo_number_avis{
    font-size: 13px;
    font-weight: 500;margin-left:15px;color:#253081;
}

.dgo_number_avis:hover{
color: #FFD52B;
}