Outiref

Code source de l'URL : https://enr-energy.fr/

<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>ENR Energy — Électricité, Climatisation, Photovoltaïque, Bornes de recharge | Isère & Savoie</title>
  <meta name="description" content="ENR Energy, entreprise RGE basée à Barraux près de Pontcharra (38) : électricité, climatisation, pompe à chaleur, panneaux photovoltaïques et bornes de recharge IRVE pour particuliers et professionnels en Isère et Savoie. Devis sous 48 h." />
  <link rel="canonical" href="https://enr-energy.fr/" />
  <meta property="og:type" content="website" />
  <meta property="og:locale" content="fr_FR" />
  <meta property="og:site_name" content="ENR Energy" />
  <meta property="og:title" content="ENR Energy — Électricité, Climatisation, Photovoltaïque & Bornes de recharge en Isère et Savoie" />
  <meta property="og:description" content="Entreprise RGE basée à Barraux (38) : électricité, climatisation, pompe à chaleur, photovoltaïque et bornes IRVE, dans un rayon de 50 km — Grésivaudan, Chambéry, Combe de Savoie." />
  <meta property="og:url" content="https://enr-energy.fr/" />
  <meta property="og:image" content="https://enr-energy.fr/logo.png" />
  <meta name="twitter:card" content="summary_large_image" />
  <link rel="icon" href="favicon.ico" sizes="any" />
  <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
  <link rel="icon" type="image/png" sizes="192x192" href="favicon-192x192.png" />
  <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": ["LocalBusiness", "Electrician", "HVACBusiness"],
    "@id": "https://enr-energy.fr/#organization",
    "name": "ENR Energy",
    "legalName": "ENR Energy SAS",
    "url": "https://enr-energy.fr/",
    "logo": "https://enr-energy.fr/logo.png",
    "image": "https://enr-energy.fr/logo.png",
    "description": "Électricité, automatisme, génie climatique (climatisation, pompe à chaleur), photovoltaïque et bornes de recharge IRVE pour particuliers, professionnels et industriels en Isère et Savoie.",
    "telephone": "+33476405669",
    "email": "commercial@enr-energy.fr",
    "foundingDate": "2008",
    "priceRange": "€€",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "47 Impasse des Noyers",
      "postalCode": "38530",
      "addressLocality": "Barraux",
      "addressRegion": "Auvergne-Rhône-Alpes",
      "addressCountry": "FR"
    },
    "geo": { "@type": "GeoCoordinates", "latitude": 45.4326, "longitude": 5.9797 },
    "areaServed": [
      {"@type": "City", "name": "Pontcharra"}, {"@type": "City", "name": "Barraux"},
      {"@type": "City", "name": "Chapareillan"}, {"@type": "City", "name": "Le Touvet"},
      {"@type": "City", "name": "Crolles"}, {"@type": "City", "name": "Saint-Ismier"},
      {"@type": "City", "name": "Goncelin"}, {"@type": "City", "name": "Montmélian"},
      {"@type": "City", "name": "Chambéry"}, {"@type": "City", "name": "Aix-les-Bains"},
      {"@type": "City", "name": "Albertville"}, {"@type": "City", "name": "Grenoble"}
    ],
    "knowsAbout": ["Électricité", "Photovoltaïque", "Pompe à chaleur", "Climatisation", "Borne de recharge IRVE", "Automatisme industriel", "Chauffe-eau thermodynamique"]
  }
  </script>
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@600;700&display=swap" rel="stylesheet" />
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --green:      #3DB54A;
      --green-d:    #2A8235;
      --graphite:   #2E2E2E;
      --steel:      #4A4A4A;
      --silver:     #8C8C8C;
      --ash:        #E5E5E5;
      --pearl:      #F4F4F4;
      --green-pale: #E8F5EA;
    }
    html, body { height: 100%; font-family: 'Inter', sans-serif; background: #000; overflow: hidden; }

    /* ── TOP BAR ── */
    .topbar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 48px; height: 86px;
      background: #fff;
      box-shadow: 0 1px 0 rgba(0,0,0,.08);
      /* needed so absolute-positioned mission text anchors to this bar */
    }
    .tb-logo img { height: 46px; display: block; }
    .tb-logo-fb { font-family: 'Oswald', sans-serif; font-size: 1.5rem; font-weight: 700; color: #1a1a1a; display: none; }
    .tb-logo-fb em { color: var(--green); font-style: normal; }
    .tb-mission { position: absolute; left: 50%; transform: translateX(-50%); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: #8C8C8C; text-align: center; line-height: 1.65; max-width: 360px; pointer-events: none; }
    .tb-mission strong { font-weight: 700; color: #4A4A4A; display: block; text-align: center; }
    .tb-mission span { display: block; text-align: justify; text-align-last: justify; letter-spacing: 0; }
    .tb-contact { text-align: right; font-size: .76rem; color: #8C8C8C; line-height: 1.75; }
    .tb-contact a { color: var(--green); text-decoration: none; font-weight: 600; }
    /* ── SPLIT ── */
    .split { display: flex; height: calc(100vh - 86px - 172px); margin-top: 86px; width: 100vw; }
    /* ── PARTNER LOGOS BAND ── */
    .logos-band { display:flex; justify-content:center; align-items:center; gap:48px; flex-wrap:wrap; height:172px; padding:16px 24px 94px; background:#fff; }

    .panel {
      flex: 1; position: relative;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      text-decoration: none; color: #fff; overflow: hidden;
      transition: flex .7s cubic-bezier(.4,0,.2,1);
    }
    .split:hover .panel { flex: .8; }
    .split:hover .panel:hover { flex: 1.2; }

    .panel-g {
      background:
        linear-gradient(155deg, rgba(6,14,8,.45) 0%, rgba(12,26,14,.38) 50%, rgba(10,26,12,.45) 100%),
        url('particuliers-bg.jpg') center/cover no-repeat;
    }
    .panel-b {
      background:
        linear-gradient(155deg, rgba(3,6,15,.48) 0%, rgba(7,13,30,.40) 50%, rgba(7,16,30,.48) 100%),
        url('professionels-bg.jpg') center/cover no-repeat;
    }

    /* Grid texture & vignette */
    .panel::before {
      content: ''; position: absolute; inset: 0; z-index: 0;
      background-image: linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
      background-size: 68px 68px;
    }
    .panel::after {
      content: ''; position: absolute; inset: 0; z-index: 0;
      background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,.52) 100%);
    }

    /* Vertical divider — lives on the right edge of the left panel so it moves with it */
    .panel-b { border-right: 1px solid rgba(255,255,255,.2); }

    /* Content */
    .p-inner {
      position: relative; z-index: 2;
      display: flex; flex-direction: column; align-items: center; text-align: center;
      padding: 40px 56px; max-width: 480px;
    }
    .p-label {
      font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
      color: var(--green); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 30px;
    }
    .p-label::before, .p-label::after { content: ''; display: block; width: 18px; height: 1px; background: currentColor; }
    .panel-b .p-label { color: #6fa3f7; }

    .p-icon { font-size: 3.8rem; margin-bottom: 26px; line-height: 1; filter: drop-shadow(0 0 28px rgba(61,181,74,.4)); }
    .panel-b .p-icon { filter: drop-shadow(0 0 28px rgba(91,156,246,.4)); }

    .p-title { font-family: 'Oswald', sans-serif; font-size: clamp(2rem,3.8vw,3.2rem); font-weight: 700; line-height: 1.06; color: #fff; margin-bottom: 18px; }

    .p-desc { font-size: .87rem; color: rgba(255,255,255,.56); line-height: 1.8; margin-bottom: 38px; max-width: 340px; }

    .p-cta {
      display: inline-flex; align-items: center; gap: 10px; padding: 13px 30px; border-radius: 50px;
      font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
      transition: all .22s; white-space: nowrap;
    }
    .panel-g .p-cta { background: #fff; color: #1a1a1a; }
    .panel-g .p-cta:hover { background: #f0f0f0; box-shadow: 0 8px 28px rgba(0,0,0,.25); transform: translateY(-2px); }
    .panel-b .p-cta { background: #fff; color: #1a1a1a; border: none; }
    .panel-b .p-cta:hover { background: #f0f0f0; box-shadow: 0 8px 28px rgba(0,0,0,.25); transform: translateY(-2px); }

    /* ── FOOTER BAR ── */
    .footbar {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
      padding: 10px 40px;
      background: #000;
      border-top: 1px solid rgba(255,255,255,.07);
    }
    .footbar a, .footbar span { font-size: .7rem; color: rgba(255,255,255,.4); text-decoration: none; transition: color .15s; }
    .footbar a:hover { color: rgba(255,255,255,.85); }
    .footbar .sep { color: rgba(255,255,255,.15); }

    /* ── RECRUTONS POPUP ── */
    .recrutons-btn {
      position: fixed; bottom: 48px; right: 20px; z-index: 200;
      background: var(--green); color: #fff;
      border: none; border-radius: 50px; padding: 9px 16px;
      font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 700;
      cursor: pointer; display: flex; align-items: center; gap: 6px;
      box-shadow: 0 4px 18px rgba(61,181,74,.45);
      transition: background .18s, transform .18s;
      white-space: nowrap;
    }
    .recrutons-btn:hover { background: var(--green-d); transform: translateY(-2px); }
    .recrutons-panel {
      position: fixed; bottom: 94px; right: 20px; z-index: 200;
      background: #fff; border-radius: 12px;
      box-shadow: 0 8px 32px rgba(0,0,0,.22);
      padding: 20px 22px; width: 290px;
      display: none; flex-direction: column; gap: 14px;
    }
    .recrutons-panel.open { display: flex; }
    .recrutons-panel h3 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--green); margin-bottom: 2px; }
    .recrutons-panel ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .recrutons-panel li { font-size: .78rem; color: var(--graphite); line-height: 1.5; border-left: 2px solid var(--green); padding-left: 10px; }
    .recrutons-panel li a { color: var(--green); text-decoration: none; font-weight: 600; }
    .recrutons-panel li a:hover { text-decoration: underline; }
    .recrutons-close { position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 1rem; cursor: pointer; color: var(--silver); line-height: 1; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) { .tb-mission { display: none; } .topbar { padding: 0 28px; } }
    @media (max-width: 768px) {
      html, body { overflow: auto; background: #060e08; }
      .split { flex-direction: column; height: auto; }
      .panel { min-height: 52vh; flex: none !important; }
      .split:hover .panel { flex: none !important; }
      .vdiv { display: none; }
      .topbar { position: relative; background: #fff; margin-top: 0; }
      .mission-band { position: relative; top: auto; height: auto; padding: 24px 20px; }
      .split { margin-top: 0; height: auto; }
      .footbar { position: relative; }
      .p-inner { padding: 48px 32px; }
      .recrutons-btn { position: relative; bottom: auto; right: auto; width: 100%; justify-content: center; border-radius: 0; padding: 14px 16px; font-size: .8rem; }
      .recrutons-panel { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; border-radius: 12px 12px 0 0; max-height: 70vh; overflow-y: auto; }
    }
  </style>
</head>
<body>

<div class="vdiv"></div>

<!-- TOP BAR -->
<header class="topbar">
  <div class="tb-logo">
    <img src="logo.png" alt="ENR Energy"
      onerror="this.style.display='none';this.nextElementSibling.style.display='block';" />
    <div class="tb-logo-fb"><em>ENR</em> ENERGY</div>
  </div>
  <div class="tb-mission">
    <strong>Notre Mission :</strong><span>Accompagner nos clients dans leur projet d'électrification et de transition énergétique.</span>
  </div>
  <div class="tb-contact">
    <div>📍 Barraux, Isère (38) — rayon 50 km</div>
    <div><a href="tel:0476405669">04 76 40 56 69</a> · <a href="tel:0646421022">06 46 42 10 22</a></div>
  </div>
</header>

<!-- SPLIT SCREEN — picture-window panels -->
<div class="split">

  <a href="professionnels.html" class="panel panel-b">
    <div class="p-inner">
      <div class="p-label">Industrie &amp; Tertiaire</div>
      <h1 class="p-title">Je suis<br/>professionnel</h1>
      <p class="p-desc">Entreprise, industrie ou copropriété : vous avez besoin d'un partenaire fiable pour l'électricité, l'automatisme, le génie climatique ou la transition énergétique de votre site.</p>
      <span class="p-cta">Découvrir mes solutions →</span>
    </div>
  </a>

  <a href="particuliers.html" class="panel panel-g">
    <div class="p-inner">
      <div class="p-label">Résidentiel</div>
      <h1 class="p-title">Je suis<br/>particulier</h1>
      <p class="p-desc">Vous souhaitez installer des panneaux solaires, une pompe à chaleur, des bornes de recharge ou mettre votre installation électrique aux normes.</p>
      <span class="p-cta">Découvrir mes solutions →</span>
    </div>
  </a>

</div>

<!-- PARTNER LOGOS -->
<div class="logos-band">
  <img src="laureat-reseau-entreprendre.png" alt="Lauréat Réseau Entreprendre Isère" style="height:68px;width:auto;" />
  <img src="reseau-initiative.png" alt="Réseau Initiative Grésivaudan Isère" style="height:56px;width:auto;" />
  <img src="btp-isere.png" alt="Fédération BTP Isère" style="height:44px;width:auto;" />
</div>

<!-- FOOTER BAR -->
<footer class="footbar" style="flex-direction:column;gap:5px;">
  <nav style="display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;" aria-label="Interventions locales">
    <a href="climatisation-pontcharra.html">Climatisation Pontcharra</a>
    <span class="sep">·</span>
    <a href="climatisation-barraux.html">Climatisation Barraux</a>
    <span class="sep">·</span>
    <a href="pompe-a-chaleur-chambery.html">Pompe à chaleur Chambéry</a>
    <span class="sep">·</span>
    <a href="borne-de-recharge-pontcharra.html">Borne de recharge Pontcharra</a>
    <span class="sep">·</span>
    <a href="photovoltaique-crolles.html">Photovoltaïque Crolles</a>
    <span class="sep">·</span>
    <a href="zone-intervention.html">Zone d'intervention (90+ communes) →</a>
  </nav>
  <div style="display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;">
    <span>📍 Barraux, Isère (38) — rayon 50 km</span>
    <span class="sep">·</span>
    <a href="tel:0476405669">04 76 40 56 69</a>
    <span class="sep">·</span>
    <a href="mailto:commercial@enr-energy.fr">commercial@enr-energy.fr</a>
    <span class="sep">·</span>
    <span>🏅 RGE Qualit'EnR</span>
    <span class="sep">·</span>
    <a href="mentions-legales.html">Mentions légales</a>
    <span class="sep">·</span>
    <a href="politique-confidentialite.html">Confidentialité</a>
  </div>
</footer>

<!-- RECRUTONS -->
<button class="recrutons-btn" onclick="document.querySelector('.recrutons-panel').classList.toggle('open')">
  📢 Nous recrutons&nbsp;!
</button>
<div class="recrutons-panel">
  <button class="recrutons-close" onclick="this.parentElement.classList.remove('open')">✕</button>
  <h3>Nous recrutons&nbsp;!</h3>
  <ul>
    <li>Technicien bureau d'études électricité, CVC</li>
    <li>Électricien bâtiment</li>
    <li>Climaticien</li>
  </ul>
  <p style="font-size:.75rem;color:var(--silver);margin-top:2px;">Envoyez votre CV → <a href="mailto:contact@enr-energy.fr" style="color:var(--green);font-weight:600;">contact@enr-energy.fr</a></p>
</div>

</body>
</html>