#module-hess_dealerships-dealership #content {
    padding: 0 !important;
}

#hessDealership h2 {
    font-size: 21px;
}

#hessDealership p {
    font-size: 14px;
}

#hessDealership .dealership-informations p{
    font-size: 14px;
}

#hessDealership .dealership-informations .sub_title {
    font-size: 14px;
    font-weight: 600;
}

#hessDealership h3 {
    font-size: 17px;
    font-weight: 300;
}

#hessDealership .phone-number {
    font-weight: 600;
}

#hessDealership .dealership-hours, 
#hessDealership .dealership-phone, 
#hessDealership .dealership-address,
#hessDealership .container-service-hours {
    border: 1px solid #CED0D3;
}

#hessDealership .dealership-hours > p > span:first-child{
    min-width: 210px;
}

#hessDealership .dealership-image {
    height: 100%;
}

#hessDealership .dealership-image img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}

#hessDealership #dealership-btn-desktop,
#hessDealership #dealership-btn-mobile {
    background-color: #fff;
}

#hessDealership #dealership-btn-desktop a {
    min-width: 250px;
}

#hessDealership #dealership-btn-mobile {
    display: none;
    bottom: 62px;
    z-index: 10;
}
.dealership-brands > img{
    max-height: 68px;
}

.dealership-hours i {
    height: 14px;
    width: 14px;
    border-radius: 50% !important;
}

.dealership-hours i.open {
    background-color: rgb(43, 160, 43);
}

.dealership-hours i.close {
    opacity: 1;
    background-color: rgb(255, 0, 0);
}

@media screen and (max-width: 767px) {
    #hessDealership h2 {
        font-size: 18px;
    }

    #hessDealership p {
        font-size: 12px;
    }

    #hessDealership .dealership-hours, .dealership-phone, .dealership-address {
        border: none;
    }

    #hessDealership #dealership-btn-mobile {
        display: block;
    }

    #hessDealership #dealership-btn-desktop {
        display: none;
    }
}

#dealership-btn-mobile .dropup .dropdown-menu{
    box-shadow: none !important;
}

.dealership-avis .note {
    font-size: 25px;
    font-weight: bold;
}

.dealership-avis .asterix {
    text-align: center;
    font-size: 11px !important;
}

.icon-hess-star-full {
    font-size: 20px;
}

.dealership-avis .moyenneNote .rating > div {
    width: max-content;
}

.dealership-avis .moyenneNote .rating .position-absolute {
    overflow-x: hidden;
}

meter::-webkit-meter-optimum-value	 {
    background: none; /* Required to get rid of the default background property */
    background-color: #ffd900;
    box-shadow: #ffd900;
}

meter::-webkit-meter-bar {
    width: 150px;
    height: 7px;
    border: none !important;
}

meter{
    width: 150px;
    height: 7px;
    margin-bottom: 5px;
    background-color: #ffd900;
}

.dealership-avis .owl-dot{
    background-color: #ffd900 !important;
    position: relative!important;
    width: 35px!important;
    height: 5px!important;
    margin: 6px!important;
    border-radius: 0% !important;
    border: hidden !important;
}
.dealership-avis .owl-dot.active{
    background-color: #d8d8d8 !important;
}
.dealership-avis .owl-dot span {
    display: none !important;
}

#avisClientCarousel .avis p{
    font-size: 20px!important;
    font-weight: 500!important;
}

#avisClientCarousel .avis span{
    font-size: 12px!important;
    font-weight: 300!important;
}

#avisClientCarousel .avis .commentaire_general{
    max-height: 145px;
    overflow: hidden;
}
#avisClientCarousel .avis .commentaire_general:hover{
    overflow: auto;
}

.mostly-customized-scrollbar::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: #bbb; /* or add it to the track */
}

.dealership-avis .nbNote {
    align-items: flex-end;
}