{"id":4613,"date":"2026-03-26T16:39:36","date_gmt":"2026-03-26T14:39:36","guid":{"rendered":"https:\/\/www.nha.hockey\/?page_id=4613"},"modified":"2026-03-26T16:56:12","modified_gmt":"2026-03-26T14:56:12","slug":"comite","status":"publish","type":"page","link":"https:\/\/www.nha.hockey\/index.php\/comite\/","title":{"rendered":"Comit\u00e9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4613\" class=\"elementor elementor-4613\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bc462e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"1bc462e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc5b046 elementor-widget elementor-widget-heading\" data-id=\"dc5b046\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.nha.hockey\/index.php\/news-de-la-nha\/\">Le comit\u00e9<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fdea74 elementor-widget elementor-widget-heading\" data-id=\"4fdea74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.nha.hockey\/index.php\/news-de-la-nha\/\">Les personnes derri\u00e8re le club<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e34ddc3 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"e34ddc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97adb20 elementor-widget elementor-widget-html\" data-id=\"97adb20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<style>\n    \/* \u2500\u2500 Variables NHA Comit\u00e9 (scop\u00e9es) \u2500\u2500 *\/\n    .nha-comite {\n        --navy: #304b6a;\n        --navy-dark: #1e3350;\n        --gold: #c7b38c;\n        --gold-dark: #a68953;\n        --light-gray: #f4f4f4;\n        --white: #ffffff;\n        --text-dark: #2c2c2c;\n        --text-muted: #6b7b8d;\n        font-family: 'Open Sans', Arial, sans-serif;\n        color: var(--text-dark);\n        line-height: 1.6;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 60px 20px;\n        box-sizing: border-box;\n    }\n\n    .nha-comite *, .nha-comite *::before, .nha-comite *::after {\n        box-sizing: border-box;\n    }\n\n    \/* \u2500\u2500 Pr\u00e9sidente (featured) \u2500\u2500 *\/\n    .nha-comite .featured-member {\n        background: var(--white);\n        border-radius: 20px;\n        box-shadow: 0 5px 25px rgba(48, 75, 106, 0.1);\n        padding: 50px;\n        margin-bottom: 50px;\n        display: flex;\n        align-items: center;\n        gap: 40px;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .nha-comite .featured-member::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 6px;\n        height: 100%;\n        background: linear-gradient(to bottom, var(--gold), var(--gold-dark));\n        border-radius: 20px 0 0 20px;\n    }\n\n    .nha-comite .featured-avatar {\n        width: 120px;\n        height: 120px;\n        border-radius: 50%;\n        background: linear-gradient(135deg, var(--navy), var(--navy-dark));\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n        position: relative;\n    }\n\n    .nha-comite .featured-avatar::after {\n        content: '';\n        position: absolute;\n        inset: -4px;\n        border-radius: 50%;\n        border: 2px solid var(--gold);\n    }\n\n    .nha-comite .featured-avatar .initials {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        font-size: 2rem;\n        color: var(--white);\n    }\n\n    .nha-comite .featured-info h2 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        font-size: 1.6rem;\n        color: var(--navy);\n        margin: 0 0 4px 0;\n    }\n\n    .nha-comite .featured-info .role {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 0.95rem;\n        color: var(--gold-dark);\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        margin-bottom: 16px;\n    }\n\n    .nha-comite .featured-info .email-link {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        color: var(--navy);\n        text-decoration: none;\n        font-size: 0.95rem;\n        padding: 10px 20px;\n        border-radius: 50px;\n        background: var(--light-gray);\n        transition: all 0.3s ease;\n    }\n\n    .nha-comite .featured-info .email-link:hover {\n        background: var(--navy);\n        color: var(--white);\n    }\n\n    \/* \u2500\u2500 Grid des membres \u2500\u2500 *\/\n    .nha-comite .members-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n        gap: 24px;\n        margin-bottom: 50px;\n    }\n\n    .nha-comite .member-card {\n        background: var(--white);\n        border-radius: 16px;\n        box-shadow: 0 5px 15px rgba(48, 75, 106, 0.07);\n        padding: 32px;\n        display: flex;\n        align-items: flex-start;\n        gap: 20px;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .nha-comite .member-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 30px rgba(48, 75, 106, 0.14);\n    }\n\n    .nha-comite .member-avatar {\n        width: 64px;\n        height: 64px;\n        border-radius: 50%;\n        background: linear-gradient(135deg, var(--navy), var(--navy-dark));\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .nha-comite .member-avatar .initials {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 1.1rem;\n        color: var(--white);\n    }\n\n    .nha-comite .member-info {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .nha-comite .member-info h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        font-size: 1.1rem;\n        color: var(--navy);\n        margin: 0 0 2px 0;\n    }\n\n    .nha-comite .member-info .role {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 500;\n        font-size: 0.8rem;\n        color: var(--gold-dark);\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin-bottom: 12px;\n    }\n\n    .nha-comite .member-info .email-link {\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n        color: var(--text-muted);\n        text-decoration: none;\n        font-size: 0.85rem;\n        transition: color 0.3s ease;\n    }\n\n    .nha-comite .member-info .email-link:hover {\n        color: var(--navy);\n    }\n\n    .nha-comite .email-icon {\n        width: 16px;\n        height: 16px;\n        flex-shrink: 0;\n    }\n\n    \/* \u2500\u2500 Section Club Info \u2500\u2500 *\/\n    .nha-comite .club-section {\n        background: var(--white);\n        border-radius: 20px;\n        box-shadow: 0 5px 25px rgba(48, 75, 106, 0.1);\n        padding: 50px;\n        margin-bottom: 50px;\n    }\n\n    .nha-comite .club-section h2 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        font-size: 1.5rem;\n        color: var(--navy);\n        margin: 0 0 6px 0;\n    }\n\n    .nha-comite .club-section .section-subtitle {\n        font-size: 0.9rem;\n        color: var(--text-muted);\n        margin-bottom: 30px;\n    }\n\n    .nha-comite .club-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 30px;\n    }\n\n    .nha-comite .club-info-block {\n        display: flex;\n        gap: 16px;\n        align-items: flex-start;\n    }\n\n    .nha-comite .club-icon {\n        width: 48px;\n        height: 48px;\n        border-radius: 12px;\n        background: linear-gradient(135deg, var(--navy), var(--navy-dark));\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .nha-comite .club-icon svg {\n        width: 22px;\n        height: 22px;\n        color: var(--gold);\n    }\n\n    .nha-comite .club-info-block h4 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 0.85rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--text-muted);\n        margin: 0 0 4px 0;\n    }\n\n    .nha-comite .club-info-block p,\n    .nha-comite .club-info-block a {\n        font-size: 0.95rem;\n        color: var(--text-dark);\n        text-decoration: none;\n        line-height: 1.5;\n        margin: 0;\n    }\n\n    .nha-comite .club-info-block a:hover {\n        color: var(--gold-dark);\n    }\n\n    \/* \u2500\u2500 Section Photographies \u2500\u2500 *\/\n    .nha-comite .photo-credits {\n        background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);\n        border-radius: 20px;\n        padding: 40px 50px;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 20px;\n        flex-wrap: wrap;\n    }\n\n    .nha-comite .photo-credits-text h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 1.1rem;\n        color: var(--white);\n        margin: 0 0 4px 0;\n    }\n\n    .nha-comite .photo-credits-text p {\n        color: rgba(255, 255, 255, 0.6);\n        font-size: 0.9rem;\n        margin: 0;\n    }\n\n    .nha-comite .photo-credits-links {\n        display: flex;\n        gap: 12px;\n        flex-wrap: wrap;\n    }\n\n    .nha-comite .photo-credits-links a {\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n        padding: 10px 20px;\n        border-radius: 50px;\n        background: rgba(199, 179, 140, 0.15);\n        border: 1px solid rgba(199, 179, 140, 0.3);\n        color: var(--gold);\n        text-decoration: none;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 500;\n        font-size: 0.85rem;\n        transition: all 0.3s ease;\n    }\n\n    .nha-comite .photo-credits-links a:hover {\n        background: var(--gold);\n        color: var(--navy-dark);\n        border-color: var(--gold);\n    }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (max-width: 768px) {\n        .nha-comite {\n            padding: 30px 16px;\n        }\n\n        .nha-comite .featured-member {\n            flex-direction: column;\n            text-align: center;\n            padding: 30px;\n            gap: 20px;\n        }\n\n        .nha-comite .featured-member::before {\n            width: 100%;\n            height: 4px;\n            border-radius: 20px 20px 0 0;\n        }\n\n        .nha-comite .members-grid {\n            grid-template-columns: 1fr;\n            gap: 16px;\n        }\n\n        .nha-comite .member-card {\n            padding: 24px;\n        }\n\n        .nha-comite .club-section {\n            padding: 30px;\n        }\n\n        .nha-comite .club-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .nha-comite .photo-credits {\n            flex-direction: column;\n            text-align: center;\n            padding: 30px;\n        }\n\n        .nha-comite .photo-credits-links {\n            justify-content: center;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .nha-comite .featured-avatar {\n            width: 90px;\n            height: 90px;\n        }\n\n        .nha-comite .featured-avatar .initials {\n            font-size: 1.6rem;\n        }\n    }\n<\/style>\n\n<div class=\"nha-comite\">\n\n    <!-- Pr\u00e9sidente (mise en avant) -->\n    <div class=\"featured-member\">\n        <div class=\"featured-avatar\">\n            <span class=\"initials\">LA<\/span>\n        <\/div>\n        <div class=\"featured-info\">\n            <h2>Laure Aeschimann<\/h2>\n            <p class=\"role\">Pr\u00e9sidente<\/p>\n            <a href=\"mailto:president@nha.hockey\" class=\"email-link\">\n                <svg class=\"email-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                    <path d=\"M22 4L12 13L2 4\"><\/path>\n                <\/svg>\n                president@nha.hockey\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Grille des membres -->\n    <div class=\"members-grid\">\n\n        <!-- V\u00e9ronique Schmid -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">VS<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>V\u00e9ronique Schmid<\/h3>\n                <p class=\"role\">Vice-pr\u00e9sidente & Administration<\/p>\n                <a href=\"mailto:administration@nha.hockey\" class=\"email-link\">\n                    <svg class=\"email-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                        <path d=\"M22 4L12 13L2 4\"><\/path>\n                    <\/svg>\n                    administration@nha.hockey\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Yan Gigon -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">YG<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>Yan Gigon<\/h3>\n                <p class=\"role\">Directeur technique<\/p>\n                <a href=\"mailto:technique@nha.hockey\" class=\"email-link\">\n                    <svg class=\"email-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                        <path d=\"M22 4L12 13L2 4\"><\/path>\n                    <\/svg>\n                    technique@nha.hockey\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Nicolas Loviat -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">NL<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>Nicolas Loviat<\/h3>\n                <p class=\"role\">Responsable finances<\/p>\n                <a href=\"mailto:finances@nha.hockey\" class=\"email-link\">\n                    <svg class=\"email-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                        <path d=\"M22 4L12 13L2 4\"><\/path>\n                    <\/svg>\n                    finances@nha.hockey\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Patrick Meyer -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">PM<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>Patrick Meyer<\/h3>\n                <p class=\"role\">Responsable sponsoring<\/p>\n                <a href=\"mailto:sponsoring@nha.hockey\" class=\"email-link\">\n                    <svg class=\"email-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                        <path d=\"M22 4L12 13L2 4\"><\/path>\n                    <\/svg>\n                    sponsoring@nha.hockey\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Margot Douxchamps -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">MD<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>Margot Douxchamps<\/h3>\n                <p class=\"role\">Responsable communication<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- M\u00e9lanie Girardin -->\n        <div class=\"member-card\">\n            <div class=\"member-avatar\">\n                <span class=\"initials\">MG<\/span>\n            <\/div>\n            <div class=\"member-info\">\n                <h3>M\u00e9lanie Girardin<\/h3>\n                <p class=\"role\">Responsable b\u00e9n\u00e9voles<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- Infos Club -->\n    <div class=\"club-section\">\n        <h2>Neuch\u00e2tel Hockey Academy<\/h2>\n        <p class=\"section-subtitle\">Coordonn\u00e9es du club<\/p>\n        <div class=\"club-grid\">\n            <div class=\"club-info-block\">\n                <div class=\"club-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                    <\/svg>\n                <\/div>\n                <div>\n                    <h4>Adresse<\/h4>\n                    <p>Quai Robert-Comtesse 4<br>2000 Neuch\u00e2tel<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"club-info-block\">\n                <div class=\"club-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n                        <path d=\"M22 4L12 13L2 4\"><\/path>\n                    <\/svg>\n                <\/div>\n                <div>\n                    <h4>Email g\u00e9n\u00e9ral<\/h4>\n                    <a href=\"mailto:info@nha.hockey\">info@nha.hockey<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Cr\u00e9dits photo -->\n    <div class=\"photo-credits\">\n        <div class=\"photo-credits-text\">\n            <h3>Photographies<\/h3>\n            <p>Cr\u00e9dits photos <\/p>\n        <\/div>\n        <div class=\"photo-credits-links\">\n            <a href=\"https:\/\/www.anitalopezcarreras.photos\" target=\"_blank\">\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"><\/path>\n                    <circle cx=\"12\" cy=\"13\" r=\"4\"><\/circle>\n                <\/svg>\n                Anita Lopez Carreras\n            <\/a>\n            <a href=\"https:\/\/www.instagram.com\/the_g_24_\" target=\"_blank\">\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect>\n                    <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path>\n                    <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line>\n                <\/svg>\n                G\u00e9rard Gandillon\n            <\/a>\n        <\/div>\n    <\/div>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0010498 elementor-widget elementor-widget-image\" data-id=\"0010498\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"681\" src=\"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-768x681.jpg\" class=\"attachment-medium_large size-medium_large wp-image-4615\" alt=\"Comit\u00e9_NHA_2025\" srcset=\"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-768x681.jpg 768w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-300x266.jpg 300w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-1024x908.jpg 1024w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-1536x1362.jpg 1536w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-2048x1816.jpg 2048w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-128x113.jpg 128w, https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-32x28.jpg 32w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">De gauche \u00e0 droite ; V\u00e9ronique, Patrick, Laure, M\u00e9lanie et Yan (Absent-e-s : Margot &amp; Nicolas)<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Le comit\u00e9 Les personnes derri\u00e8re le club LA Laure Aeschimann Pr\u00e9sidente president@nha.hockey VS V\u00e9ronique Schmid Vice-pr\u00e9sidente &#038; Administration administration@nha.hockey YG Yan Gigon Directeur technique technique@nha.hockey NL Nicolas Loviat Responsable finances finances@nha.hockey PM Patrick Meyer Responsable sponsoring sponsoring@nha.hockey MD Margot Douxchamps Responsable communication MG M\u00e9lanie Girardin Responsable b\u00e9n\u00e9voles Neuch\u00e2tel Hockey Academy Coordonn\u00e9es du club Adresse Quai Robert-Comtesse 42000 Neuch\u00e2tel Email g\u00e9n\u00e9ral info@nha.hockey Photographies Cr\u00e9dits photos Anita Lopez Carreras G\u00e9rard Gandillon De gauche \u00e0 droite ; V\u00e9ronique, Patrick, Laure, M\u00e9lanie et Yan (Absent-e-s : Margot &amp; Nicolas)<\/p>\n","protected":false},"author":4,"featured_media":4615,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4613","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy<\/title>\n<meta name=\"description\" content=\"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.nha.hockey\/index.php\/comite\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy\" \/>\n<meta property=\"og:description\" content=\"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nha.hockey\/index.php\/comite\/\" \/>\n<meta property=\"og:site_name\" content=\"NHA | Neuch\u00e2tel Hockey Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neuchatelhockeyacademy?locale=fr_FR\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T14:56:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"2270\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/\",\"url\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/\",\"name\":\"Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nha.hockey\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg\",\"datePublished\":\"2026-03-26T14:39:36+00:00\",\"dateModified\":\"2026-03-26T14:56:12+00:00\",\"description\":\"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.nha.hockey\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.nha.hockey\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg\",\"width\":2560,\"height\":2270,\"caption\":\"Comit\u00e9_NHA_2025\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/index.php\\\/comite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.nha.hockey\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Comit\u00e9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#website\",\"url\":\"https:\\\/\\\/www.nha.hockey\\\/\",\"name\":\"NHA | Neuch\u00e2tel Hockey Academy\",\"description\":\"Le hockey sur glace? Un sport de filles!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nha.hockey\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#organization\",\"name\":\"NHA | Neuch\u00e2tel Hockey Academy\",\"url\":\"https:\\\/\\\/www.nha.hockey\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.nha.hockey\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo_club_bleu.png\",\"contentUrl\":\"https:\\\/\\\/www.nha.hockey\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo_club_bleu.png\",\"width\":1081,\"height\":620,\"caption\":\"NHA | Neuch\u00e2tel Hockey Academy\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nha.hockey\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/neuchatelhockeyacademy?locale=fr_FR\",\"https:\\\/\\\/www.instagram.com\\\/neuchatelhockeyacademy\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy","description":"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.nha.hockey\/index.php\/comite\/","og_locale":"fr_FR","og_type":"article","og_title":"Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy","og_description":"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.","og_url":"https:\/\/www.nha.hockey\/index.php\/comite\/","og_site_name":"NHA | Neuch\u00e2tel Hockey Academy","article_publisher":"https:\/\/www.facebook.com\/neuchatelhockeyacademy?locale=fr_FR","article_modified_time":"2026-03-26T14:56:12+00:00","og_image":[{"width":2560,"height":2270,"url":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nha.hockey\/index.php\/comite\/","url":"https:\/\/www.nha.hockey\/index.php\/comite\/","name":"Comit\u00e9 - NHA | Neuch\u00e2tel Hockey Academy","isPartOf":{"@id":"https:\/\/www.nha.hockey\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nha.hockey\/index.php\/comite\/#primaryimage"},"image":{"@id":"https:\/\/www.nha.hockey\/index.php\/comite\/#primaryimage"},"thumbnailUrl":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg","datePublished":"2026-03-26T14:39:36+00:00","dateModified":"2026-03-26T14:56:12+00:00","description":"Rencontrez le comit\u00e9 de la NHA : les personnes engag\u00e9es qui font vivre le plus grand club de hockey f\u00e9minin de Neuch\u00e2tel au quotidien.","breadcrumb":{"@id":"https:\/\/www.nha.hockey\/index.php\/comite\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nha.hockey\/index.php\/comite\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.nha.hockey\/index.php\/comite\/#primaryimage","url":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg","contentUrl":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2026\/03\/7E9ABF83-66B5-4A63-BE40-74AE13772A36-scaled.jpg","width":2560,"height":2270,"caption":"Comit\u00e9_NHA_2025"},{"@type":"BreadcrumbList","@id":"https:\/\/www.nha.hockey\/index.php\/comite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.nha.hockey\/"},{"@type":"ListItem","position":2,"name":"Comit\u00e9"}]},{"@type":"WebSite","@id":"https:\/\/www.nha.hockey\/#website","url":"https:\/\/www.nha.hockey\/","name":"NHA | Neuch\u00e2tel Hockey Academy","description":"Le hockey sur glace? Un sport de filles!","publisher":{"@id":"https:\/\/www.nha.hockey\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nha.hockey\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.nha.hockey\/#organization","name":"NHA | Neuch\u00e2tel Hockey Academy","url":"https:\/\/www.nha.hockey\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.nha.hockey\/#\/schema\/logo\/image\/","url":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2025\/08\/logo_club_bleu.png","contentUrl":"https:\/\/www.nha.hockey\/wp-content\/uploads\/2025\/08\/logo_club_bleu.png","width":1081,"height":620,"caption":"NHA | Neuch\u00e2tel Hockey Academy"},"image":{"@id":"https:\/\/www.nha.hockey\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/neuchatelhockeyacademy?locale=fr_FR","https:\/\/www.instagram.com\/neuchatelhockeyacademy\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/pages\/4613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/comments?post=4613"}],"version-history":[{"count":10,"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/pages\/4613\/revisions"}],"predecessor-version":[{"id":4626,"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/pages\/4613\/revisions\/4626"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/media\/4615"}],"wp:attachment":[{"href":"https:\/\/www.nha.hockey\/index.php\/wp-json\/wp\/v2\/media?parent=4613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}