.artist-prmb {
    padding: 80px 0;
    background: linear-gradient(135deg, #fdfcfb 0%, #f5f7fa 100%);
}

.prmb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pmrrrcard {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.pmrrrcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.pmrrrheader {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.pmrrravatar {
    position: relative;
    margin-right: 15px;
}

.pmrrravatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.pmrrronline {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 50%;
    border: 2px solid white;
}

.pmrrronline.offline {
    background: #ccc;
}

.pmrrrbasic-info h3 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 1.2rem;
}

.pmrrrlocation {
    margin: 0 0 5px 0;
    color: #666;
    font-size: 0.9rem;
}

.pmrrrlocation i {
    margin-right: 5px;
    color: #FF9800;
}

.pmrrrdiscipline {
    margin: 0;
    color: #FF9800;
    font-weight: 500;
    font-size: 0.9rem;
}

.pmrrrcontent {
    padding: 20px;
}

.pmrrrcontent p {
    margin: 0 0 15px 0;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

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

.tag {
    background: #f0f7ff;
    color: #1976D2;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.pmrrrfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.btn-ad {
    background: #FF9800;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.btn-ad:hover {
    background: #F57C00;
}

.pmrrrtime {
    color: #888;
    font-size: 0.85rem;
}

.prmb-cta {
    text-align: center;
    margin-top: 50px;
}

.prmb-cta .btn {
    padding: 12px 30px;
    font-size: 1rem;
}

/* Styles pour la section Sous-catégories */
.subcategories {
    padding: 80px 0;
    background: white;
}

.subcategories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.subcategory-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px 25px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    display: block;
}

.subcategory-card:hover {
    transform: translateY(-5px);
    border-color: #FF9800;
    box-shadow: 0 10px 30px rgba(255, 152, 0, 0.15);
    background: white;
}

.subcategory-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FF9800, #FFB74D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.subcategory-icon i {
    font-size: 28px;
    color: white;
}

.subcategory-card h3 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.3rem;
}

.subcategory-card p {
    margin: 0 0 15px 0;
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

.subcategory-count {
    display: inline-block;
    background: #e8f5e9;
    color: #2E7D32;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .prmb-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .subcategories-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .subcategories-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pmrrrheader {
        flex-direction: column;
        text-align: center;
    }
    
    .pmrrravatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .pmrrrfooter {
        flex-direction: column;
        gap: 10px;
    }
}
.niches-showcase {
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.niches-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.niches-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.niches-main-title {
  font-size: 2.2rem;
  color: #2d3436;
  margin-bottom: 1rem;
  font-weight: 700;
  background: linear-gradient(90deg, #6c5ce7, #fd79a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.niches-description {
  font-size: 1.1rem;
  color: #636e72;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.niches-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.niche-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: white;
  border-radius: 12px;
  text-decoration: none;
  color: #2d3436;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
}

.niche-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #6c5ce7;
  background: #f8f9ff;
}

.niche-icon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  transition: transform 0.3s ease;
}

.niche-item:hover .niche-icon {
  transform: scale(1.2);
}

.niche-label {
  font-size: 1.1rem;
  font-weight: 500;
  flex-grow: 1;
  text-align: left;
}

/* Responsive design */
@media (max-width: 768px) {
  .niches-main-title {
    font-size: 1.8rem;
  }
  
  .niches-cards-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .niche-item {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .niches-showcase {
    padding: 2rem 1rem;
  }
  
  .niches-cards-container {
    grid-template-columns: 1fr;
  }
  
  .niches-main-title {
    font-size: 1.5rem;
  }
  
  .niches-description {
    font-size: 1rem;
  }
}

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-color: #E91E63;
            --primary-dark: #C2185B;
            --secondary-color: #673AB7;
            --accent-color: #FF9800;
            --dark-color: #2C2C54;
            --light-color: #F8F9FA;
            --text-color: #333333;
            --gray-color: #6C757D;
            --shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--text-color);
            line-height: 1.7;
            overflow-x: hidden;
            background-color: #fefefe;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .btn {
            display: inline-block;
            background: linear-gradient(to right, var(--primary-color), var(--primary-dark));
            color: white;
            padding: 14px 32px;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            text-align: center;
            box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
        }

        .btn-secondary {
            background: linear-gradient(to right, var(--secondary-color), #5E35B1);
            box-shadow: 0 4px 15px rgba(103, 58, 183, 0.3);
        }

        .btn-secondary:hover {
            box-shadow: 0 6px 20px rgba(103, 58, 183, 0.4);
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-family: 'Playfair Display', serif;
            font-size: 42px;
            color: var(--dark-color);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

        .section-title p {
            font-size: 18px;
            color: var(--gray-color);
            max-width: 700px;
            margin: 0 auto;
        }

        /* Header */
        header {
            background-color: white;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

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

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .logo-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            margin-right: 12px;
            font-weight: bold;
        }

        .logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--dark-color);
        }

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

        .main-nav ul {
            display: flex;
            list-style: none;
        }

        .main-nav li {
            margin-left: 35px;
        }

        .main-nav a {
            text-decoration: none;
            color: var(--dark-color);
            font-weight: 500;
            font-size: 16px;
            transition: var(--transition);
            position: relative;
        }

        .main-nav a:hover {
            color: var(--primary-color);
        }

        .main-nav a:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--primary-color);
            transition: var(--transition);
        }

        .main-nav a:hover:after {
            width: 100%;
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: var(--dark-color);
            font-size: 24px;
            cursor: pointer;
        }

        /* Hero Section */
        .hero {
            padding: 160px 0 100px;
            background: linear-gradient(rgba(44, 44, 84, 0.85), rgba(103, 58, 183, 0.85)), url('https://images.unsplash.com/photo-1544717305-2782549b5136?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            text-align: center;
        }

        .hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: 58px;
            margin-bottom: 20px;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .hero p {
            font-size: 22px;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.95;
        }

        .hero-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
        }

        /* Registration Form */
        .registration-container {
            background-color: white;
            border-radius: 20px;
            box-shadow: var(--shadow);
            max-width: 500px;
            margin: 60px auto 0;
            padding: 40px;
            animation: formSlideIn 0.8s ease-out;
        }

        @keyframes formSlideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .form-title {
            text-align: center;
            color: var(--dark-color);
            margin-bottom: 30px;
            font-size: 28px;
        }

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

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: var(--dark-color);
        }

        .form-control {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #E0E0E0;
            border-radius: 10px;
            font-size: 16px;
            transition: var(--transition);
            font-family: 'Poppins', sans-serif;
        }

        .form-control:focus {
            border-color: var(--primary-color);
            outline: none;
            box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
        }

        .select-group {
            display: flex;
            gap: 15px;
        }

        .select-item {
            flex: 1;
        }

        .select-item select {
            width: 100%;
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        .checkbox-group input {
            margin-right: 10px;
            transform: scale(1.2);
        }

        .form-footer {
            text-align: center;
            margin-top: 25px;
            font-size: 14px;
            color: var(--gray-color);
        }

        .form-footer a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
        }

        /* Features Section */
        .features {
            padding: 100px 0;
            background-color: var(--light-color);
        }

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

        .feature-card {
            background-color: white;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 32px;
        }

        .feature-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color: var(--dark-color);
        }

        /* Community Section */
        .community {
            padding: 100px 0;
            background: linear-gradient(to right, rgba(233, 30, 99, 0.05), rgba(103, 58, 183, 0.05));
        }

        .community-stats {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 60px;
        }

        .stat-item {
            text-align: center;
            padding: 30px;
            flex: 1;
            min-width: 200px;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        .stat-text {
            font-size: 18px;
            color: var(--dark-color);
            font-weight: 500;
        }

        /* Testimonials */
        .testimonials {
            padding: 100px 0;
            background-color: white;
        }

        .testimonials-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .testimonial-slider {
            position: relative;
            overflow: hidden;
        }

        .testimonial {
            background-color: var(--light-color);
            padding: 50px;
            border-radius: 15px;
            box-shadow: var(--shadow);
            text-align: center;
            margin: 0 15px;
        }

        .testimonial-content {
            font-size: 18px;
            font-style: italic;
            margin-bottom: 30px;
            color: var(--text-color);
            line-height: 1.8;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .author-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 20px;
            border: 4px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .author-info h4 {
            font-size: 20px;
            color: var(--dark-color);
            margin-bottom: 5px;
        }

        .author-info p {
            color: var(--gray-color);
            font-size: 16px;
        }

        /* FAQ Section */
        .faq {
            padding: 100px 0;
            background-color: var(--light-color);
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background-color: white;
            border-radius: 10px;
            margin-bottom: 15px;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .faq-question {
            padding: 20px 30px;
            font-size: 18px;
            font-weight: 600;
            color: var(--dark-color);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-answer {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: var(--transition);
        }

        .faq-item.active .faq-answer {
            padding: 0 30px 20px;
            max-height: 300px;
        }

        .faq-icon {
            transition: var(--transition);
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        /* Footer */
        footer {
            background-color: var(--dark-color);
            color: white;
            padding: 80px 0 30px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }

        .footer-column h3 {
            font-size: 22px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: var(--primary-color);
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #CCCCCC;
            text-decoration: none;
            transition: var(--transition);
        }

        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }

        .footer-about p {
            color: #CCCCCC;
            margin-bottom: 20px;
        }

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

        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            font-size: 18px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background-color: var(--primary-color);
            transform: translateY(-5px);
        }

        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #AAAAAA;
            font-size: 15px;
        }

        .seo-keywords {
            background-color: rgba(255, 255, 255, 0.05);
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
            font-size: 14px;
            color: #CCCCCC;
            line-height: 1.6;
        }

        /* Responsive Design */
        @media (max-width: 1100px) {
            .hero h1 {
                font-size: 48px;
            }
        }

        @media (max-width: 992px) {
            .main-nav ul {
                position: fixed;
                top: 80px;
                left: -100%;
                width: 100%;
                flex-direction: column;
                background-color: white;
                padding: 30px;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                transition: var(--transition);
                z-index: 999;
            }
            
            .main-nav.active ul {
                left: 0;
            }
            
            .main-nav li {
                margin: 0 0 20px 0;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            
            .hero-buttons {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            
            .hero-buttons .btn {
                width: 100%;
                max-width: 300px;
            }
        }

        @media (max-width: 768px) {
            .hero {
                padding: 140px 0 80px;
            }
            
            .hero h1 {
                font-size: 38px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .section-title h2 {
                font-size: 34px;
            }
            
            .registration-container {
                padding: 30px 25px;
            }
            
            .select-group {
                flex-direction: column;
                gap: 15px;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .testimonial {
                padding: 30px 20px;
            }
        }

        @media (max-width: 576px) {
            .hero h1 {
                font-size: 32px;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .stat-item {
                min-width: 150px;
                padding: 20px 10px;
            }
            
            .stat-number {
                font-size: 36px;
            }
        }