@media screen and (min-width: 768px) {
    .vpa-pages-mosaic {
        grid-template-rows: minmax(200px, 500px) !important;
        row-gap:1em !important;
        align-self: start;
    }
    
}
.card-equipe {
    display: grid;
    grid-template-rows: minmax(200px, 260px) repeat(3, minmax(40px, 80px)) !important;
    margin :0 !important;
    text-decoration: none !important;
    height: 100%;
    
    .vpa-image{
        grid-column: 1;
        align-self: stretch;
        justify-self: center;
        overflow: hidden;
        margin :0 !important;
        border-radius: 10px;
        grid-row:1;

        
    }
    .paragraph, .link {
        
            justify-self: center;
    
    }

    .heading{
        align-self: start;
        justify-self: center;
        padding: 0;
        font-size:1.05em;
        font-weight: bold;
        z-index: 10;
        text-align: center;
        
    }
    .sub-container {
        padding: 0;
    }
    .hide-tel {
        color: transparent;
        background: var(--main-color);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: stretch;
        width:90%;
        font-weight: bold;
        font-size: 1em;
        line-height:1.75em;
        cursor: pointer;
        position: relative;
    }
    .hide-tel::after {
        content: "Afficher le numéro";
        position: absolute;
        color: #fff;
        left: 0; right: 0; top: 0; bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .hide-tel::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-right: 1em;
    background: no-repeat center/contain url("../icons/telephone-_UeVHTe.svg");
    vertical-align: middle;
    }
    .affiche-tel {
    color: #000;
    background: transparent;
    cursor: default;
    user-select: text;
    position: static;
    }
    .affiche-tel::after {
        content: "";
    }
    .equipe-ajust-title {
        align-self: center;
    }
}