CINXE.COM

Enqu锚te de satisfaction - 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>Enqu锚te de satisfaction - CBQ+</title> <base href="//chaleur-bois-qualite-plus.fr/" /> <!-- Metas open graph (r茅seaux sociaux) --> <meta property="og:title" content="Enqu锚te de satisfaction - CBQ+" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://chaleur-bois-qualite-plus.fr/satisfaction" /> <meta property="og:description" content="" /> <meta property="og:image" content="https://chaleur-bois-qualite-plus.fr/mp/img/entetes/entete-satisfaction.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-core-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> <script src="https://www.google.com/recaptcha/api.js?hl=fr" async defer></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 />' + '&bull; <a href="https://www.mozilla.org/firefox/" target="_blank">Installer Mozilla FireFox</a><br />' + '&bull; <a href="https://www.google.com/chrome" target="_blank">Installer Google Chrome</a><br />' + '&bull; <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(); }); }); }); if ($('frmEnquete')) { // Validation du formulaire var scrollPage = new Fx.Scroll(window, { offset: { x: 0, y: -80 } }); $('btn-valfrm').addEvent('click', function(e) { e.stop(); var objForm = this.getParent('form'); if (!retourOk) var retourOk = true; // V茅rif caract猫res interdits objForm.getElements('input[type=text]').each(function(elt) { if (elt.get('value').indexOf('|') != -1 && !elt.get('disabled')) { retourOk = false; scrollPage.toElement(elt); elt.focus(); elt.affTooltip('Caract猫re 芦 | 禄 interdit !'); } if (elt.get('value').indexOf('&') != -1 && !elt.get('disabled')) { retourOk = false; scrollPage.toElement(elt); elt.focus(); elt.affTooltip('Caract猫re 芦 & 禄 interdit !'); } }); // Classe trim suppression des espaces objForm.getElements('input[type=text].trim').each(function(elt) { elt.set('value', elt.get('value').replace(/\s/g, "")); }); // Champs obligatoires objForm.getElements('.obligatoire').each(function(elt) { if (retourOk && !elt.value && elt.getStyle('display') != 'none' && !elt.get('disabled')) { retourOk = false; scrollPage.toElement(elt); elt.focus(); elt.affTooltip('Champ obligatoire'); } }); // Format adresses email objForm.getElements('.email').each(function(elt) { if ((elt.hasClass('obligatoire') || elt.get('value') != '') && elt.getStyle('display') != 'none' && !elt.get('disabled')) { var regexp = new RegExp("^[a-zA-Z0-9_\\-\\.]{2,}@[a-zA-Z0-9\\-_.]{2,}\\.[a-zA-Z]{2,4}$", "g"); if (retourOk && !regexp.test(elt.get('value')) && elt.getStyle('display') != 'none') { retourOk = false; scrollPage.toElement(elt); elt.focus(); elt.affTooltip('Format email erron茅'); } } }); // Format t茅l茅phone objForm.getElements('.telephone').each(function(elt) { if ((elt.hasClass('obligatoire') || elt.get('value') != '') && elt.getStyle('display') != 'none' && !elt.get('disabled')) { elt.set('value', elt.get('value').replace(/[^0-9]/g, "")); var regexp = new RegExp("^[0-9]{10,15}$", "g"); if (retourOk && !regexp.test(elt.get('value')) && elt.getStyle('display') != 'none') { retourOk = false; scrollPage.toElement(elt); elt.focus(); elt.affTooltip('Format t茅l茅phone erron茅'); } } }); // Si tout est ok soumission du form if (retourOk) { objForm.submit(); } }); } }); </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" class="actif"> <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-satisfaction.jpg"><h1>Enqu锚te de satisfaction</h1><div id="copy_entete">&copy; Abibois</div> </div> <!-- D茅but contenu --> <div id="content"> <div class="contenu"><div class="padding"><p style="text-align: justify;" class=""><br></p><p style="text-align: justify;" class="">Esp茅rant toujours mieux vous satisfaire et r茅pondre 脿 vos attentes, nous aimerions recueillir votre avis sur la qualit茅 de nos produits et de nos services. Pour cela, merci de prendre une minute de votre temps pour remplir l'enqu锚te de satisfaction ci-dessous.&nbsp;</p><p style="text-align: justify;" class=""><br></p><div class="clear"></div></div></div> <form action="/mp/front/index.php?action=savrep" method="post" id="frmEnquete"><br /> <div class="contenu"><div class="padding"> <div class="grpsai" style="border-top: none;"> <h4>Vos informations personnelles</h4> <input type="text" id="nom" name="nom" class="obligatoire" placeholder="Votre nom" /> <div class="espace"></div> <input type="text" id="prenom" name="prenom" class="obligatoire" placeholder="Votre pr茅nom" /> <div class="espace"></div> <input type="text" id="raisoc" name="raisoc" placeholder="Raison sociale" /> <div class="espace"></div> <input type="text" id="numtel" name="numtel" class="telephone" placeholder="Votre t茅l茅phone" /> <div class="espace"></div> <input type="text" id="email" name="email" class="email" placeholder="Votre adresse email" /> <div class="espace"></div> <div class="cntchk" onclick="$('anonyme').checked = !$('anonyme').checked;"> <input type="checkbox" name="anonyme" id="anonyme" /> <span>Je souhaite que mon questionnaire reste anonyme</span> </div> </div> <div class="grpsai"> <h4>Quel fournisseur est concern茅 ?</h4> <select id="fournisseur" name="fournisseur" class="obligatoire selqst"><option value="">Choisir un fournisseur</option><option value="87">A'TOUT BOIS (LE RUSSEY 25210)</option><option value="113">ABIES-BOIS (VERRI脠RES EN FOREZ 42600)</option><option value="121">ADFE (baneins 01990)</option><option value="144">AFA ENERGIE BOIS (BRIGNOLES 83170)</option><option value="160">AGRI COMPOST TOURAINE ENVIRONNEMENT (CIZAY LA MADELEINE 49700)</option><option value="10">AGRI SERVICES ENVIRONNEMENT (AMBRONAY 01500)</option><option value="30">AGRICOMPOST 10 (MONTIGNY L脠S VESOUL 70000)</option><option value="7">AGRICOMPOST 70 (MONTIGNY L脠S VESOUL 70000)</option><option value="37">AIN ENVIRONNEMENT (CERTINES 01240)</option><option value="38">ALPES BIOMASSE + (MARCHES 26300)</option><option value="77">ANJOU BOIS ENERGIE (CIZAY LA MADELEINE 49700)</option><option value="39">APPROVISIONNEMENT BIOMASSE SECURISE RHONE ALPES (ALIXAN 26300)</option><option value="145">ARBORISTE DU SUD (LANCON-PROVENCE 13680 )</option><option value="126">ATRE DE LA VALLEE (ORBEY 68370)</option><option value="119">BELLIER BENISTAND JOEL (Sainte Eulalie en Royans 26190 )</option><option value="20">BEMA (NOZAY 44170)</option><option value="99">BHM Biocombustibles Hugues Maubourguet (LEVIGNACQ 40170)</option><option value="8">BILLOTTE SASU (GRANGES LE BOURG 70400)</option><option value="116">BIO'NRGY DU JURA (SAINT-GERMAIN-EN-MONTAGNE 39300)</option><option value="97">BIOCOMBUSTIBLES SAS (FLEURY SUR ORNE 14123)</option><option value="134">BIODISTRIBUTION-ENERGIE BOIS (SOLIERS 14540)</option><option value="136">BIOFOREST (FLEURY-SUR-ORNE 14123)</option><option value="1">BOILON ENERGIES RENOUVELABLES (LEMPTY 69190)</option><option value="79">BOIS DIVERS BRETAGNE (GUICHEN 35 580)</option><option value="31">BOIS ENERGIE DISTRIBUTION ( SAUZE VAUSSAIS 79190)</option><option value="90">BOIS ENERGIE DU MAINE (LE MANS 72000)</option><option value="42">BOIS ENERGIE SERVICES (OYTIER SAINT OBLAS 38780)</option><option value="141">BOIS ENERGIES ALSACE (CERNAY 68700)</option><option value="43">BOIS NERGIS (CHARLY 69390)</option><option value="109">BONNAVENTURE NICOLAS (ANCIER 70100)</option><option value="44">BRESSE BOIS ENERGIE (BOURG EN BRESSE 01000)</option><option value="69">CARRON EXPLOITATION FORESTIERE (COURPALAY 77540)</option><option value="45">CHASTAN BOIS ENERGIE (MONTJOUX 26220)</option><option value="46">COFORET (LAMURE SUR AZERGUES 69870)</option><option value="47">COMBUSTIBLE BOIS ENERGIE (VAL DE CHAISE 74210)</option><option value="137">COMPTOIR DES BOIS DE L'EST (PHALSBOURG 57370)</option><option value="48">COTTE SARL (MONTAGNE 38160)</option><option value="149">COURTEL (LOUDEAC 22600)</option><option value="49">DECOUX BOIS SERVICES (CHIMILIN 38490)</option><option value="50">DEFFAYET BOIS ENVIRONNEMENT (SIXT FER A CHEVAL 74740)</option><option value="157">DELENNE FOREST ROYNAC (ROYNAC 26450)</option><option value="70">DESTENAY SARL ( STE MENEHOULD 51800)</option><option value="154">DONDEL Ludovic (MONTHODON 37110)</option><option value="158">DUBOIS OLIVIER (CHAZELLES 16380)</option><option value="67">DUFAY BENOIT ENTREPRISE (LANANS 25360)</option><option value="9">E.D.E. (SAMPANS 39100)</option><option value="51">EAU ENERGIE SARL (SAINT IGNY DE VERS 69790)</option><option value="125">EBS - ENERGY BIOMASS SOURCING (PARIS 75016)</option><option value="162">ECO BOIS ALSACE (HIRSINGUE 68560 )</option><option value="169">ECOBOIS ENERGIE (LE PIN 79140 )</option><option value="133">ECOPOLE 83 (COGOLIN 83310)</option><option value="140">ETA Mathot (RETZWILLER 68210)</option><option value="2">ETS BONHOMME (ARPAJON SUR CERE 15130)</option><option value="111">ETS G et B DE LA ROCHETTE AGRIMAT (LA CHAPELLE LAURENT 15500)</option><option value="52">EURL TARDIEU EDMOND (VESC 26220)</option><option value="58">FLORENSON (LAVILLEDIEU 07170)</option><option value="153">FOREST ENERGIE (SAINT-MICHEL-SUR-MEURTHE 88470)</option><option value="152">Franche Comt茅 Bois Energie (Ranchot 39700)</option><option value="16">GAMM'BOIS ENERGIE (COTEAUX DU LIZON 39170)</option><option value="3">GBA (VARENNES SUR ALLIER 03150)</option><option value="53">GEORGES BOIS ENVIRONNEMENT (ROSIERES 07260)</option><option value="82">GILLES DAVOUST & FILS (REPENTIGNY 14340)</option><option value="17">GIRARD ENERGIE BOIS (FERTANS 25330)</option><option value="118">GONNOT SARL (PONT D'AIN 01160)</option><option value="129">GRANULOE (LABOURSE 62113)</option><option value="120">GUERIN ISSE (FRONCLES 52320)</option><option value="25">GUYOT BOIS ENERGIE (POULLAOUEN 29690)</option><option value="156">HERITIER BOIS ENVIRONNEMENT (Allonzier la Caille 74350)</option><option value="123">HOURRIER (AVESNES SUR HELPE 59440)</option><option value="124">INOE (ORGEVAL 78630)</option><option value="135">INOE FORET (ORGEVAL 78630)</option><option value="36">INTERVAL (L'ARGENTIERE-LA-BESSEE 05120)</option><option value="161">JORIS IVANOFF (CHEVALINE 74210)</option><option value="159">K PALETTES (Saint Cyr en Val 45590)</option><option value="167">LA BUCHE JURASIENNE (Ranchot 39700 )</option><option value="26">La Ferme de Qu茅n茅cat (PLOERDUT 56160)</option><option value="54">LA FORESTIERE (LAVILLEDIEU 07170)</option><option value="127">LA FORESTIERE DES HAUTES COTES (Chamboeuf 21220)</option><option value="11">LAUGELOT SARL (BERNOUIL 89360)</option><option value="68">LE GRUET PLAQUETTES (CRONAT 71140)</option><option value="55">LELY ENVIRONNEMENT (VOREPPE CEDEX 38342)</option><option value="35">LES BOIS DU POITOU (LA FERRIERE EN PARTHENAY 79390)</option><option value="84">LG CONCEPT (BANNALEC 29380)</option><option value="78">LOIRE COMPOST ENVIRONNEMENT - SARL Le Moulin des Chasles (CIZAY LA MADELEINE 49700)</option><option value="76">MACAGNO (PERTUIS CEDEX 84127)</option><option value="21">MAINE ET LOIRE BOIS ENERGIE SCIC (ANGERS 49000)</option><option value="73">MARTIN PRODUITS DU BOIS (SAINT OUEN LA THENE 17490)</option><option value="148">MIVOIS ENVIRONNEMENT (BETTON 35830)</option><option value="22">MULTI SERVICES VERTS MSV (JOSSELIN 56120)</option><option value="41">MULTI TRANS SAVOIE (ST PIERRE D'ENTREMONT 73670)</option><option value="19">NATURE BOIS ENERGIE (FRASNE 25560)</option><option value="98">NEGOCE BOIS BRETAGNE (CORLAY 22320)</option><option value="88">ONF Energie Alsace (BENNWHIR 68630)</option><option value="128">PASSION NATURE FOREZ (chambeon 42110)</option><option value="34">PINET BTP BOIS ET TRANSPORT SAS (SAINT CHABRAIS 23130)</option><option value="80">PISKORSKI SAS (BRIEULLE SUR MEUSE 55110)</option><option value="117">PLANETE TERRE (CUCQ 62780)</option><option value="12">POLE BIOMASSE DES HAUTES COTES (CHAMBOEUF 21220)</option><option value="56">PRADIER BOIS ENERGIE (AVIGNON Cedex 1 84007)</option><option value="168">PRODUCTEURS FORESTIERS DU CENTRE ( CHEVAGNES 03230)</option><option value="81">RACINE SAS (VAULX EN VELIN 69120)</option><option value="93">RECYBOIS 45 (CHATEAUNEUF SUR LOIRE 45110)</option><option value="142">REKO BOIS ENERGIE (REDING 57445)</option><option value="57">RICHARD BOIS ENERGIE (SAINT VERAND 38160)</option><option value="114">ROELLINGER RECYCLING (DIETWILLER 68440)</option><option value="110">ROLLAND BOIS (OYTIER SAINT OBLAS 38780)</option><option value="89">SALA BIOMASSA SL (CELRA 17460)</option><option value="151">SAUVARIE ENVIRONNEMENT (CHAPDES BEAUFORT 63230)</option><option value="59">SAVOIE ENERGIE (LA ROCHE SUR FORON 74800)</option><option value="60">SAVOIE PAN (TOURNON 73460)</option><option value="91">SB PAYSAGE (MEHARIN 64120)</option><option value="61">SCIERIE MICHELARD (CHABEUIL 26120)</option><option value="163">SDM ENERGIE (CHAMPAGNEY 70290)</option><option value="33">SOTRA LBE (BRAUD ET ST LOUIS 33820)</option><option value="150">SPL BER (LORIENT Cedex 56315)</option><option value="83">SRT - SOCIETE DE RECUPERATION ET DE TRANSPORT (SAINT BONNET DE CHAVAGNE 38840)</option><option value="130">SUD ENERGY (CARPENTRAS 84200)</option><option value="29">SUNDGAU COMPOST (HIRSINGUE 68560)</option><option value="13">SUNDGAUBOIS (AUXELLES-HAUT 90200)</option><option value="63">SYLVEO BOIS ENERGIE (SAINT JULIEN LA VETRE 42440)</option><option value="155">TOSCANO FRERES (SERMERIEU 38510)</option><option value="112">TPF79 (BRESSUIRE 79800)</option><option value="64">TRANS APPROBOIS (BOURG DE PEAGE 26300)</option><option value="146">Trans Promobois (DOMFAING 88600)</option><option value="5">TRANSPORTS TOUYRE (LABESSERETTE 15120)</option><option value="6">TRAVAUX FORESTIERS ZAPLOTNY (CHARBONNIER LES MINES 63340)</option><option value="14">TREE ENERGIE SAS (LEZINNES 89160)</option><option value="27">VALDEFIS (LE POIRE SUR VIE 85170)</option><option value="65">VALLET FRERES SARL (LENS LESTANG 26210)</option><option value="96">VALORSOL (BOURG DE PEAGE cedex 26302)</option><option value="72">VBE (CHARNAY LES MACON 71850)</option><option value="170">VEGETRI (THEIX 56450)</option><option value="66">VMC BOIS (SAINT ONDRAS 38490)</option><option value="147">VOSGES PROMOBOIS (DOMFAING 88600)</option><option value="115">WOOD AND FOREST (BELFAHY 70290)</option></select> </div> <div class="grpsai"> <h4>Vos r茅ponses</h4> <div class="question">Etes-vous satisfait de la qualit茅 du combustible fourni par rapport 脿 votre installation?</div> <select id="qst1" name="qst1" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Tr猫s satisfait ">Tr猫s satisfait </option><option value="Assez satisfait ">Assez satisfait </option><option value="Peu satisfait ">Peu satisfait </option><option value="Insatisfait">Insatisfait</option> </select><div class="question">Etes-vous satisfait des conditions de livraison (dur茅e et respect de la date de livraison, propret茅 du site...)?</div> <select id="qst2" name="qst2" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Tr猫s satisfait ">Tr猫s satisfait </option><option value="Assez satisfait ">Assez satisfait </option><option value="Peu satisfait ">Peu satisfait </option><option value="Insatisfait">Insatisfait</option> </select><div class="question">Etes-vous satisfait de la r茅activit茅 du fournisseur (d茅lai de livraison, disponibilit茅 du fournisseur...)?</div> <select id="qst3" name="qst3" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Tr猫s satisfait ">Tr猫s satisfait </option><option value="Assez satisfait ">Assez satisfait </option><option value="Peu satisfait ">Peu satisfait </option><option value="Insatisfait">Insatisfait</option> </select><div class="question">Etes-vous satisfait de la relation client-fournisseur?</div> <select id="qst4" name="qst4" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Tr猫s satisfait ">Tr猫s satisfait </option><option value="Assez satisfait ">Assez satisfait </option><option value="Peu satisfait ">Peu satisfait </option><option value="Insatisfait">Insatisfait</option> </select><div class="question">Nous recommanderiez-vous 脿 d鈥檃utres utilisateurs?</div> <select id="qst5" name="qst5" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Oui ">Oui </option><option value="Non">Non</option> </select><div class="question">Quels sont les produits ou services que vous souhaiteriez avoir 脿 l鈥檃venir?</div> <textarea id="qst6" name="qst6" class="noenter"></textarea><div class="question">Quel est votre niveau global de satisfaction?</div> <select id="qst7" name="qst7" class="obligatoire selqst"> <option value="">Choisir une r茅ponse</option><option value="Tr猫s satisfait ">Tr猫s satisfait </option><option value="Assez satisfait ">Assez satisfait </option><option value="Peu satisfait ">Peu satisfait </option><option value="Insatisfait">Insatisfait</option> </select> <div class="question">Vous souhaitez apporter des pr茅cisions 脿 vos r茅ponses ?</div> <textarea id="commentaire" name="commentaire"></textarea> <div class="espace"></div> </div><br /> <div class="grpsai valfrm"> <div class="g-recaptcha" data-sitekey="6Ld3nuMZAAAAALH1RDIqhrs2PZ__uWsW_cYfvuN9"></div><br /> <input id="btn-valfrm" type="submit" value="Valider" /> </div> </div></div> </form></div> <div id="bg-navig"><div class="contenu"><div id="cntNavig"> <a id="navHome" href="/accueil"></a> <a href="/satisfaction">Enqu锚te de satisfaction</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&nbsp; 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>

Pages: 1 2 3 4 5 6 7 8 9 10