/*
Theme Name:     Kadence - Radio Grand Lac
Theme URI:      n/a
Template:       kadence
Author:         RG Stratégie & Création
Author URI:     n/a
Description:    Thème Radio Grand Lac  sur la base du thème KadenceWP.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/*Affichage Animateur page Emission */
.rg-emission-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.rg-team-member {
    text-align: center;
    text-decoration: none;
    color: inherit;
	max-width : 120px;
}

.rg-team-photo {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f2f2;
}

.rg-team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rg-team-name {
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

/*Affichage Emission page Animateurs */
.rg-team-emissions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.rg-emission-item {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.rg-emission-photo {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f2f2;
}

.rg-emission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rg-emission-title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
}





