.hbc-gymnases {
    --hbc-violet: #4b176d;
    --hbc-violet-fonce: #260536;
    --hbc-violet-clair: #f2e8f7;
    --hbc-bordure: #c3c4c7;
    --hbc-texte: #25202a;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.5rem 0;
}

.hbc-gymnase {
    background: #fff;
    border: 1px solid var(--hbc-bordure);
    border-radius: 8px;
    color: var(--hbc-texte);
    overflow: hidden;
}

.hbc-gymnase-photo {
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
}

.hbc-gymnase-image {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

.hbc-gymnase-contenu {
    padding: 1.25rem;
}

.hbc-gymnase .hbc-gymnase-nom {
    color: var(--hbc-violet) !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 .25rem !important;
    text-align: left !important;
}

.hbc-gymnase-adresse {
    margin: 0 0 1rem;
}

.hbc-gymnase-information {
    border-top: 1px solid var(--hbc-bordure);
    margin-top: 1rem;
    padding-top: 1rem;
}

.hbc-gymnase .hbc-gymnase-information h3 {
    color: var(--hbc-violet) !important;
    font-size: 1rem !important;
    font-weight: 600;
    margin: 0 0 .35rem !important;
}

.hbc-gymnase-information p {
    margin: 0;
}

.hbc-gymnase-action {
    margin: 1.5rem 0 .5rem;
    text-align: center;
}

.hbc-gymnase-action a {
    background: var(--hbc-violet);
    border: 2px solid var(--hbc-violet);
    border-radius: 6px;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    padding: .55rem .85rem;
    text-decoration: none !important;
}

.hbc-gymnase-action a:hover,
.hbc-gymnase-action a:focus-visible {
    background: var(--hbc-violet-fonce);
    border-color: var(--hbc-violet-fonce);
}

@media (max-width: 720px) {
    .hbc-gymnases {
        grid-template-columns: 1fr;
    }
}
