CINXE.COM
Contact - CBQ+
<!DOCTYPE html> <html lang="fr"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="description" content="" /> <meta name="keywords" content="chaleur bois qualite, combustible, chaufferie, fournisseur, granule, bois, qualite, annuaire, label" /> <meta name="robots" content="index,follow" /> <meta name="robots" content="ALL" /> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <title>Contact - CBQ+</title> <base href="//chaleur-bois-qualite-plus.fr/" /> <!-- Metas open graph (r茅seaux sociaux) --> <meta property="og:title" content="Contact - CBQ+" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://chaleur-bois-qualite-plus.fr/contact" /> <meta property="og:description" content="" /> <meta property="og:image" content="https://chaleur-bois-qualite-plus.fr/mp/img/entetes/entete-contact.jpg" /> <!-- Styles --> <link rel="icon" type="image/png" href="/mp/img/front/favicon.png" /> <link rel="stylesheet" type="text/css" href="/mp/css/styles.css?v=1.02" /> <link rel="stylesheet" type="text/css" href="/mp/inc/mootooltip/mootooltip.css?v=1.01" /> <link rel="stylesheet" type="text/css" href="/mp/inc/milkbox/css/milkbox/milkbox.css" /> <link rel="stylesheet" type="text/css" href="/mp/inc/datepicker/datepicker.css" /> <link rel="stylesheet" type="text/css" href="/mp/inc/photoswipe/photoswipe.css"> <link rel="stylesheet" type="text/css" href="/mp/inc/photoswipe/default-skin/default-skin.css"> <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" href="/mp/css/styles-ie8-.css" /> <![endif]--> <!-- Polices Google Fonts --> <link href="//fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap" rel="stylesheet"> <!-- Javascript --> <script type="text/javascript" src="/mp/inc/js/mootools-1.6.0.js"></script> <script defer type="text/javascript" src="/mp/inc/mootooltip/mootooltip.js"></script> <script defer type="text/javascript" src="/mp/inc/milkbox/milkbox.js?v=1.01"></script> <script defer type="text/javascript" src="/mp/inc/datepicker/datepicker.js?v=1.01"></script> <script defer type="text/javascript" src="/mp/inc/photoswipe/photoswipe.js"></script> <script defer type="text/javascript" src="/mp/inc/photoswipe/photoswipe-ui-default.js"></script> <link rel="stylesheet" href="/mp/inc/openlayer/ol.css" type="text/css"> <link rel="stylesheet" href="/mp/inc/mooosm/mooosm.css" type="text/css"> <script type="text/javascript" src="/mp/inc/openlayer/ol.js"></script> <script type="text/javascript" src="/mp/inc/mooosm/mooosm.js"></script><script defer type="text/javascript"> // Ajout m茅thode permettant de v茅rifier si un 茅l茅ment et ses parents sont affich茅s Element.implement({ isDisplayed: function(){ var retour = this.getStyle('display') != 'none'; if (retour) { var elt = this; while (elt.getParent()) { elt=elt.getParent(); retour = (elt.getStyle('display') != 'none') && retour; } } return retour; } }); // ================================================= // D茅but code mooTools // ================================================= window.addEvent('domready', function() { // Garder la session PHP active (function() { new Request({ url: '/index.php?action=alive', method: 'post' }).send(); }).periodical(900000); // Sp茅cificit茅 IE8- : dialogue invitant 脿 la mise 脿 jour du navigateur $(document.body).setStyle('height', '100%'); new Element('div', { id: 'divFader', styles: { position: 'fixed', top: 0, left: 0, width: '100%', height: '100%', background: '#000', opacity: 0.7, zIndex: 99998 } }).inject($(document.body), 'bottom'); new Element('div', { id: 'divMajIE', html: '<div style="margin: 8px 15px; font-size: 14px;"><strong style="font-size: 18px;">Votre navigateur est obsol猫te !</strong><br /><br />' + 'Le pr茅sent site web a 茅t茅 d茅velopp茅 dans le respect des normes du W3C (Worl Wide Web Consortium), pour profiter pleinement des fonctionnalit茅s ' + 'du pr茅sent site et m锚me de l\'ensemble de la toile en toute s茅curit茅, merci de mettre 脿 jour votre navigateur.<br /><br />' + 'Vous pouvez utiliser les liens suivants pour mettre 脿 jour votre navigateur :<br /><br />' + '• <a href="https://www.mozilla.org/firefox/" target="_blank">Installer Mozilla FireFox</a><br />' + '• <a href="https://www.google.com/chrome" target="_blank">Installer Google Chrome</a><br />' + '• <a href="https://www.microsoft.com/windows/microsoft-edge" target="_blank">Installer MS Edge</a></div>', styles: { position: 'fixed', width: 520, height: 250, top: '50%', left: '50%', marginTop: -125, marginLeft: -260, zIndex: 10, background: '#fff', zIndex: 99999 } }).inject($(document.body), 'bottom'); $('divFader').addEvent('click', function(e) { this.dispose(); $('divMajIE').dispose(); }); // Scroller anim茅 + bouton haut de page var scrollPage = new Fx.Scroll(window, { offset: { x: 0, y: -80 } }); if ($('btnHaut')) $('btnHaut').addEvent('click', function(e) { e.stop(); scrollPage.toTop(); }); // Pied de page cal茅 en bas d'茅cran si besoin window.addEvent('resize', function(e) { if ($('pied')) { var height = $('pied').getPosition().y + $('pied').getSize().y; var delta = window.getSize().y - height; if ($('bg-navig')) $('bg-navig').setStyle('margin-top', Math.max(0, delta) + 'px'); else $('pied').setStyle('margin-top', Math.max(0, delta) + 'px'); } }); (function() { window.fireEvent('resize'); }).delay(500); // Infobulles auto $$('.tooltip').addEvent('mouseenter', function(e) { if (this.getAttribute('data-tooltip')) this.affTooltip(this.getAttribute('data-tooltip'), { duration: 500 }); }); // Ajout ellipse sur les classes masque $$('.masque').each(function(elt) { var txt = elt.getElement('div'); var divh = elt.clientHeight; while (txt.offsetHeight > divh) { txt.innerHTML = txt.innerHTML.replace(/\W*\s(\S)*$/, '...'); } }); // Couleur texte select si pas de valeur $$('select.selqst').each(function(elt) { if (elt.get('value') == '') elt.setStyle('color', '#777'); }); $$('select.selqst').addEvent('change', function(e) { this.setStyle('color', (this.get('value')=='' ? '#777' : '')); }); // Champ r茅ponse au questionnaire sans touche entr茅e $$('.noenter').addEvent('keydown', function(e) { if (e.key == 'enter') e.preventDefault(); }); // Menu mobile : affichage des menus if ($('btn-menmob') && $('cnt-menmob')) { $('cnt-menmob').setStyle('display', 'block'); //$('cnt-menmob').setAttribute('data-height', ($('cnt-menmob').getSize().y > 0 ? $('cnt-menmob').getSize().y : 204)); $('cnt-menmob').setStyle('height', 0); $('menmob').setStyle('display', ''); $('btn-menmob').setStyle('cursor', 'pointer').addEvent('click', function(e) { if ($('cnt-menmob').getSize().y == 0) { //$('cnt-menmob').setStyle('height', $('cnt-menmob').getAttribute("data-height") + 'px'); $('cnt-menmob').setStyle('height', $('cnt-menmob').getScrollSize().y + 'px'); } else { $('cnt-menmob').setStyle('height', $('cnt-menmob').getSize().y + 'px'); (function() { $('cnt-menmob').setStyle('height', 0); }).delay(100); } }); } // Actions JS 脿 lancer apr猫s un preload de background-image function afterBPreload() { // Animation du logo if ($('cnt-logo')) { $('cnt-logo').addClass('visible'); } // Animation des l茅gendes du 1er 茅l茅ment if ($('slideShow') && $('slideP'+curimg)) { if ($('slideP'+curimg).getElement('.legende1')) $('slideP'+curimg).getElement('.legende1').addClass('visible'); if ($('slideP'+curimg).getElement('.legende2')) (function() { $('slideP'+curimg).getElement('.legende2').addClass('visible'); }).delay(500); } }; // Pr茅chargement d'images de fond if ($$('.bpreload').length > 0) { var floaded = false; $$('.bpreload').each(function(elt) { var bgs = elt.getStyle('background-size'); elt.setStyles({ 'background-color': '#1a1a1a', 'background-image': 'url(/mp/img/front/loading.gif)', 'background-size': 'auto' }); var imgtmp = new Image(); imgtmp.onload = function() { elt.setStyles({ 'background-image': 'url(' + this.src + ')', 'background-size': bgs }); if (!floaded) { floaded = true; afterBPreload.delay(500); } }; // Test : (function() { imgtmp.src = elt.getAttribute('data-bgi'); }).delay(2000); imgtmp.src = elt.getAttribute('data-bgi'); }); } else afterBPreload.delay(500); // Pr茅chargement d'images $$('.ipreload').each(function(elt) { elt.set('src', '/mp/img/front/loading.gif'); var imgtmp = new Image(); imgtmp.onload = function() { elt.set('src', this.src); }; imgtmp.src = elt.getAttribute('data-src'); }); // Affichages li茅s au scroll window.addEvent('scroll', function() { // Bouton haut de page if ($('btnHaut')) { if (window.getScroll().y == 0) $('btnHaut').removeClass('visible'); else $('btnHaut').addClass('visible'); } // Effet visible lors du scroll $$('.affscroll').each(function(elt) { var scrollPos = window.getScroll().y + window.getSize().y - elt.getPosition().y; if (scrollPos > 0) { // Element visible var delai = elt.getAttribute('data-delai') || 0; (function() { elt.addClass('affvisible'); }).delay(delai); } }); }); window.fireEvent('scroll'); // Correctif scroll centr茅 sur 茅l茅ment Fx.Scroll.implement({ toMyElementCenter: function (el, axes, offset) { axes = axes ? Array.from(axes) : ['x', 'y']; el = document.id(el); var to = {}, position = el.getPosition(this.element), size = el.getSize(), scroll = this.element.getScroll(), containerSize = this.element.getSize(); ['x', 'y'].each(function(axis) { if (axes.contains(axis)) { to[axis] = scroll[axis] + position[axis] - (containerSize[axis] - size[axis]) / 2; } if (to[axis] == null) to[axis] = scroll[axis]; if (offset && offset[axis]) to[axis] = to[axis] + offset[axis]; }, this); if (to.x != scroll.x || to.y != scroll.y) this.start(to.x, to.y); return this; } }); // Gestion affichage des photos $$('.imgpsw').setStyle('cursor', 'pointer').addEvent('click', function(e) { if (e != null) e.stop(); new Request.JSON({ url: '/mp/front/index.php?action=getgal', method: 'post', onSuccess: function(items) { var pswpElement = $(document.body).getElement('.pswp'); var options = { index: Math.max(0, this.getAttribute('data-idx')-1) }; // start at first slide var gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, items, options); gallery.init(); }.bind(this) }).send('type=info&idp=' + (this.getParent('.cnt-album')?this.getParent('.cnt-album').getAttribute('data-idp'):this.getAttribute('data-idp'))); }); /* if ($$('.cnt-album').length > 0) { $$('.cnt-album').each(function(elt) { if (elt.getElement('.lstimg')) { // Gestion molette souris var scrollLst = new Fx.Scroll(elt.getElement('.lstimg'), { link: 'cancel' }); elt.getElement('.lstimg').scrollTo(0, 0); elt.getElement('.lstimg').addEvent('mousewheel', function(e) { e.stop(); scrollLst.set(elt.getElement('.lstimg').getScroll().x + 90 * (e.wheel < 0 ? 1 : -1), 0); }); // Click sur miniatures elt.getElements('.btnimg').addEvent('click', function(e) { elt.getElements('.btnimg').removeClass('actif'); this.addClass('actif'); elt.getFirst('.curimg').getFirst('img').set('src', this.get('src')); elt.getFirst('.curimg').getElement('.photxt').set('html', this.getAttribute("data-legende")); elt.getFirst('.curimg').getElement('.photxt').setStyle('opacity', (this.getAttribute("data-legende")?1:0)); scrollLst.toMyElementCenter(this, 'x'); elt.getFirst('.curimg').getElement('.phozoom').set('href', this.get('src')); elt.getFirst('.curimg').getElement('.phozoom').set('title', this.getAttribute("data-legende")); elt.getFirst('.curimg').getElement('.phozoom').setAttribute('data-idx', this.getAttribute("data-idx")); }); // Boutons de navigation if (elt.getFirst('.curimg').getElement('.phopre')) { elt.getFirst('.curimg').getElement('.phopre').addEvent('click', function(e) { var prochain = elt.getElement('.lstimg').getElement('img.actif').getPrevious('img'); if (!prochain) prochain = elt.getElement('.lstimg').getLast('img'); if (prochain) prochain.fireEvent('click', null); }); elt.getFirst('.curimg').getElement('.phosui').addEvent('click', function(e) { var prochain = elt.getElement('.lstimg').getElement('img.actif').getNext('img'); if (!prochain) prochain = elt.getElement('.lstimg').getFirst('img'); if (prochain) prochain.fireEvent('click', null); }); } // Calcul des ids et collection pour zoom photoswipe var idi = 0; var lstimg = []; elt.getElements('.btnimg').each(function(item) { item.setAttribute("data-idx", idi.toString()); lstimg.push({ "src": item.getAttribute('data-src'), "h": item.getAttribute("data-height"), "w": item.getAttribute("data-width"), "title": item.getAttribute("data-legende") }); idi++; }); // Zoom photo elt.getFirst('.curimg').getElement('.phozoom').addEvent('click', function(e) { e.stop(); var pswpElement = $(document.body).getElement('.pswp'); var options = { index: Math.max(0, this.getAttribute('data-idx')) }; // start at first slide var gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, lstimg, options); gallery.init(); }); } }); } */ // Gestion zoom photos $$('.img-zoom').addEvent('click', function(e) { e.stop(); if ($('cnt-fader')) $('cnt-fader').dispose(); new Element('div', { 'id': 'cnt-fader', styles: { opacity: 0 }, html: '<div id="cnt-zoom"><img id="img-zoom"></div></div>' }).inject($(document.body)); $('img-zoom').set('src', this.get("href")); $('cnt-fader').get('tween').start('opacity', 1); $('cnt-fader').addEvent('click', function(ev) { this.get('tween').start('opacity', 0).chain(function(){ $('cnt-fader').dispose(); }); }); }); }); </script> </head> <body> <!-- <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> --> <!-- Menu principal mobile --> <div id="menmob"> <a id="logo-menmob" href="/accueil"><img src="/mp/img/front/logo-cbqplus.png?v=1.01" alt="Logo CBQ+"></a> <a id="btn-menmob"><img src="/mp/img/front/menu-mobile.png" alt="=" /></a> <div id="cnt-menmob"> <div class="espace"></div> <a href="/accueil">Accueil</a> <a href="/infos/1_qui-sommes-nous">Qui sommes-nous ?</a> <a href="/gestionnaire">Je suis gestionnaire de chaufferies</a> <a href="/annuaire">Annuaire des fournisseurs certifi茅s</a> <a href="/fournisseur">Je suis fournisseur</a> <form action="/recherche" method="post"> <input type="text" name="rech" placeholder="Rechercher..." value="" /> <input type="submit" value="" /> </form> <a href="https://chezclaude.chaleur-bois-qualite-plus.fr/login" target="_blank"> <img src="/mp/img/front/chez-claude.png" alt="ICO" /> Acc猫s plateforme 芦 Chez Claude 禄</a> <div class="espace"></div> </div> </div> <!-- Menu principal PC --> <div id="menu"> <div id="rech_cont"> <form action="/recherche" method="post"> <input type="text" name="rech" placeholder="Rechercher..." value="" /> <input type="submit" value="" /> </form> <a id="lnk-claude" href="https://chezclaude.chaleur-bois-qualite-plus.fr/login" target="_blank"> <img src="/mp/img/front/chez-claude.png" alt="Chez Claude" /></a> </div> <div id="menu_gauche"> <a href="/infos/1_qui-sommes-nous"> <span>CBQ+</span></a> <a href="/gestionnaire"> <span>Je suis gestionnaire de chaufferies</span></a> </div> <a id="menu_logo" href="/accueil"><img src="/mp/img/front/logo-cbqplus.png" alt="Logo CBQ+" /></a> <div id="menu_droite"> <a href="/fournisseur"> <span>Je suis fournisseur</span></a> <a href="/annuaire"> <span>Annuaire des fournisseurs certifi茅s</span></a> </div></div> <!-- Ent锚te de page --> <div id="entete" class="infos bpreload" data-bgi="/mp/img/entetes/entete-contact.jpg"><h1>Contact</h1><div id="copy_entete">© Abibois</div> </div> <!-- D茅but contenu --> <div id="content"> <div class="contenu"><div class="padding"><br /> <h3 class="acenter">Contacter CBQ+</h3><br /> </div></div> <div class="cnt-bgris"><div class="contenu"><div class="padding acenter"> <div id="cnt-coords"> <h4>Coordonn茅es nationales</h4><div class="espace"></div> <div class="lbl-coords">Adresse postale</div> 1 rue Marc Seguin<span class="no480"> - </span>BP 11159<span class="no480"> - </span> 26300 ALIXAN<span class="no480"> - </span>France <div class="clear"></div><br /> <div class="lbl-coords">T茅l茅phone</div> <strong>0683302089</strong> <div class="clear"></div><br /> <div class="lbl-coords">Adresse courriel</div> <a class="cnt-bgcoul_l" href="mailto:contact@cbqplus.fr" target="_blank">contact@cbqplus.fr</a> <div class="clear"></div> </div> <div id="cnt-contact"><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/2.jpg);"></div> <div class="gch"> <div class="nom">Franck FAYOLLE / <strong>BOIS NERGIS</strong></div> <div class="fct">Pr茅sident</div> </div> <div class="drt"> <div class="tel">0682699202</div> <div class="mel"><a href="mailto:franck.fayolle@bois-nergis.fr">franck.fayolle@bois-nergis.fr</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/1.jpg);"></div> <div class="gch"> <div class="nom">Matthieu PETIT / <strong>CBQ+</strong></div> <div class="fct">Coordinateur national</div> </div> <div class="drt"> <div class="tel">0683302089</div> <div class="mel"><a href="mailto:contact@cbqplus.fr">contact@cbqplus.fr</a></div> </div> </div></div> <div class="clear"></div> <div id="cnt-animateurs"><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/10.jpg);"></div> <div class="gch"> <div class="nom">Matthieu PETIT<br /><strong>FIBOIS Ard猫che-Drome</strong></div> <div class="fct">Animateur territorial<br /><strong>Rh么ne-Alpes</strong></div> </div> <div class="drt"> <div class="tel">0683302089</div> <div class="mel"><a href="mailto:contact@cbqplus.fr">contact@cbqplus.fr</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/3.jpg);"></div> <div class="gch"> <div class="nom">Annick FABBI<br /><strong>Energies 15</strong></div> <div class="fct">Animateur territorial<br /><strong>Auvergne</strong></div> </div> <div class="drt"> <div class="tel">0687116063</div> <div class="mel"><a href="mailto:contact@energies15.fr">contact@energies15.fr</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/5.jpg);"></div> <div class="gch"> <div class="nom">Nathalie BRAC de la PERRIERE<br /><strong>Chaleur Bois Qualit茅 Plus</strong></div> <div class="fct">Animateur territorial<br /><strong>Bretagne-Pays-de-la-Loire-Normandie-Centre-Val-De-Loire</strong></div> </div> <div class="drt"> <div class="tel">0743157201</div> <div class="mel"><a href="mailto:nathalie.brac@cbqplus.fr">nathalie.brac@cbqplus.fr</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/8.jpg);"></div> <div class="gch"> <div class="nom">S茅bastien PINAUD<br /><strong>CRER</strong></div> <div class="fct">Animateur territorial<br /><strong>Nouvelle Aquitaine</strong></div> </div> <div class="drt"> <div class="tel">0685786497</div> <div class="mel"><a href="mailto:sebastien.pinaud@crer.info">sebastien.pinaud@crer.info</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/9.jpg);"></div> <div class="gch"> <div class="nom">Christophe BIGEREL<br /><strong>CRER</strong></div> <div class="fct">Animateur territorial<br /><strong>Nouvelle Aquitaine</strong></div> </div> <div class="drt"> <div class="tel">0549082424</div> <div class="mel"><a href="mailto:chistophe.bigerel@crer.info">chistophe.bigerel@crer.info</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/13.jpg);"></div> <div class="gch"> <div class="nom">ELISE BALDENBERGER<br /><strong>FIBOIS Grand Est</strong></div> <div class="fct">Animateur territorial<br /><strong>Grand Est </strong></div> </div> <div class="drt"> <div class="tel">0752033647</div> <div class="mel"><a href="mailto:elise.baldenberger@fibois-grandest.com">elise.baldenberger@fibois-grandest.com</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/14.jpg);"></div> <div class="gch"> <div class="nom">Pascaline BRIEN<br /><strong>Communes Foresti猫res PACA</strong></div> <div class="fct">Animateur territorial<br /><strong>PACA</strong></div> </div> <div class="drt"> <div class="tel">0757511328</div> <div class="mel"><a href="mailto:pascaline.brien@communesforestieres.org">pascaline.brien@communesforestieres.org</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/15.jpg);"></div> <div class="gch"> <div class="nom">Elsa BARON<br /><strong>Fibois AURA</strong></div> <div class="fct">Animateur territorial<br /><strong>Rh么ne-Alpes</strong></div> </div> <div class="drt"> <div class="tel">0674554552</div> <div class="mel"><a href="mailto:e.baron@fibois-aura.org">e.baron@fibois-aura.org</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/16.jpg);"></div> <div class="gch"> <div class="nom">Val茅ry BREEMEERSCH<br /><strong>Fibois Ile de France</strong></div> <div class="fct">Animateur territorial<br /><strong>Ile de France</strong></div> </div> <div class="drt"> <div class="tel">0628021517</div> <div class="mel"><a href="mailto:valery.breemeersch@fibois-idf.fr">valery.breemeersch@fibois-idf.fr</a></div> </div> </div><div class="cnt-contact"> <div class="photo" style="background-image: url(/mp/img/contacts/17.jpg);"></div> <div class="gch"> <div class="nom">Iris PETER<br /><strong>Fibois Bourgogne Franche Comt茅</strong></div> <div class="fct">Animateur territorial<br /><strong>Bourgogne Franche Comt茅</strong></div> </div> <div class="drt"> <div class="tel">0779555489</div> <div class="mel"><a href="mailto:ipeter@fibois-bfc.fr">ipeter@fibois-bfc.fr</a></div> </div> </div></div> <div class="clear"></div> </div></div></div><br /> <div class="contenu"><div class="padding acenter"> <h4>G茅olocalisation</h4><div class="espace"></div> <div id="gmap" class="map contact"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d429000.5685475365!2d4.6449750030002805!3d45.059006593911754!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47f5516bc59938d9%3A0x910e75868f0dfeae!2s1%20Rue%20Marc%20Seguin%2C%2026300%20Alixan!5e0!3m2!1sfr!2sfr!4v1601648347196!5m2!1sfr!2sfr" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe></div> </div></div></div> <div id="bg-navig"><div class="contenu"><div id="cntNavig"> <a id="navHome" href="/accueil"></a> <a href="/contact">Contact</a> </div></div></div> <div id="parts"><div class="contenu"><div class="padding"> <img src="/mp/img/front/bandeau-financeurs.jpg" alt="Les financeurs CBQ+" /> </div></div></div> <div id="pied"><div class="contenu"><div class="padding"> <span>漏 2020 CBQ+</span> <a href="/contact">Nous contacter</a> <a href="/actus">Actualit茅s</a> <a href="/legal">Mentions l茅gales</a> <a href="http://david-michaudon.com">Cr茅ation David Michaudon</a> <div class="clear"></div> </div></div></div> <a id="btnHaut" class="visible" href="#"><img src="/mp/img/front/fleche-haut2.png" alt="^" /></a> <!-- <div id="irmax">MAX</div> <div id="ir1340">1340px</div> <div id="ir1120">1120px</div> <div id="ir900">900px</div> <div id="ir600">660px</div> <div id="ir400">480px</div> <div id="ir320">320px</div> --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Fermer (Esc)"></button> <button class="pswp__button pswp__button--share" title="Partager"></button> <button class="pswp__button pswp__button--fs" title="Plein 茅cran"></button> <button class="pswp__button pswp__button--zoom" title="Zoom +/-"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Pr茅c茅dent (fl猫che gauche)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Suivant (fl猫che droite)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> </body> </html>