@import "../../assets/css/fiche-agence/block-header.css";
@import "../../assets/css/fiche-agence/block-intervention-agence.css";
@import "../../assets/css/fiche-agence/block-seo.css";
@import "../../assets/css/fiche-agence/block-team.css";

.fa-star:before {
    color: #fbaa30;
    margin: 0 2px;
}

.fa-star-o:before {
    color: #fbaa30;
    margin: 0 2px;
}

.fa-star-half-alt {
    color: #fbaa30;
    margin: 0 2px;
}

.avis-note {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.avis-link {
    text-decoration: underline !important;
    color: #c40767;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 768px){
    #fiche-agence-aidons-pour-contenu {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(80%, #000), to(#0000));
        max-height: 300px;
        overflow: hidden;
        transition: max-height .2s ease-out;
    }

    #fiche-agence-aidons-pour-contenu.active {
        -webkit-mask-image: none;
    }

    .show-more-aidons-pour:hover {
            cursor: pointer;
    }
}