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

body {
    font-family: "Brother 1816", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    background: #050505;
    color: #e9eef4;
}

/* Login & Register Forms */
.login-container,
.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 2rem;
}

.login-form-wrapper,
.register-form-wrapper {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-form-wrapper h1,
.register-form-wrapper h1 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.submit-btn {
    width: 100%;
    padding: 0.75rem;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #005a87;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.register-link,
.login-link {
    text-align: center;
    margin-top: 1rem;
}

.register-link a,
.login-link a {
    color: #0073aa;
    text-decoration: none;
}

.register-link a:hover,
.login-link a:hover {
    text-decoration: underline;
}

/* Front Page User Status */
.front-page-content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}

.front-page-content h1 {
    margin-bottom: 2rem;
}

.user-status {
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.user-status.logged-in {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.user-status.logged-out {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
}

.user-status p {
    margin-bottom: 1rem;
}

.user-status p:last-of-type {
    margin-bottom: 1.5rem;
}

.auth-links {
    display: flex;
    gap: 1rem;
}

.logout-btn,
.login-btn,
.register-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.logout-btn:hover,
.login-btn:hover,
.register-btn:hover {
    background: #005a87;
}

.register-btn {
    background: #28a745;
}

.register-btn:hover {
    background: #218838;
}

/* Pas de padding-top sur la page d'accueil car le hero commence en haut */
body.home #main-content,
body.template-accueil #main-content {
    padding-top: 0;
    margin-top: 0;
}

/* Header sur page d'accueil avec hero */
body.template-accueil .site-header {
    background: transparent;
}

/* Hero Section Homepage */
.home-hero {
    margin-top: 62px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    height: 60vh;
    min-height: 500px;
    padding-top: 0;
}

body.home .home-hero,
body.template-accueil .home-hero {
    margin-top: 62px;
}

.hero-background-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
}

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 196px;
    padding-right: 196px;
    padding-top: 180px;
}

.hero-logo-large {
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.hero-logo-img-large {
    width: auto;
    height: auto;
    max-width: 400px;
    min-width: 250px;
    display: block;
    margin-bottom: 1rem;
}

.hero-tagline {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Section Notre concept Homepage */
.concept-section-home {
    width: 100%;
    background: #121212;
    padding: 6rem 0 4rem 0;
    position: relative;
}

.concept-section-home .container-fluid {
    max-width: 100%;
    padding-left: 196px;
    padding-right: 196px;
}

.concept-section-home .row.mb-5 {
    margin-bottom: 3rem;
}

.concept-title-home {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-align: left;
    display: block;
}

.concept-title-orange {
    color: #ff6b35;
    font-size: 1.1em;
    display: block;
    line-height: 0.10;
    margin-bottom: -0.1em;
}

.concept-title-white {
    color: #ffffff;
    display: block;
    line-height: 0.9;
    margin-top: -0.3em;
}

.concept-cards-home {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.concept-cards-home > [class*="col-"] {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: none;
}

.concept-card-home {
    width: 257.34px;
    height: 317.23px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 19.44px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.concept-card-home:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.concept-number-home {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1rem;
}

.concept-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.concept-card-text {
    font-size: 1rem;
    color: #e9eef4;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1400px) {
    .hero-content {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .concept-section-home .container-fluid {
        padding-left: calc(100px + 1rem);
        padding-right: calc(100px + 1rem);
    }
    
    .hero-logo-img-large {
        max-width: 300px;
    }
}

@media (max-width: 1024px) {
    .hero-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .concept-section-home .container-fluid {
        padding-left: calc(50px + 1rem);
        padding-right: calc(50px + 1rem);
    }
    
    .hero-logo-img-large {
        max-width: 250px;
    }
    
    .concept-title-home {
        font-size: 2rem;
    }
    
    .concept-number-home {
        font-size: 3rem;
    }
}

@media (max-width: 960px) {
    .navbar {
        flex-wrap: wrap;
        gap: 14px;
    }

    .nav-links {
        width: 100%;
        justify-content: flex-end;
    }
    
    .home-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .concept-section-home .container-fluid {
        padding-left: calc(20px + 1rem);
        padding-right: calc(20px + 1rem);
    }
    
    .hero-logo-img-large {
        max-width: 200px;
    }
    
    .concept-title-home {
        font-size: 1.75rem;
    }
    
    .concept-card-home {
        max-width: 100%;
    }
    
    .concept-number-home {
        font-size: 2.5rem;
    }
    
    .concept-card-title {
        font-size: 1.25rem;
    }
    
    .concept-card-text {
        font-size: 0.9rem;
    }
}

/* Section Meet the team */
.team-section {
    width: 100%;
    height: 983px;
    background: #ffffff;
    padding: 6rem 0 0 0;
    position: relative;
    margin-bottom: 0;
}

.team-section .container-fluid {
    max-width: 100%;
    padding-left: 196px;
    padding-right: 196px;
    position: relative;
}

.team-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-align: left;
    display: block;
}

.team-title-black {
    color: #000000;
    display: block;
    line-height: 0.10;
    margin-bottom: -0.1em;
}

.team-title-orange {
    color: #ff6b35;
    display: block;
    line-height: 0.9;
    margin-top: -0.3em;
    text-decoration: underline;
    text-decoration-color: #ff6b35;
    text-underline-offset: 0.2em;
}

/* Images au milieu sous le titre */
.team-images-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.team-image-center {
    width: 250px;
    max-width: 250px;
    height: auto;
    border-radius: 12px;
    display: block;
}

.team-cards-row {
    display: flex;
    gap: 4rem;
    margin-bottom: 0;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    min-height: 700px;
    padding: 2rem 0;
}

/* Éléments décoratifs supprimés */

.team-member-profile {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-photo-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
}

.team-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.team-name {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1rem 0;
}

.team-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left;
}

.team-cards-row > [class*="col-"] {
    max-width: none;
}

.team-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 19.44px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.team-photo-wrapper {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

.team-photo-martha {
    margin-right: 3rem;
}

.team-photo-inas {
    margin-left: 3rem;
}

.team-photo {
    width: 300px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: block;
}

.team-signature {
    position: absolute;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.team-signature-bottom-right {
    bottom: 10px;
    right: 10px;
}

.team-signature-top-left {
    top: 10px;
    left: 10px;
}

.team-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1rem 0;
}

.team-description {
    font-size: 1rem;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* Éléments décoratifs supprimés */

/* Élément décoratif supprimé */

/* Élément décoratif supprimé */

/* Section Image de foule violette */
.crowd-purple-section {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 0;
    overflow: hidden;
    display: block;
}

.crowd-purple-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Section Nos valeurs */
.valeurs-section {
    width: 100%;
    height: 752px;
    background: #121212;
    padding: 6rem 0 6rem 0;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
}

.valeurs-section .container-fluid {
    max-width: 100%;
    padding-left: 196px;
    padding-right: 196px;
}

.valeurs-section .row.mb-5 {
    margin-bottom: 150px;
}

.valeurs-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-align: center;
    display: block;
}

.valeurs-title-white {
    color: #ffffff;
}

.valeurs-title-orange {
    color: #ff6b35;
    text-decoration: underline;
    text-decoration-color: #ff6b35;
    text-underline-offset: 0.2em;
}

.valeurs-cards-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 34px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
}

.valeurs-cards-row > [class*="col-"] {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    max-width: none;
    width: auto;
}

.valeur-card {
    width: 271px;
    height: 280px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 19.44px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    flex-shrink: 0;
}

.valeur-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.valeur-card-partage:hover {
    background-color: #F25C04;
}

.valeur-card-inclusion:hover {
    background-color: #9E34F6;
}

.valeur-card-audace:hover {
    background-color: #F2C12E;
}

.valeur-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 1rem 0;
}

.valeur-card-text {
    font-size: 0.85rem;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Section Événements Homepage */
.events-section-home {
    width: 100%;
    background: #121212;
    padding: 6rem 0;
    position: relative;
    margin-top: 0;
}

.events-section-home .container-fluid {
    max-width: 100%;
    padding-left: 196px;
    padding-right: 196px;
}

.events-subsection {
    margin-bottom: 4rem;
}

.events-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.events-title-orange {
    color: #ff6b35;
}

.events-section-home .events-carousel {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    display: flex;
}

.events-section-home .events-carousel::-webkit-scrollbar {
    display: none;
}

.events-section-home .events-carousel .row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    margin: 0;
}

.events-section-home .events-carousel .col-lg-3,
.events-section-home .events-carousel .col-md-4,
.events-section-home .events-carousel .col-sm-6 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.event-card-home {
    width: 347.23px;
    height: 441.93px;
    background: #000000;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 18.67px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.event-card-home:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.event-image-home {
    width: 315.71px;
    height: 192.94px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    position: relative;
    margin: 15px auto 0 auto;
    border-radius: 18.71px;
    overflow: hidden;
}

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

.event-card-home:hover .event-image-home img {
    transform: scale(1.05);
}

.event-like-btn-home {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 6;
    padding: 6px 10px;
    border-radius: 1000px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
}

.event-like-btn-home.liked {
    background: #F25C04;
    border-color: #F25C04;
    color: #ffffff;
}

.event-info-home {
    padding: 15px 15px 15px 15px;
    background: #000000;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 auto;
    justify-content: flex-start;
    box-sizing: border-box;
}

.event-title-home {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.4rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-date-home,
.event-location-home {
    font-size: 0.75rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.3;
}

.event-date-home::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='14' height='12' rx='2' ry='2'/%3E%3Cline x1='3' y1='9' x2='17' y2='9'/%3E%3Cline x1='8' y1='3' x2='8' y2='5'/%3E%3Cline x1='12' y1='3' x2='12' y2='5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.event-location-home::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-5.4-7-11a7 7 0 0 1 14 0c0 5.6-7 11-7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.event-price-home {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: auto;
    margin-bottom: 0;
}

.events-section-home .carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.5);
    color: #e9eef4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
}

.events-section-home .carousel-btn:hover:not(:disabled) {
    background: rgba(124, 58, 237, 0.3);
    border-color: rgba(124, 58, 237, 0.5);
    color: #ffffff;
}

.events-section-home .carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.events-section-home .carousel-btn svg {
    width: 24px;
    height: 24px;
}

.events-section-home .carousel-btn-prev {
    left: -48px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.events-section-home .carousel-btn-next {
    right: -48px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Section Bannière finale */
.banner-last-section {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 0;
    overflow: hidden;
    display: block;
}

.banner-last-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.banner-last-section {
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .team-section .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .valeurs-section .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .events-section-home .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .crowd-purple-wrapper {
        padding-left: 100px;
    }
    
    .crowd-stars {
        left: 100px;
    }
}

@media (max-width: 1024px) {
    .team-section .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .valeurs-section .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .events-section-home .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .crowd-purple-wrapper {
        padding-left: 50px;
    }
    
    .crowd-stars {
        left: 50px;
    }
    
    .team-title {
        font-size: 2.5rem;
    }
    
    .valeurs-title {
        font-size: 2.5rem;
    }
    
    .events-section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .team-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .valeurs-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .events-section-home .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .crowd-purple-wrapper {
        padding-left: 20px;
        height: 200px;
    }
    
    .crowd-stars {
        left: 20px;
    }
    
    .team-cards-row {
        flex-direction: column;
    }
    
    .valeurs-cards-row {
        flex-direction: column;
    }
    
    .team-title {
        font-size: 2rem;
    }
    
    .valeurs-title {
        font-size: 2rem;
    }
    
    .events-section-title {
        font-size: 1.5rem;
    }
    
    .event-card-home {
        width: 100%;
        max-width: 296.95px;
        height: auto;
        min-height: 377.94px;
    }
    
    .event-image-home {
        width: 100%;
        height: 239.24px;
    }
    
    .events-section-home .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .events-section-home .carousel-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .events-section-home .carousel-btn-prev {
        left: -40px !important;
    }
    
    .events-section-home .carousel-btn-next {
        right: -40px !important;
    }
    
    /* Éléments décoratifs supprimés */
}

