/* Pages légales et contact (racine du site) */

.legal-page {
    width: 100%;
}

.legal-page > .back-btn {
    text-align: left;
}

a.back-btn {
    text-decoration: none;
    color: white;
}

a.back-btn:visited {
    color: white;
}

a.back-btn:hover {
    color: white;
}

.legal-page__content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.legal-page__content .composition-section h2,
.legal-page__content .composition-section h3 {
    text-align: center;
}

.contact-page__avatar {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 24px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.contact-page__tagline {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    margin-bottom: 28px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contact-page__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

.contact-page__social-link {
    display: inline-block;
    line-height: 0;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.contact-page__social-link img {
    display: block;
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.contact-page__content {
    text-align: center;
}
