
.sht-custom h3.provider_name  {
    padding-top: 0!important;
    letter-spacing: .5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px!important;
    font-family: "kepler-std-display", Helvetica, sans-serif!important;
    font-size: 15px!important;
    line-height: 1.2!important;
    color: #033049!important;
    text-align: left!important;

}

.post .post-content h3.provider_name {
    padding-bottom: 5px!important;
}

.sht-custom h3:before, .sht-custom h3:after {
    content: none!important;
}

html.no-touch .provider-list .provider_cart .provider_cart_content.sht-custom {
    border: 1px solid #c1a875;
    background-color: #faf9f5;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


.provider_cart_content.sht-custom a.annuaire-item.block{
    position: initial;
}

.provider_cart_content.sht-custom .favorite, .provider_cart_content.sht-custom:hover .favorite{
    background-color: #faf9f5;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


@media (min-width: 1024px) {

    #content.shtcust-full {
        width: 100%;
    }
}

@media (max-width: 767px){
    .sht-encadre-content{
        clear: both;
    }

    a[id^="custbutton-"] {
        display: block!important;
        width:100%!important;
    }

}