/* ============================================================
   FSAS - From Screen to Art and Sport
   Styles dédiés à la page projet Erasmus+
   Couleur principale FSAS (à ajuster) : #D97706 (terracotta/ambre)
   ============================================================ */

.fsas-page h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fsas-page h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* --- Hero --- */
.fsas-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.fsas-acronym {
    color: #D97706;
}

.fsas-subtitle {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.fsas-hero-image img {
    border-radius: 8px;
}

.fsas-eu-logo {
    max-width: 280px;
    height: auto;
}

.fsas-project-ref {
    color: #A8834C;
}

/* --- Encadré infos clés --- */
.fsas-info-box {
    border: 2px solid #D97706;
    border-radius: 8px;
    padding: 20px 25px;
    background-color: rgba(217, 119, 6, 0.05);
}

.fsas-info-title {
    color: #D97706;
    margin-top: 0;
    margin-bottom: 10px;
}

.fsas-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.fsas-info-list li {
    padding: 4px 0;
}

/* --- Cartes objectifs --- */
.fsas-card {
    border: 1px solid #A8834C;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: white;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.fsas-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(168, 131, 76, 0.18);
}

.fsas-card-num {
    font-size: 2rem;
    font-weight: bold;
    color: #D97706;
    margin-bottom: 10px;
}

/* --- Partenaires --- */
.fsas-partner {
    border: 1px solid #A8834C;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fsas-partner-logo {
    max-width: 120px;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 12px;
}

.fsas-partner-name {
    font-size: 1.05rem;
    margin: 6px 0;
    min-height: 2.5em;
}

.fsas-partner-country {
    font-weight: bold;
    margin-bottom: 4px;
}

.fsas-partner-role {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.fsas-partner-link {
    margin-top: auto;
}

/* --- Suivez le projet --- */
.fsas-follow-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.fsas-follow-btn {
    min-width: 200px;
    border: 1px solid #A8834C !important;
    color: #A8834C !important;
    background-color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.fsas-follow-btn i {
    margin-right: 8px;
}

.fsas-follow-btn:hover,
.fsas-follow-btn:active,
.fsas-follow-btn:focus {
    background-color: #D97706 !important;
    color: white !important;
    border-color: #D97706 !important;
}

.fsas-follow-btn:hover i,
.fsas-follow-btn:active i,
.fsas-follow-btn:focus i {
    color: white !important;
}

/* --- Mention UE en pied de page projet --- */
.fsas-eu-disclaimer {
    border-top: 1px solid #A8834C;
    padding-top: 25px;
    padding-bottom: 25px;
}

.fsas-eu-logo-footer {
    max-width: 220px;
    height: auto;
}

.fsas-institutional-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 30px;
}

.fsas-institutional-logo {
    max-height: 70px;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .fsas-title {
        font-size: 1.6rem;
    }

    .fsas-subtitle {
        font-size: 1rem;
    }

    .fsas-card-num {
        font-size: 1.6rem;
    }

    .fsas-partner-name {
        min-height: auto;
    }

    .fsas-follow-btn {
        min-width: 100%;
    }
}
