/* Typographie CourierPrimeProSans */
@font-face {
    font-family: 'CourierPrime';
    src: url('fonts/courierprimepropsans/Courierprimepropsans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CourierPrime';
    src: url('fonts/courierprimepropsans/Courierprimepropsans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Typographie EduAUVICWANTPre */
@font-face {
    font-family: 'EduAUVICWANTPre';
    src: url('fonts/Edu/EduAUVICWANTPre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EduAUVICWANTPre';
    src: url('fonts/Edu/EduAUVICWANTPre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'EduAUVICWANTPre';
    src: url('fonts/Edu/EduAUVICWANTPre-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'EduAUVICWANTPre';
    src: url('fonts/Edu/EduAUVICWANTPre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Variables CSS */
:root {
    --primary-color: #0C2E18; /* Vert sombre pour texte, contours et boutons */
}

/* Reset et base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'CourierPrime', serif;
    line-height: 1.4;
    color: var(--primary-color);
    background-color: #fff;
    font-weight: 400;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.header {
    background: #fff;
    padding: 40px 0 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'CourierPrime', serif;
    font-weight: normal;
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.logo:hover {
    opacity: 0.6;
}

.logo-text {
    color: var(--primary-color);
}

.logo-icon {
    font-size: 28px;
}

.logo-icon img {
    width: 180px;
    height: auto;
}

.nav {
    display: flex;
    gap: 25px;
}

.nav-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
}

.nav-link:hover {
    opacity: 0.6;
}

.nav-link.active {
    opacity: 1;
    font-weight: 600;
}

/* Bouton hamburger */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hero Section - Page d'accueil */
.hero {
    background: #fff;
    color: var(--primary-color);
    padding: 10px 0 60px;
}

.hero-content {
    text-align: left;

}

.hero-title {
    font-family: 'CourierPrime', serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.hero-subtitle {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Styles pour la homepage */
.homepage-manifeste-text {
    font-size: clamp(2rem, 3vw, 2.3rem);
    line-height: 1.3em;
    font-family: 'EduAUVICWANTPre', serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-feature-settings: 'ccmp' 0;
    text-align: center;
}

.homepage-manifeste-subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 50px;
}

/* Styles pour la page manifeste */
.manifeste-text {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'CourierPrime', serif;
    color: var(--primary-color);
    text-align: center;
}

.manifeste-text strong {
    font-family: 'EduAUVICWANTPre', serif;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    margin-bottom: 1em;
}

.manifeste-subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 30px;
    font-family: 'CourierPrime', serif;
}

/* Hero Section - Pages internes */
.page-hero {
    background: #fff;
    color: var(--primary-color);
    padding: 60px 0 40px;
    text-align: center;
    border-bottom: 1px solid var(--primary-color);
    max-width: 800px;
    margin: 0 auto;
}

.page-title {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: clamp(1.2rem, 2vw, 2.7rem);
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 0.9;
    letter-spacing: 2px;
    color: var(--primary-color);
    font-feature-settings: 'ccmp' 0;
}

.page-intro {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.page-intro p {
    margin-bottom: 12px;
}

.page-intro strong {
    font-weight: 700;
}

/* Contenu principal */
.main-content {
    background: #fff;
    min-height: 80vh;
    padding: 40px 0;
}

/* Sections de contenu */
.content-section {
    padding: 45px 0;
    border-bottom: 1px solid var(--primary-color);
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.content-section:last-of-type {
    border-bottom: none;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.section-title {
    font-family: 'CourierPrime', monospace;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--primary-color);
}

.section-content {
    max-width: 700px;
    margin: 0 auto;
}

.intro-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    opacity: 0.9;
    color: var(--primary-color);
}

/* Images apéros YETI */
.apero-main-image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.apero-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.apero-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.apero-image-item {
    width: 100%;
    overflow: hidden;
}

.apero-image-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Filters - Page d'accueil */
.filters {
    background: #fff;
    padding: 10px 0;
}

.filter-bar {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
}

.filter-btn {
    background: #fff;
    border: 1px solid var(--primary-color);
    border-right: none;
    padding: 12px 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'CourierPrime', serif;
}

.filter-btn:first-child {
    border-left: 1px solid var(--primary-color);
}

.filter-btn:last-of-type {
    border-right: 1px solid var(--primary-color);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-color);
    color: #fff;
}

/* Boutons de disciplines */
.discipline-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.discipline-btn {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid rgba(12, 46, 24, 0.7);
    padding: 6px 16px 4px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'CourierPrime', serif;
    opacity: 0.7;
}

.discipline-btn:hover,
.discipline-btn.active {
    background: var(--primary-color);
    color: #fff;
    opacity: 1;
}

.search-container {
    margin-left: auto;
    display: none; /* Désactivé sur la page d'accueil */
    align-items: flex-end;
    background: transparent;
    padding: 0; 
}

.search-input {
    border: none;
    border-bottom: 1px solid var(--primary-color);
    background: none;
    outline: none;
    padding: 8px 0;
    font-size: 11px;
    width: 180px;
    font-family: 'CourierPrime', serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: border-bottom 0.2s ease;
}

.search-input:focus {
    border-bottom: 2px solid var(--primary-color);
}

.search-input::placeholder {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-btn {
    background: transparent;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    font-size: 11px;
    padding: 8px 0 8px 20px;
    font-family: 'CourierPrime', serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: opacity 0.2s ease;
}

.search-btn:hover {
    opacity: 0.6;
}

/* Artists Grid - Page d'accueil */
.artists-grid {
    padding: 10px 0;
    background: #fff;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.artist-card {
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    overflow: hidden;
    transition: none;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

.artist-card:hover {
    transform: none;
    box-shadow: none;
}

/* CTA Card dans la grille */
.cta-card {
    grid-column: span 3;
    background: white;
    border: 1px solid var(--primary-color);
    padding: 60px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-card .cta-content {
    max-width: 700px;
    margin: 0;
}

.cta-card .cta-title {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-feature-settings: 'ccmp' 0;
}

.cta-card .cta-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--primary-color);
    opacity: 0.7;
    line-height: 1.5;
}

.cta-card .cta-button {
    display: inline-block;
    background: transparent;
    color: var(--primary-color);
    padding: 14px 35px 9px;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-color);
    font-weight: bold;
}

.cta-card .cta-button:hover {
    background: var(--primary-color);
    color: #fff;
}

.artist-images {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.single-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.artist-card:hover .single-image img {
    transform: scale(1.05);
}

.artist-info {
    padding: 15px;
    position: relative;
}

.artist-name {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-feature-settings: 'ccmp' 0;
}

.artist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.tag {
    padding: 5px 10px 2px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--primary-color);
    border: none;
}

.tag-orange {
    background: #F8D4C0;
}

.tag-purple {
    background: #E8D0F2;
}

.tag-brown {
    background: #D4C4B8;
}

.tag-pink {
    background: #FFD6E8;
}

.tag-green {
    background: #D4E8D8;
}

.tag-blue {
    background: #D0E0F0;
}

.tag-red {
    background: #FFE0E0;
}

.tag-teal {
    background: #D0F2F0;
}

/* Bouton view-profile supprimé - toute la carte est maintenant cliquable */

/* Page de profil d'artiste */
.artist-profile {
    padding: 40px 0;
    background: #fff;
}

.profile-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: start;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 40px;
}

.profile-portrait {
    width: 150px;
    height: 200px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    background: #f5f5f5;
}

.profile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-name {
    font-family: 'CourierPrime', serif;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    letter-spacing: -1px;
    line-height: 0.9;
}

.profile-disciplines {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-location {
    font-size: 12px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-bio-compact {
    margin-top: 10px;
    max-width: 500px;
}

.bio-text-compact {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

.profile-actions {
    display: flex;
    align-items: flex-start;
}

.header-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px 5px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.2s ease;
    background: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'CourierPrime', serif;
    font-weight: 400;
    width: 100px;
}

.header-link:hover {
    background: var(--primary-color);
    color: #fff;
}

.header-link-contact {
    background: var(--primary-color);
    color: #fff;
}

.header-link-contact:hover {
    opacity: 0.8;
}

.header-link .link-text {
    font-size: 10px;
    font-weight: bold;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px 16px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.gallery-year {
    font-size: 10px;
    opacity: 0.8;
}

/* Page "Nous rejoindre" - Éléments spécifiques */
.steps-list {
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--primary-color);
    background: #fff;
}

.step-number {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--primary-color);
}

.benefits-box {
    background: #F0F8F2;
    border: 1px solid var(--primary-color);
    padding: 25px;
    max-width: 700px;
    margin: 0 auto;
}

.benefits-title {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    font-feature-settings: 'ccmp' 0;
}

/* Formulaire d'inscription */
.inscription-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 14px;
    font-family: 'CourierPrime', serif;
    outline: none;
    transition: border-bottom 0.2s ease;
}

.form-input:focus {
    border-bottom: 2px solid var(--primary-color);
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: var(--primary-color);
}

.checkbox-label input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form-submit {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'CourierPrime', serif;
}

.form-submit:hover {
    background: #fff;
    color: var(--primary-color);
}

.form-note {
    font-size: 11px;
    margin-top: 30px;
    opacity: 0.7;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.benefits-list li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: var(--primary-color);
    position: relative;
    padding-left: 15px;
}

.benefits-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.benefits-list li:last-child {
    margin-bottom: 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.value-block {
    border: 1px solid var(--primary-color);
    padding: 25px;
    background: #fff;
}

.value-title {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    font-feature-settings: 'ccmp' 0;
}

.value-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.value-list li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: var(--primary-color);
    position: relative;
    padding-left: 15px;
}

.value-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.value-list li:last-child {
    margin-bottom: 0;
}

/* Page mentions légales - Éléments spécifiques */
.info-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.info-item {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    display: inline-block;
    min-width: 140px;
}

.text-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-block p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Liens */
.email-link {
    color: var(--primary-color);
    text-decoration: underline;
    transition: opacity 0.2s ease;
    font-weight: 600;
}

.email-link:hover {
    opacity: 0.6;
}

.external-link {
    color: var(--primary-color);
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.external-link:hover {
    opacity: 0.6;
}

/* Call to Action */
.contact-cta,
.cta-section {
    background: transparent;
    border: none;
    padding: 80px 0;
    text-align: center;
    margin: 60px 0;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-family: 'EduAUVICWANTPre', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
    line-height: 1.2;
    font-feature-settings: 'ccmp' 0;
}

.cta-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--primary-color);
    opacity: 0.7;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: transparent;
    color: var(--primary-color);
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-color);
    position: relative;
}

.cta-button:hover {
    background: var(--primary-color);
    color: #fff;
}

.cta-text {
    display: block;
}

/* Footer */
.footer {
    background: #fff;
    color: var(--primary-color);
    padding: 20px 0 0;

    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid var(--primary-color);
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'CourierPrime', serif;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo .logo-icon img {
    width: 28px;
    height: 28px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
    opacity: 0.8;
    text-align: center;
}

.footer-contact {
    margin-top: 15px;
}

.footer-email {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}

.footer-email:hover {
    opacity: 0.6;
    text-decoration: underline;
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-link:hover {
    opacity: 1;
    transform: none;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #fff;
    color: var(--primary-color);
}

.social-link:hover {
    background: var(--primary-color);
    color: #fff;
    transform: none;
}

.footer-bottom {
    padding: 20px 0;
    position: relative;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 20px;
}

.footer-weather-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.footer-weather-center #footer-time {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bottom-content .copyright {
    flex: 1;
}

.footer-bottom-content .footer-bottom-links {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.copyright {
    font-size: 13px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-bottom-link:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        z-index: 10000;
    }
    .discipline-btn {
        padding: 8px 18px 6px;
        font-size: 13px;
    
    }
    .header-link .link-text {
        font-size: 12px;
    }

    .cta-card .cta-button {
        padding: 15px 37px 12px;
        font-size: 15px;
    }
    .tag {
        padding: 6px 14px 4px;
        font-size: 14px;
   
    }
    
    
    .header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 10001;
    }
    
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        padding: 20px;
        margin: 0;
        display: none;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .nav.active {
        display: flex;
        opacity: 1;
    }
    
    .nav-link {
        font-size: 24px;
        font-weight: 500;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    
    .filters {
        padding: 20px 0;
    }
    
    .filter-bar {
        flex-direction: row;
        align-items: center;
        gap: 0;
        flex-wrap: wrap;
    }
    
    .filter-btn {
        border-right: 1px solid var(--primary-color);
        border-bottom: none;
        padding: 8px 12px;
        font-size: 10px;
        flex: 1;
        min-width: 60px;
    }
    
    .filter-btn:first-child {
        border-left: 1px solid var(--primary-color);
    }
    
    .filter-btn:last-of-type {
        border-right: 1px solid var(--primary-color);
    }
    
    .search-container {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        flex-basis: 100%;
    }
    
    .search-input {
        width: 100%;
        flex: 1;
        padding: 8px 0;
        font-size: 10px;
    }
    
    .search-btn {
        padding: 8px 0 8px 15px;
        font-size: 10px;
        white-space: nowrap;
    }
    
    .apero-images {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cta-card {
        grid-column: span 1;
        padding: 50px 30px;
    }
    
    .cta-card .cta-title {
        font-size: 24px;
    }
    
    .cta-card .cta-subtitle {
        font-size: 14px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-weather-center {
        position: static;
        transform: none;
        order: 2;
    }
    
    .footer-bottom-content .copyright {
        order: 1;
    }
    
    .footer-bottom-content .footer-bottom-links {
        order: 3;
        justify-content: center;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
    
    /* Page de profil responsive */
    .profile-header {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .profile-portrait {
        width: 120px;
        height: 160px;
        margin: 0 auto;
    }
    
 
    .profile-disciplines {
        justify-content: center;
    }
    
    .profile-bio-compact {
        max-width: none;
    }
    
    .profile-actions {
        justify-content: center;
    }
    
    .header-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    /* .header-link conserve la taille desktop sur mobile */
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .artist-profile {
        padding: 30px 0;
    }
    
    .profile-gallery {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .contact-cta,
    .cta-section {
        padding: 60px 0;
        margin: 50px 0;
    }
    
    .cta-title {
        font-size: 26px;
    }
    
    .cta-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }
    
    /* .cta-button conserve la taille desktop sur mobile */
    
    /* Pages internes responsive */
    .main-content {
        padding: 30px 0;
    }
    .homepage-manifeste-subtitle {

        margin-right: 94px;
    }
    
    .page-hero {
        padding: 45px 0 30px;
    }
    
    .page-title {
        font-size: 1.5rem;
        letter-spacing: -0.5px;
        margin-bottom: 25px;
    }
    
    .page-intro {
        font-size: 16px;
    }
    
    .content-section {
        padding: 35px 0;
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .intro-text {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .step-item {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .step-number {
        align-self: flex-start;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-block {
        padding: 20px;
    }
    
    .benefits-box {
        padding: 20px;
    }
    
    .info-item strong {
        min-width: 120px;
        font-size: 11px;
    }
    
    .info-item {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .text-block p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
 .header {
    padding: 20px 0 0;
 }

.hero {
    padding:  10px 0 10px;
}
 .homepage-manifeste-text {
    text-align: left;
 }
    
    .hero-title {
        font-size: 2rem;
        letter-spacing: -1px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .filters {
        padding: 15px 0;
    }
    
    .filter-btn {
        padding: 6px 8px;
        font-size: 9px;
        min-width: 50px;
    }
    
    .search-container {
        margin-top: 12px;
    }
    
    .search-input {
        padding: 6px 0;
        font-size: 9px;
    }
    
    .search-btn {
        padding: 6px 0 6px 12px;
        font-size: 9px;
    }
    
    .artist-info {
        padding: 15px;
    }
    
    .cta-card {
        padding: 40px 20px;
    }
    
    .cta-card .cta-title {
        font-size: 20px;
    }
    
    .cta-card .cta-subtitle {
        font-size: 13px;
    }
    
    /* .cta-card .cta-button conserve la taille desktop sur mobile */
    
    /* Page de profil responsive */
    
    .profile-portrait {
        width: 100px;
        height: 130px;
    }
    
    .bio-text-compact {
        font-size: 15px;
    }
    
    /* .header-link conserve la taille desktop sur mobile */
    
    .header-link .link-icon {
        font-size: 10px;
    }
    
    /* Pages internes responsive */
    .main-content {
        padding: 25px 0;
    }
    
    .page-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .page-hero {
        padding: 35px 0 25px;
    }
    
    .content-section {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 18px;
    }
    
    .step-item {
        padding: 15px;
    }
    
    .value-block {
        padding: 15px;
    }
    
    .benefits-box {
        padding: 15px;
    }
    
    .cta-section,
    .contact-cta {
        padding: 50px 0;
        margin: 40px 0;
    }
    
    .cta-title {
        font-size: 22px;
    }
    
    .cta-subtitle {
        font-size: 13px;
        margin-bottom: 30px;
    }
    
    /* .cta-button conserve la taille desktop sur mobile */
    
    .info-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .info-item strong {
        min-width: auto;
        margin-bottom: 5px;
    }
}

/* Suppression des anciens styles non utilisés */
.artist-card {
    animation: none;
}

.artist-card:nth-child(2) {
    animation-delay: 0s;
}

.artist-card:nth-child(3) {
    animation-delay: 0s;
}

.artist-card::before {
    display: none;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    box-shadow: none;
    animation: none;
}

.dropdown-item {
    font-weight: 400;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    transition: all 0.2s ease;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: var(--primary-color);
    color: #fff;
}

.filter-btn.active {
    background: var(--primary-color);
    color: #fff;
}

.image-grid,
.main-image,
.image-item,
.profile-bio,
.profile-contact,
.profile-links,
.bio-content,
.bio-text,
.read-more-btn,
.contact-info,
.contact-email,
.contact-icon,
.contact-text,
.contact-note,
.external-links,
.external-link,
.link-arrow {
    display: none;
} 