.elementor-4162 .elementor-element.elementor-element-99a678c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-d41f82e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-d41f82e:not(.elementor-motion-effects-element-type-background), .elementor-4162 .elementor-element.elementor-element-d41f82e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-4162 .elementor-element.elementor-element-504a06f.elementor-element{--align-self:center;}.elementor-4162 .elementor-element.elementor-element-2ebf293{width:100%;max-width:100%;}.elementor-4162 .elementor-element.elementor-element-2ebf293.elementor-element{--align-self:center;}.elementor-4162 .elementor-element.elementor-element-550aee6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-550aee6:not(.elementor-motion-effects-element-type-background), .elementor-4162 .elementor-element.elementor-element-550aee6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-4162 .elementor-element.elementor-element-f980287{--display:flex;}.elementor-4162 .elementor-element.elementor-element-e873cce{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-4fc9b75{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-ec88124{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-d66b405{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-37cdac9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4162 .elementor-element.elementor-element-7fc7cf0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3da79a2 *//* Import des polices */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Montserrat:wght@400;700&display=swap');

#hbc-hero-centered {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('https://hbcsalouel.fr/wp-content/uploads/2026/04/20251005-3497-21-AoP4bla02Jhr9px9.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 20px 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.hbc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
}

.hbc-hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

/* Logo */
.hbc-hero-logo {
    display: flex;
    justify-content: center;
}
.hbc-hero-logo img {
    height: 120px;
    width: auto;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 20px rgba(0, 191, 99, 0.5));
}

/* Mots d'ordre */
.hbc-hero-mots {
    font-family: 'Oswald', sans-serif;
    color: #00bf63;
    letter-spacing: 4px;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.hbc-hero-mots .dot { margin: 0 10px; color: #fff; }

/* Titre */
.hbc-hero-title {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Texte description */
.hbc-hero-description {
    font-family: 'Oswald', sans-serif;
    color: #dddddd;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

/* Bouton */
.hbc-btn-main {
    display: inline-block;
    background: #00bf63;
    color: #000 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 18px 40px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
    border-radius: 2px;
}
.hbc-btn-main:hover {
    background: #fff;
    transform: scale(1.05);
}

/* Stats */
.hbc-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    gap: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1;
}

.stat-label {
    font-family: 'Oswald', sans-serif;
    color: #00bf63;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-top: 5px;
}

.stat-sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}

/* Mobile */
@media (max-width: 768px) {
    .hbc-hero-stats { flex-direction: column; gap: 40px; }
    .stat-sep { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-504a06f */.allTeams {
    font-family: "Archivo Black";
    font-size: 48px;
    text-align: center;
}

.underTitle {
    font-family: Oswald;
    font-size: 16px;
    text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ebf293 *//* Import des polices */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Oswald:wght@500;700&display=swap');

:root { 
    --hbc-green: #00bf63; 
    --hbc-light-gray: #F8F9FA; 
}

.hbc-dashboard { max-width: 1000px; margin: 0 auto; font-family: 'Oswald', sans-serif; }

/* --- BOUTONS ÉQUIPES (FIX ROSE SURVOL) --- */
/* Conteneur de navigation scrollable */
.team-nav {
    display: flex;
    gap: 12px;
    overflow-x: auto; /* Garder l'auto */
    overflow-y: hidden; /* Empêche tout scroll vertical parasite */
    width: 100%; /* S'assure qu'il prend toute la largeur dispo */
    padding: 10px 0 20px 0; /* Un peu de padding en bas pour éviter de couper l'ombre des boutons */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; /* Sécurité supplémentaire pour l'alignement */
}

/* Cache la barre sur Chrome/Safari */
.team-nav::-webkit-scrollbar {
    display: none;
}

.team-btn { 
    background: white !important; 
    border: 1px solid #eee !important; 
    padding: 12px 25px; 
    border-radius: 12px; 
    cursor: pointer; 
    transition: 0.3s; 
    font-weight: 700; 
    font-family: 'Oswald';
    color: #333 !important; /* Force le texte en noir au lieu du rose */
    flex: 0 0 auto; /* Empêche le bouton de s'écraser */
    white-space: nowrap; /* Empêche le texte de revenir à la ligne */
    min-width: 120px;
    display: inline-block;
}

.team-btn.active { 
    background: var(--hbc-green) !important; 
    color: white !important; 
    border-color: var(--hbc-green) !important;
    box-shadow: 0 8px 20px rgba(0,191,99,0.2) !important; 
}

/* On remplace le survol rose par un gris léger */
.team-btn:hover:not(.active) {
    background: #f9f9f9 !important;
    color: #000 !important;
    border-color: #ddd !important;
}

/* --- ONGLETS CALENDRIER/RÉSULTATS (FIX ROSE TEXTE) --- */
.type-nav { display: flex; gap: 20px; justify-content: center; margin-bottom: 30px; }

.type-btn { 
    background: transparent !important; 
    border: none !important; 
    font-family: 'Oswald' !important; 
    text-transform: uppercase; 
    font-size: 1.2rem; 
    color: #bbb !important; /* Gris par défaut */
    cursor: pointer; 
    padding: 10px; 
    transition: 0.3s;
    position: relative;
    outline: none !important;
}

/* Survol des onglets : Noir pur au lieu du rose */
.type-btn:hover {
    color: #333 !important;
}

.type-btn.active { 
    color: #000 !important; 
}

.type-btn.active::after {
    content: ""; display: block; width: 30px; height: 4px; 
    background: var(--hbc-green) !important; margin: 5px auto 0; border-radius: 2px;
}

/* --- CONTENEUR --- */
.content-card { background: var(--hbc-light-gray); border-radius: 30px; padding: 25px; min-height: 350px; }

/* --- LIGNES DE MATCH --- */
.match-row { 
    background: white; border-radius: 20px; padding: 15px 25px; margin-bottom: 12px;
    display: grid; grid-template-columns: 1fr 2fr 120px 2fr 1fr; align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.m-date { font-size: 0.8rem; font-weight: 800; color: #aaa !important; text-transform: uppercase; }

.m-team { display: flex; align-items: center; gap: 15px; font-family: 'Oswald'; font-size: 1.1rem; text-transform: uppercase; font-weight: 700; }
.m-team.home { justify-content: flex-end; text-align: right; }
.m-team.away { justify-content: flex-start; text-align: left; }
.m-team img { width: 40px; height: 40px; object-fit: contain; }

.m-score { text-align: center; }
.score-badge { 
    background: var(--hbc-green); color: white !important; padding: 5px 15px; border-radius: 8px;
    font-family: 'Oswald'; font-size: 1.4rem; font-weight: 700; display: inline-block; min-width: 70px;
}

.m-status { font-size: 0.7rem; font-weight: 800; color: #ddd !important; text-align: right; text-transform: uppercase; }

/* --- CLASSEMENT (LOOK FIGMA) --- */
.cla-container {
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cla-header {
    display: grid;
    grid-template-columns: 60px 1fr 60px 60px;
    padding: 20px;
    background: white;
    color: #888 !important;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    border-bottom: 1px solid #f0f0f0;
}

.cla-row {
    display: grid;
    grid-template-columns: 60px 1fr 60px 60px;
    padding: 18px 20px;
    align-items: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: #333 !important;
    border-bottom: 1px solid #f8f8f8;
    transition: 0.2s;
}

.cla-body .cla-row:nth-child(even) { background-color: #fcfcfc; }

/* Ligne Salouël : Vert & Blanc Forcé */
.cla-row.row-salouel {
    background-color: #00bf63 !important;
    color: white !important;
    border-bottom: none;
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0,191,99,0.3);
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin: 2px 5px;
}

/* Pour être sûr que le texte dans la ligne verte reste blanc au survol */
.row-salouel, .row-salouel div { color: white !important; }
.row-salouel .col-pos { color: rgba(255,255,255,0.8) !important; }

.col-center { text-align: center; justify-content: center; display: flex; }
.col-pos { font-weight: 800; color: #bbb; }
.col-team { text-align: left; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 1.05rem; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .match-row { grid-template-columns: 1fr; gap: 15px; padding: 20px; text-align: center; }
    .m-team { justify-content: center !important; }
    .m-date, .m-status { text-align: center !important; }
}

/* --- BADGES SCORES DYNAMIQUES --- */
.score-badge.status-win { background-color: #00bf63 !important; box-shadow: 0 4px 10px rgba(0, 191, 99, 0.2); }
.score-badge.status-loss { background-color: #ff4757 !important; box-shadow: 0 4px 10px rgba(255, 71, 87, 0.2); }
.score-badge.status-draw { background-color: #ffa502 !important; box-shadow: 0 4px 10px rgba(255, 165, 2, 0.2); }
.score-badge.status-neutral { background-color: #2f3542 !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f53b54 *//* --- 1. CONFIGURATION ET POLICES --- */
.hbc-dashboard-exact {
    background-color: #000000;
    padding: 60px 40px;
    font-family: 'Oswald', sans-serif;
    color: #f0f0f0;
}

.hbc-dashboard-exact .main-title {
    text-align: center;
    font-size: 48px;
    font-family: 'Archivo Black', sans-serif;
    margin-bottom: 50px;
    color: #f0f0f0;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}

.hbc-dashboard-exact .main-title .highlight {
    color: #1ed760;
}

.hbc-dashboard-exact .section-label {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border-left: 4px solid #1ed760;
    padding-left: 15px;
    margin-bottom: 25px;
}

.hbc-dashboard-exact .section-container {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.hbc-dashboard-exact .match-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* --- 2. STYLE DES CARTES (HAUTEUR RÉDUITE) --- */
.hbc-dashboard-exact .match-card {
    background-color: #0D0D0D;
    border-radius: 15px;
    padding: 15px 25px; /* Padding réduit pour diminuer la hauteur */
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 
                0 0 35px rgba(30, 215, 96, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
}

.hbc-dashboard-exact .match-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 
                0 0 30px rgba(30, 215, 96, 0.2);
}

/* --- 3. CONTENU INTERNE --- */

.hbc-dashboard-exact .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.hbc-dashboard-exact .date-text {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.hbc-dashboard-exact .highlighted-date {
    color: #1ed760;
    font-weight: 600;
}

.hbc-dashboard-exact .badge-pill {
    font-size: 10px;
    font-weight: 900;
    padding: 3px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #1ed760;
    color: #000;
}

.hbc-dashboard-exact .card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

/* Équipes */
.hbc-dashboard-exact .team {
    font-size: 17px;
    font-weight: 500;
    width: 35%;
    color: #f0f0f0;
    text-transform: uppercase;
}

.hbc-dashboard-exact .team.home { text-align: center; }
.hbc-dashboard-exact .team.away { text-align: center; }
.hbc-dashboard-exact .salouel-team { color: #1ed760; }

/* Zone Score (Taille réduite et gap augmenté) */
.hbc-dashboard-exact .score-display {
    display: flex;
    align-items: center;
    gap: 30px; /* Espace augmenté pour ne pas coller aux noms */
}

.hbc-dashboard-exact .score-val {
    font-size: 28px; /* Taille réduite */
    font-weight: 800;
    color: #f0f0f0;
}

.hbc-dashboard-exact .salouel-score { color: #1ed760; }

.hbc-dashboard-exact .score-sep-dash {
    width: 15px;
    height: 3px;
    background-color: #333;
}

.hbc-dashboard-exact .vs-display {
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

/* Footer */
.hbc-dashboard-exact .card-footer {
    margin-top: 5px;
    text-align: right;
}

.hbc-dashboard-exact .location {
    font-size: 11px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.hbc-dashboard-exact .badge-victoire {
    background-color: #1ed760;
    color: #000;
}
.hbc-dashboard-exact .badge-defaite {
    background-color: #e74c3c;
    color: #fff;
}
.hbc-dashboard-exact .badge-nul {
    background-color: #555;
    color: #fff;
}
.hbc-dashboard-exact .equipe-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.08);
    color: #888;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Responsive */
@media (max-width: 1024px) {
    .hbc-dashboard-exact .match-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hbc-dashboard-exact .score-display { gap: 15px; }
    .hbc-dashboard-exact .team { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b76af92 */.news-section {
        padding: 50px 20px;
        background-color: #F8F9FA;
        font-family: 'Oswald', sans-serif; /* Assure-toi que cette police est chargée */
    }

    .news-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .news-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .news-header h2 {
        font-size: 48px;
        font-family: 'Archivo Black';
        text-transform: capitalize;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .news-header h2 span {
        color: #2ecc71; /* Le vert Salouël */
    }

    .news-header p {
        color: #777;
        font-size: 1rem;
    }

    .news-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }

    .news-card {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .news-card:hover {
        transform: translateY(-10px);
    }

    .news-img-box {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .news-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .news-tag {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #2ecc71;
        color: white;
        padding: 4px 12px;
        border-radius: 5px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .news-content {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .news-date {
        color: #2ecc71;
        font-weight: 700;
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .news-content h3 {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.4;
        color: #222;
    }

    .news-content p {
        color: #555;
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .news-more {
        margin-top: auto;
        color: #222;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.9rem;
        transition: color 0.2s;
    }

    .news-more:hover {
        color: #2ecc71;
    }

    .loading-state {
        text-align: center;
        grid-column: 1 / -1;
        padding: 40px;
        color: #999;
    }
    
    /* --- RESPONSIVE --- */

/* Pour les tablettes (moins de 992px) */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr); /* Passe à 2 colonnes */
        gap: 20px;
    }
    .news-header h2 {
        font-size: 1.8rem;
    }
}

/* Pour les mobiles (moins de 768px) */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr; /* Passe à 1 seule colonne (pleine largeur) */
        gap: 25px;
    }
    
    .news-section {
        padding: 30px 15px; /* On réduit un peu les marges extérieures */
    }

    .news-header {
        margin-bottom: 30px;
    }

    .news-header h2 {
        font-size: 1.5rem; /* Titre un peu plus petit sur mobile */
    }

    .news-img-box {
        height: 180px; /* On réduit un peu la hauteur de l'image pour gagner de la place */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f980287 */.elementor-4162 .elementor-element.elementor-element-f980287 {
    background-color: #F8F9FA;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-306b2b3 */.identity-container {
        max-width: 1100px;
        margin: 0 auto;
        font-family: 'Oswald';
    }

    /* Header */
    .identity-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 80px;
    }

    .identity-header .badge {
        background: rgba(0, 191, 99, 0.1);
        border: 1px solid #00bf63;
        color: #00bf63;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 700;
    }

    .identity-header h2, .identity-text h3, .values-section h3 {
        font-family: 'Archivo Black', sans-serif;
        font-size: 2.5rem;
        margin: 20px 0;
        text-transform: capitalize;
    }

    .identity-header h2 span, .identity-text h3 span, .values-section h3 span {
        color: #00bf63;
    }

    .identity-header p {
        color: #808080;
        line-height: 1.6;
    }

    /* Main Content */
    .identity-main {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-bottom: 100px;
        
    }

    .identity-logo {
        flex: 1;
        text-align: center;
    }

    .identity-logo img {
        max-width: 100%;
        filter: drop-shadow(0 0 30px rgba(0, 191, 99, 0.2));
    }

    .identity-text {
        flex: 1.2;
    }

    .identity-text p {
        color: #808080;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .identity-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }

    .tag {
        background: #16181f;
        border: 1px solid #2a2d3a;
        padding: 8px 18px;
        border-radius: 30px;
        font-size: 0.85rem;
        font-weight: 600;
    }

    /* Values Grid */
    .values-section {
        text-align: center;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 50px;
    }

    .value-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        padding: 30px 20px;
        text-align: left;
        transition: transform 0.3s ease;
    }

    .value-card:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateY(-5px);
    }

    .value-icon {
        width: 40px;
        height: 40px;
        background: rgba(0, 191, 99, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .value-card h4 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .value-card p {
        font-size: 0.9rem;
        color: #808080;
        line-height: 1.5;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .identity-main { flex-direction: column; text-align: center; }
        .identity-tags { justify-content: center; }
        .values-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .values-grid { grid-template-columns: 1fr; }
        .identity-header h2 { font-size: 1.8rem; }
        .values-section h3, .identity-text h3 {
            font-size: 2rem;
        }
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e873cce */.elementor-4162 .elementor-element.elementor-element-e873cce {
        /* Le background avec dégradé + texture de points */
        background-color: #0a0b10;
        background-image: 
            radial-gradient(circle at center, #1a1c25 0%, #0a0b10 100%),
            radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
        background-size: 100% 100%, 30px 30px; /* Taille du quadrillage */
        color: #ffffff;
        padding: 100px 20px;
        font-family: 'Poppins', sans-serif;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a4299e */.hbc-org-short {
        background-color: #F8F9FA;
        padding: 80px 20px;
        font-family: 'Oswald', sans-serif;
        color: #333;
    }

    .org-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Header */
    .org-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .badge-light {
        border: 1px solid #2ecc71;
        color: #2ecc71;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: none;
    }

    .org-header h2 {
        font-family: 'Archivo Black', sans-serif;
        font-size: 2.5rem;
        margin: 15px 0;
        text-transform: none;
    }

    .org-header h2 span, .org-sub-title span {
        color: #2ecc71;
    }

    .org-sub-title {
        text-align: center;
        font-family: 'Archivo Black', sans-serif;
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    /* Grid cards */
    .org-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
        margin-bottom: 60px;
    }
    
    .org-grid img {
        object-fit: full;
    }

    .member-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
        align-items: center; /* Assure le centrage horizontal des éléments */
    }

    /* Nouveau style pour le conteneur de la photo */
    .member-photo-wrapper {
        width: 100px; /* Taille légèrement augmentée pour les photos */
        height: 100px;
        margin-bottom: 20px;
        position: relative;
    }

    /* Style de la photo elle-même */
    .member-photo {
        width: 100%;
        height: 100%;
        border-radius: 50%!important; /* Rend la photo ronde */
        object-fit: cover; /* Assure que la photo remplit le cercle sans être déformée */
        object-position: center; /* Centre le visage dans le cercle */
        border: 3px solid #f0f0f0; /* Une petite bordure claire */
        box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Un léger relief */
        transition: border-color 0.3s ease;
    }

    .member-card:hover .member-photo {
        border-color: #2ecc71; /* La bordure devient verte au survol de la carte */
    }

    /* Gérer les avatars initiaux s'il n'y a pas de photo (Fallback) */
    .member-avatar {
        width: 100%;
        height: 100%;
        background: #2ecc71;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        font-weight: 700;
        font-family: 'Archivo Black', sans-serif;
    }

    .member-role {
        display: inline-block;
        background: #2ecc71;
        color: white;
        font-size: 0.75rem;
        font-weight: 700;
        padding: 4px 12px;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .member-card h4 {
        font-size: 1.1rem;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .member-contact a {
        display: block;
        color: #888;
        text-decoration: none;
        font-size: 0.85rem;
        margin-bottom: 5px;
        transition: color 0.2s;
    }

    .member-contact a:hover {
        color: #2ecc71;
    }
    
    /*Bouton*/
    
    .view-more-org {
    text-align: center;
    margin: 60px 0 60px 0;
}

.btn-outline-green {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-outline-green:hover {
    background: #2ecc71;
    color: white;
    transform: translateY(-3px);
}

    /* CTA Section */
    .org-cta {
        background: #2ecc71;
        border-radius: 25px;
        padding: 40px;
        text-align: center;
        color: white;
    }

    .org-cta h3 {
        font-family: 'Archivo Black', sans-serif;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .org-cta p {
        max-width: 700px;
        margin: 0 auto 25px;
        font-size: 0.95rem;
        opacity: 0.9;
    }

    .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .btn-white {
        background: white;
        color: #2ecc71;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.9rem;
        border: 2px solid white;
        transition: all 0.3s ease;
    }
    
    .btn-white:hover {
        color: #ffffff;
        background: transparent;
        border: 2px solid #ffffff;
    }

    .btn-black {
        background: #000;
        color: white;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.9rem;
        border: 2px solid black;
        transition: all 0.3s ease;
    }
    
    .btn-black:hover {
        color: white;
        background: transparent;
        border: 2px solid black;
    }

    /* Responsive */
    @media (max-width: 1200px) {
    .org-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 en haut, 2 en bas sur tablette */
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .org-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 par ligne sur petit écran */
    }
}

@media (max-width: 480px) {
    .org-grid {
        grid-template-columns: 1fr; /* 1 par ligne sur mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-408e8c7 */.hbc-gallery-section {
    background: #0b0c10;
    background-image: radial-gradient(circle at center, #1a1c23 0%, #0b0c10 100%);
    padding: 80px 0px;
    color: white;
    position: relative;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}
.hbc-gallery-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hbc-gallery-header { text-align: center; margin-bottom: 50px; }
.hbc-gallery-label {
    display: inline-block;
    background: rgba(0,191,99,0.15);
    color: #00bf63;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(0,191,99,0.3);
    margin-bottom: 20px;
}
.hbc-gallery-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
}
.hbc-gallery-title span { color: #00bf63; }
.hbc-gallery-subtitle { color: #666; font-size: 1rem; max-width: 500px; margin: 0 auto; }

.hbc-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 12px;
    margin-bottom: 40px;
}

/* Grande photo dominante à gauche */
.hbc-gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
}
/* 4 petites à droite en 2x2 */
.hbc-gallery-item:nth-child(2) { grid-column: 2; grid-row: 1; }
.hbc-gallery-item:nth-child(3) { grid-column: 3; grid-row: 1; }
.hbc-gallery-item:nth-child(4) { grid-column: 2; grid-row: 2; }
.hbc-gallery-item:nth-child(5) { grid-column: 3; grid-row: 2; }
.hbc-gallery-item:nth-child(6) { display: none; }

.hbc-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    background: #111;
}
.hbc-gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease, opacity .4s ease;
    opacity: .85;
}
.hbc-gallery-item:hover img { transform: scale(1.06); opacity: 1; }
.hbc-gallery-item-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
    opacity: 0; transition: opacity .3s;
    display: flex; align-items: flex-end; padding: 20px;
}
.hbc-gallery-item:hover .hbc-gallery-item-overlay { opacity: 1; }
.hbc-gallery-item-info { display: flex; flex-direction: column; gap: 4px; }
.hbc-gallery-item-date {
    font-size: 11px; font-weight: 700;
    color: #00bf63; text-transform: uppercase; letter-spacing: .06em;
}
.hbc-gallery-item-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 15px; color: #fff; line-height: 1.3;
}
.hbc-gallery-item-cat {
    position: absolute; top: 14px; left: 14px;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(6px);
    color: #fff; font-size: 10px; font-weight: 700;
    padding: 4px 10px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: .05em;
    border: 1px solid rgba(255,255,255,0.1);
}
.hbc-gallery-loading {
    grid-column: 1/-1; text-align: center;
    padding: 60px; color: #555; font-size: 14px;
}
.hbc-gallery-voir-plus { text-align: center; margin-top: 20px; }
.hbc-voir-plus-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #00bf63;
    color: #00bf63;
    font-family: 'Oswald', sans-serif;
    font-size: 14px; font-weight: 700;
    padding: 14px 36px; border-radius: 30px;
    text-decoration: none; transition: all .2s;
}
.hbc-voir-plus-btn:hover { background: #00bf63; color: #ffffff; }

/* LIGHTBOX */
.hbc-lightbox {
    position: fixed; inset: 0; z-index: 9999;
    display: none; align-items: center; justify-content: center;
}
.hbc-lightbox.open { display: flex; }
.hbc-lightbox-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.92); backdrop-filter: blur(8px);
}
.hbc-lightbox-content {
    position: relative; z-index: 2;
    max-width: 90vw; max-height: 90vh;
    display: flex; flex-direction: column;
    align-items: center; gap: 16px;
}
.hbc-lightbox-content img {
    max-width: 90vw; max-height: 80vh;
    object-fit: contain; border-radius: 8px;
}
.hbc-lightbox-caption { display: flex; align-items: center; gap: 16px; }
#hbc-lightbox-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1rem; color: #fff;
}
#hbc-lightbox-date { font-size: 12px; color: #00bf63; font-weight: 600; }
.hbc-lightbox-close, .hbc-lightbox-prev, .hbc-lightbox-next {
    position: absolute; z-index: 3;
    background: rgba(255,255,255,0.1);
    border: none; color: #fff; font-size: 18px;
    width: 44px; height: 44px; border-radius: 50%;
    cursor: pointer; transition: background .2s;
    display: flex; align-items: center; justify-content: center;
}
.hbc-lightbox-close:hover,
.hbc-lightbox-prev:hover,
.hbc-lightbox-next:hover { background: #00bf63; color: #000; }
.hbc-lightbox-close { top: 20px; right: 20px; }
.hbc-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.hbc-lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hbc-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 160px 160px;
    }
    .hbc-gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
    .hbc-gallery-item:nth-child(2) { grid-column: 1; grid-row: 2; }
    .hbc-gallery-item:nth-child(3) { grid-column: 2; grid-row: 2; }
    .hbc-gallery-item:nth-child(4) { grid-column: 1; grid-row: 3; }
    .hbc-gallery-item:nth-child(5) { grid-column: 2; grid-row: 3; }
    .hbc-gallery-item:nth-child(6) { display: none; }
}
@media (max-width: 480px) {
    .hbc-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 130px 130px;
    }
    .hbc-gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
    .hbc-gallery-item:nth-child(2) { grid-column: 1; grid-row: 2; }
    .hbc-gallery-item:nth-child(3) { grid-column: 2; grid-row: 2; }
    .hbc-gallery-item:nth-child(4) { grid-column: 1; grid-row: 3; }
    .hbc-gallery-item:nth-child(5) { grid-column: 2; grid-row: 3; }
    .hbc-gallery-item:nth-child(6) { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f220a89 *//* Section Principale */
.hbc-cta-registration {
    background-color: #F8F9FA;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    font-family: 'Oswald';
}

.hbc-cta-container {
    max-width: 900px;
    width: 100%;
    background: linear-gradient(145deg, #161a21 0%, #0b0c10 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* Badge */
.hbc-badge {
    background: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Titre */
.hbc-cta-title {
    color: white;
    font-size: 48px;
    font-weight: 800;
    margin: 25px 0;
    line-height: 1.2;
    font-family: 'Archivo Black';
}

.hbc-cta-title span {
    color: #2ecc71;
}

.hbc-cta-text {
    color: #a0a0a0;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Mini Étapes */
.hbc-cta-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.hbc-mini-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-dot {
    width: 24px;
    height: 24px;
    background: #2ecc71;
    color: #0b0c10;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hbc-mini-step p {
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
}

/* Bouton */
.hbc-btn-primary {
    background-color: #2ecc71;
    color: white;
    padding: 18px 45px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.2);
}

.hbc-btn-primary:hover {
    transform: scale(1.05);
    background-color: #27ae60;
    color: white;
}

.hbc-cta-hint {
    display: block;
    color: #555;
    font-size: 0.8rem;
    margin-top: 15px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .hbc-cta-title { font-size: 2rem; }
    .hbc-cta-steps { flex-direction: column; gap: 15px; align-items: center; }
    .hbc-cta-container { padding: 40px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09f451a */.hbc-shop-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    font-family: 'Oswald';
}

.hbc-shop-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* Image et Badge */
.hbc-shop-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.hbc-shop-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.hbc-shop-image:hover img {
    transform: scale(1.05);
}

.hbc-shop-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #2ecc71;
    color: white;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Texte et Titres */
.hbc-subtitle {
    color: #2ecc71;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.hbc-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 10px 0 20px;
    font-family: 'Archivo Black';
}

.hbc-title span { color: #2ecc71; }

.hbc-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Bloc du Code */
.hbc-code-box {
    background: #f8f9fa;
    border: 2px dashed #e0e0e0;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.hbc-code-label {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 5px;
}

.hbc-code-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.hbc-code-hint {
    font-size: 0.75rem;
    color: #999;
    margin-top: 10px;
}

/* Bouton */
.hbc-btn-shop {
    display: inline-block;
    background: #1a1a1a; /* Noir pour trancher avec le reste et faire "sport" */
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hbc-btn-shop:hover {
    background: #2ecc71;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.2);
    color: white;
}

/* Responsive Boutique */
@media (max-width: 992px) {
    .hbc-shop-container {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .hbc-shop-content {
        text-align: center;
    }
    .hbc-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b003b */.hbc-partners-section {
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Oswald';
}

.hbc-partners-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.hbc-partners-header {
    margin-bottom: 50px;
}

.hbc-partners-title {
    font-size: 48px;
    font-family: 'Archivo Black';
    font-weight: 800;
    margin-top: 10px;
}

.hbc-partners-title span { color: #2ecc71; }

/* La Grille */
.hbc-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 50px 30px;
    align-items: center;
    margin-top: 40px;
}

.hbc-partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; /* Hauteur fixe pour stabiliser la grille */
    width: 100%;
    opacity: 0.8; /* Légère transparence par défaut */
    transition: opacity 0.3s ease;
}

.hbc-partner-item img {
    /* CORRECTIF ICI : On utilise max pour ne jamais déborder */
    max-width: 100% !important;
    max-height: 100% !important;
    
    /* On enlève le width 100% qui forçait le grossissement */
    width: auto !important;
    height: auto !important;
    
    object-fit: contain;
    
    /* Optimisation rendu mobile */
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    transition: transform 0.3s ease;
}

.hbc-partner-item:hover {
    opacity: 1;
}

.hbc-partner-item:hover img {
    transform: scale(1.05);
}

/* Footer de section */
.hbc-partners-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.hbc-partners-footer p {
    color: #888;
    margin-bottom: 10px;
}

.hbc-link-contact {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}

.hbc-link-contact:hover {
    text-decoration: underline;
    color: #1a1a1a;
}

/* Tablettes */
@media (max-width: 992px) {
    .hbc-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobiles */
@media (max-width: 600px) {
    .hbc-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .hbc-partner-item {
        height: 70px !important; /* On définit une hauteur de ligne claire */
    }
    
    .hbc-partner-item img {
        /* On force une largeur max fixe plutôt qu'un pourcentage pour "brider" l'image */
        max-width: 120px !important; 
        max-height: 50px !important;
        width: auto !important;
        height: auto !important;
        /* Le secret : on empêche le navigateur d'optimiser le rendu de manière paresseuse */
        will-change: transform; 
    }
}/* End custom CSS */