/* ========================================= */
/* ============== Pages diverses =========== */
/* ========================================= */

/* ========================================= */
/* ============== Bénévole ================= */
/* ========================================= */
.volunteer-intro {
    text-align: center;
    font-size: 17px;
}

.volunteer-list {
    max-width: 600px;
    margin: 25px auto;
    padding: 20px 25px;
    background: var(--oc-surface-soft);
    border: 1px solid var(--oc-border);
    /*border-left: 3px solid rgba(201, 157, 83, .45);*/
}

    .volunteer-list div {
        margin: 7px 0;
    }

.volunteer-status {
    margin-top: 30px;
    padding: 20px 25px;
    text-align: center;
    background: rgba(201, 157, 83, .08);
    border: 1px solid rgba(201, 157, 83, .35);
    border-left: 4px solid #c99d53;
}

.volunteer-end {
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
    color: #c99d53;
}

/* ========================================= */
/* ================ Planning =============== */
/* ========================================= */
.planning-img {
    display: block;
    width: 100%;
    height: auto;
}

.planning-coming {
    padding: 30px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #c99d53;
}

/* ========================================= */
/* ================ Partners =============== */
/* ========================================= */
.partner-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

    .partner-summary img {
        display: block;
        width: auto;
        max-width: 180px;
        height: 75px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter .2s ease, transform .2s ease;
    }

        .partner-summary img:hover {
            filter: grayscale(0%);
            transform: scale(1.04);
        }

.partner-logo {
    display: block;
    width: auto;
    max-width: 190px;
    height: 75px;
    margin-bottom: 15px;
    object-fit: contain;
}

.partner-entry {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(201, 157, 83, .18);
}

/* ========================================= */
/* ================ Contact ================ */
/* ========================================= */
.contact-lead {
    text-align: center;
    font-size: 17px;
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

    .contact-social a {
        display: block;
    }

    .contact-social img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: transform .2s ease, filter .2s ease;
    }

        .contact-social img:hover {
            transform: translateY(-3px);
            filter: drop-shadow(0 0 8px rgba(201, 157, 83, .45));
        }

.contact-discord {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 400px;
    margin: 30px auto 0;
    border: 0;
}

.contact-history-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.contact-history-item {
    padding: 22px;
    background: var(--oc-surface-soft);
    border: 1px solid var(--oc-border);
    /*border: 1px solid rgba(201, 157, 83, .18);*/
}

.contact-history-title {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #c99d53;
}

/* ========================================= */
/* ================= Legal ================= */
/* ========================================= */
.legal-content h2 {
    margin: 35px 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #c99d53;
}

.legal-content h3 {
    margin: 28px 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #c99d53;
}

.legal-content p {
    margin: 0 0 16px;
    line-height: 1.7;
}

.legal-content ul {
    margin: 0 0 18px;
    padding-left: 25px;
}

.legal-content li {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .volunteer-intro,
    .contact-lead {
        font-size: 15px;
    }

    .volunteer-list {
        padding: 16px 18px;
    }

    .partner-summary {
        gap: 15px;
    }

        .partner-summary img {
            max-width: 140px;
            height: 60px;
        }

    .partner-logo {
        max-width: 150px;
        height: 60px;
    }

    .contact-social {
        gap: 10px;
    }

        .contact-social img {
            width: 42px;
            height: 42px;
        }

    .contact-history-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================================= */
/* ================ Buvette ================ */
/* ========================================= */
/* ========================================= */
/* ================ Menus ================== */
/* ========================================= */
.buvette-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.buvette-card {
    min-height: 260px;
    background: var(--oc-surface-soft);
    border: 1px solid var(--oc-border);
    /*border: 1px solid rgba(201, 157, 83, .18);*/
    box-sizing: border-box;
}

.buvette-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 260px;
    gap: 8px;
    text-align: center;
    font-size: 45px;
}

    .buvette-card-placeholder span {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #c99d53;
    }

    .buvette-card-placeholder small {
        font-size: 13px;
        opacity: .5;
    }


/* ========================================= */
/* ================ Produits =============== */
/* ========================================= */

.buvette-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 25px;
}

.buvette-product {
    padding: 25px 20px;
    text-align: center;
    background: var(--oc-surface-soft);
    border: 1px solid var(--oc-border);
    /*border: 1px solid rgba(201, 157, 83, .18);*/
    box-sizing: border-box;
}

.buvette-product-icon {
    margin-bottom: 12px;
    font-size: 32px;
}

.buvette-product-icon,
.site-info-icon {
    color: var(--oc-teal);
}

.buvette-product-title {
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #c99d53;
}

.buvette-product-text {
    font-size: 13px;
    line-height: 1.5;
    opacity: .6;
}


/* ========================================= */
/* ================= Mobile ================ */
/* ========================================= */

@media (max-width: 600px) {

    .buvette-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .buvette-card,
    .buvette-card-placeholder {
        min-height: 200px;
        height: 200px;
    }

    .buvette-card-placeholder {
        font-size: 38px;
    }

        .buvette-card-placeholder span {
            font-size: 18px;
        }

    .buvette-products {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .buvette-product {
        padding: 20px;
    }
}
