
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Blog | Catbuilder</title>
    <meta name="description" content="Here we talk about Catbuilder">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
	
	<link rel="canonical" href="https://www.catbuilder.eu/en/blog.html">
	<link rel="alternate" hreflang="fr" href="https://www.catbuilder.eu/fr/blog.html">
	<link rel="alternate" hreflang="nl" href="https://www.catbuilder.eu/nl/blog.html">

    <!-- Bootstrap CSS-->
    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
    <!-- Google fonts-->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
    <!-- Icon fonts-->
    <link rel="stylesheet" href="/css/pe-icon-7-stroke.css">
    <!-- Lightbox CSS-->
    <link rel="stylesheet" href="/vendor/lightbox2/css/lightbox.min.css">
    <!-- Leaflet CSS-->
    <link rel="stylesheet" href="/vendor/leaflet/leaflet.css">
    <!-- theme stylesheet-->
    <link rel="stylesheet" href="/css/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="/css/custom.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css">
    <!-- Favicon-->
    <link rel="shortcut icon" href="/img/favicon.png">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  </head>
  <body>
    <!-- navbar-->
	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XLVYWK4Z83"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-XLVYWK4Z83');
</script>

<script>
	function global_replace(text,val1,val2)
	{
		if (!text) return '';
		var tab = text.split(val1);
		return tab.join(val2) 	
	}
		
	function changeLanguage(myLang) {
		const url = new URL(window.location.href);
		var myString = String(url.pathname); 	
		
		var current_language = "en";	
		var language = new Array("fr","en","nl");
		var url_name = new Array();
		
		url_name[0]= new Array("accueil","logiciel","impression","catalogues_interactifs","catalogues_en_ligne","applications_mobiles","middleware","pim","cms","references","nouveautes","contact","video");
		url_name[1]= new Array("home","software","print","interactive_catalogs","online_catalogs","mobile_applications","middleware","pim","cms","references","news","contact","video");
		url_name[2]= new Array("welkom","software","drukwerk","interactieve_catalogi","online_catalogi","mobiele_applicaties","middleware","pim","cms","referenties","nieuws","contact","video");
		
		var index_current_language = language.indexOf(current_language);
		var index_new_language = language.indexOf(myLang);
				
		myString = global_replace(myString,'/'+current_language+'/','/'+myLang+'/');
		
		var p1 = myString.split('/'+myLang+'/');
		var p2 = p1[1].split(".");
		
		var index_current_page = url_name[index_current_language].indexOf(p2[0]);
	
		if (index_current_page == -1 ){
			myString = p1[0]+"/"+myLang;
		}else{
			myString = global_replace(myString,url_name[index_current_language][index_current_page] , url_name[index_new_language][index_current_page]);
		}
		
		url.pathname = myString;
		window.location.href = url.toString();
		
	}
</script>

<!-- navbar-->
<header class="header">
	<nav class="navbar navbar-expand-lg py-lg-0">
		<div class="container">
			<div class="col-2 px-0"><a href="/en/" class="navbar-brand"> <img src="/images/logo-catbuilder.svg" alt="Logo Catbuilder" class="img-fluid mb-1"></a></div>
			<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right small"><span class="text-uppercase mr-2">Menu</span><i class="fas fa-bars"></i></button>
			<div id="navbarSupportedContent" class="collapse navbar-collapse">
				<ul class="navbar-nav ml-auto d-lg-flex align-items-lg-center">
					<li class="nav-item"><a id="m-home" href="/en/" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Home </a></li>
					<li class="nav-item"><a id="m-software" href="/en/software.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Software </a></li>
			 		<li class="nav-item dropdown"><a id="m-solutions" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4 dropdown-toggle">Solutions </a>
						<div  class="dropdown-menu mt-0">
							<a href="/en/print.html" class="dropdown-item small text-uppercase">Print</a>
							<a href="/en/interactive_catalogs.html" class="dropdown-item small text-uppercase">Interactive catalogs</a>
							<a href="/en/online_catalogs.html" class="dropdown-item small text-uppercase">Online catalogs and B2B e-shops</a>
							<a href="/en/mobile_applications.html" class="dropdown-item small text-uppercase">Mobile applications</a>
							<a href="/en/middleware.html" class="dropdown-item small text-uppercase">Middleware</a>
							<a href="/en/pim.html" class="dropdown-item small text-uppercase">PIM</a>
							<a href="/en/cms.html" class="dropdown-item small text-uppercase">CMS</a>
						</div>
					</li>
					<li class="nav-item"><a id="m-reference" href="/en/references.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">References</a></li>
					<li class="nav-item"><a id="m-news" href="/en/news.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">News </a></li>
					<li class="nav-item"><a id="m-contact" href="/en/contact.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Contact </a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('fr')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-fr"> </span></a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('nl')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-nl"> </span></a></li>
				</ul>
			</div>
        </div>
	</nav>
</header>	
	<section class="py-5 bg-cover bg-gray">
      <div class="container py-2">
        <div aria-label="breadcrumb" class="nav">
          <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="/en"><i class="fa fa-home" aria-hidden="true"></i></a></li>
            <li aria-current="page" class="breadcrumb-item active">Blog</li>
          </ol>
        </div>
        <h1 class="lined">Catbuilder's blog</h1>
  		<div class="col-lg-6  mb-4 mb-lg-0">
			<img src="/images/catraf.svg" alt="Rafaello" class="img-fluid mb-2" style="max-height:128px">
		</div>
		<h2 class="lead">Find all posts on Catbuilder</h2>
      </div>
    </section>
	<section class="py-5">
      <div class="container py-2">
	  <div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBZIWESK.jpg" alt="How much does it cost to print a catalog ?" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">How much does it cost to print a catalog ?</h3>
<div class="text-small"><p>You've finished editing your catalog and decided to print it for your customers and sales force. But you're not sure how much it's going to cost? We asked an <strong>expert</strong> for you. Here's all the details:</p></div>
<div class="text-small"><a href="/en/blog/2023/04/how-much-does-it-cost-to-print-a-catalog-/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>printing, pdf, catalogue</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBOHMWLE.jpg" alt="How to create a paper catalog with Magento (Adobe Commerce) ? 2/2" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">How to create a paper catalog with Magento (Adobe Commerce) ? 2/2</h3>
<div class="text-small"><p>Our import module is able to connect directly to the webservice of your <strong>Magento, Prestashop or Odoo</strong> e-commerce.</p></div>
<div class="text-small"><a href="/en/blog/2023/03/htc-22/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>webservice, catalogue, magento, pdf</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBHXTMOK.jpg" alt="How to create a paper catalog with Magento (Adobe Commerce) ? 1/2" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">How to create a paper catalog with Magento (Adobe Commerce) ? 1/2</h3>
<div class="text-small"><p>I told you in the last post about the synergy between the <strong>Prestashop</strong> web application and <strong>Catbuilder.</strong></p></div>
<div class="text-small"><a href="/en/blog/2023/03/how-create-paper-catalog-magento-adobe-commerce/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>pdf, cms, magento, catalogue</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBOZXPJO.jpg" alt="How can I automate the creation of my promotional catalogs ?" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">How can I automate the creation of my promotional catalogs ?</h3>
<div class="text-small"><p>If you follow the activity on this blog, you begin to understand the power of Catbuilder. With our software you can collect, encode and structure your data. You can print and publish your catalog on a regular basis. But did you know you could make all that work profitable by automating more business documents ?</p></div>
<div class="text-small"><a href="/en/blog/2022/03/how-can-i-automate-creation-my-promotional-catalogs/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>catalogue, promotions</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBTCWDRZ.jpg" alt="Create your paper and PDF catalogs from your Prestashop e-commerce" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">Create your paper and PDF catalogs from your Prestashop e-commerce</h3>
<div class="text-small"><p>What is <strong>Prestashop</strong> ? PrestaShop is a universal open-source software platform to build your e-commerce solution.</p></div>
<div class="text-small"><a href="/en/blog/2021/06/create-your-paper-and-pdf-catalogs-your-prestashop-e-commerce/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>webservice, catalog, prestashop</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBVSHQTB.jpg" alt="The web service, an increasingly used data source" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The web service, an increasingly used data source</h3>
<div class="text-small"><p>The <strong>webservice</strong> operates similarly to the client-server: an application (client) requests information or a service from another application (server) which takes action or seeks information and responds to it in return.</p></div>
<div class="text-small"><a href="/en/blog/2020/09/web-service-increasingly-used-data-source/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>data, webservice, showcase, prestashop</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBKKSFIQ.jpg" alt="How to use images in Catbuilder" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">How to use images in Catbuilder</h3>
<div class="text-small"><p>It is common knowledge that good images make your customers want to know more about your products, and therefore buy them. But beware, not all images are equal.
Here are some tips for a quality commercial document :</p></div>
<div class="text-small"><a href="/en/blog/2017/10/how-use-images-catbuilder/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>images, quality</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBSFSPTQ.jpg" alt="Print your catalog : advice from a pro" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">Print your catalog : advice from a pro</h3>
<div class="text-small"><p>For this article we visited a professional printer. He answered a few questions about printing a catalog. Here are his answers : </p></div>
<div class="text-small"><a href="/en/blog/2017/02/print-your-catalog-advice-pro/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>advice, catalog</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBROXZFT.jpg" alt="Make your first catalog" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">Make your first catalog</h3>
<div class="text-small"><p>10 mistakes you must avoid </p></div>
<div class="text-small"><a href="/en/blog/2017/01/make-your-first-catalog/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>advices, catalog</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBZNLZLJ.jpg" alt="What are the advantages of a multi-channel strategy?" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">What are the advantages of a multi-channel strategy?</h3>
<div class="text-small"><p>"Multi-channel refers to the phenomenon of simultaneous or alternating use of different channels of contact for the marketing of products"</p></div>
<div class="text-small"><a href="/en/blog/2016/11/what-are-advantages-multi-channel-strategy/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>online catalog, catalog, paper catalog, multi-channel strategy</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBWIMEHZ.jpg" alt="The documents in the sanitary sector" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The documents in the sanitary sector</h3>
<div class="text-small"><p>In this article you will find examples of various documents that our users, active in the sanitary sector, have created with Catbuilder. </p></div>
<div class="text-small"><a href="/en/blog/2016/09/documents-sanitary-sector/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>technical sheet, tariff, product sheet, florisan, sanitary sector, catalog</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBTHZZBO.jpg" alt="The Indigo case" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The Indigo case</h3>
<div class="text-small"><p></p></div>
<div class="text-small"><a href="/en/blog/2016/06/indigo-case/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>catbuilder, catbuilder showcase, indigo</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBLNOTZJ.jpg" alt="What is Catbuilder Showcase ?" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">What is Catbuilder Showcase ?</h3>
<div class="text-small"><p>This new article is devoted to the <strong>Catbuilder Showcase</strong> solution, the extension of choice to publish your catalogs and contents directly online.</p></div>
<div class="text-small"><a href="/en/blog/2016/05/catbuilder-showcase/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>Catbuilder Showcase, online catalog</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBQFDEHC.jpg" alt="Our tips to write your product sheet" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">Our tips to write your product sheet</h3>
<div class="text-small"><p>In the previous blog post, we talked about the commercial documents used in the food industry. Some of our readers were particularly interested in one of them : <strong>the product sheet</strong>. That's why this article is entirely devoted to this document.</p></div>
<div class="text-small"><a href="/en/blog/2016/04/our-tips-write-your-product-sheet/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>product sheet, pdf</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBTQAPSF.jpg" alt="The documents in the food sector" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The documents in the food sector</h3>
<div class="text-small"><p>Today let’s review the different types of documents that our users, active in the food sector, realize with Catbuilder.</p></div>
<div class="text-small"><a href="/en/blog/2016/03/documents-food-sector/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>food sector, food</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBXFUJNV.jpg" alt="The catalogs creator’s glossary" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The catalogs creator’s glossary</h3>
<div class="text-small"><p>Today we present you the basic vocabulary of any catalog creator. In our field, this glossary is composed of a set of terms from the graphic design world and printing world.</p></div>
<div class="text-small"><a href="/en/blog/2016/02/catalogs-creators-glossary/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>Yves Damin, Imprimerie Villiere, Dictionnaire de l'imprimerie</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBHZAVXC.jpg" alt="Hell of the prices" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">Hell of the prices</h3>
<div class="text-small"><p>Welcome back for our 4th article on the blog</p></div>
<div class="text-small"><a href="/en/blog/2016/01/hell-prices/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>catalog, price list, tariff, customize catalog</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBUPUVKO.jpg" alt="What is Catbuilder ?" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">What is Catbuilder ?</h3>
<div class="text-small"><p>We talked about catalogs in our last two articles, now, let’s move to the production.</p></div>
<div class="text-small"><a href="/en/blog/2015/12/what-catbuilder/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>promotions, catbuilder, product sheet, automatic catalog, stickers, tariffs</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBDLOPNK.jpg" alt="The Clabots tools case" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">The Clabots tools case</h3>
<div class="text-small"><p>After talking very theoretically the 10 concepts to achieve your first catalog, let’s move to the practical exercise.</p></div>
<div class="text-small"><a href="/en/blog/2015/10/clabots-tools-case/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>tools, catalog, clabots tools</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0"><img src="/en/images/FBGHOOPJ.jpg" alt="10 tips to create your first catalogue" class="img-fluid mb-4"></div>
<div class="col-lg-8 mb-4 mb-lg-0"><h3 class="h5 mb-4">10 tips to create your first catalogue</h3>
<div class="text-small"><p>This article is the first on our blog and to start, we will give you 10 tips to prepare well your first catalogue.</p></div>
<div class="text-small"><a href="/en/blog/2015/09/10-tips-create-your-first-catalogue/">Read more</a>...</div>
<div class="text-small"><strong>Mots cl&eacute;s : </strong>catbuilder, tariff</div>
</div>
</div>

      </div>
    </section>
	
	
	
	    <footer style="background: #eee;" class="pt-5">
      <div class="container py-2">
        <div class="row">
          <div class="col-lg-8 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">About Catbuilder</p>
            <p class="text-small">PIM software designed to centralize product data and create personalized catalogs, <strong>Catbuilder</strong> helps B2B companies (industries, manufacturers and distributors) to distribute their commercial documents on all media.<br><br>Wood&d sa, A Belgian company active for almost 30 years ensures its development and continuous evolution.</p>
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Offices</p>
            <p class="mb-0 text-small">Wood&d sa</p>
            <p class="mb-0 text-small">Voie Maréchal Grouchy, 24</p>
            <p class="mb-0 text-small">B-1300 Wavre</p>
            <p class="mb-4 text-small">info@catbuilder.be</p>
			<p class="mb-4 text-small">Tél: +32 (0)473 91 53 88</p>
          </div>
		  
		  
		  



		  
		  
          <div class="col-lg-4 col-md-6 mb-4">
			<img src="/img/favicon.png" alt="Catbuilder icon" class="img-fluid mb-4">
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Let's be friends</p>
            <ul class="list-inline">
              <li class="list-inline-item"><a title="Linkedin" href="https://be.linkedin.com/company/catbuilder" class="social-link"><i class="fab fa-linkedin-in"></i></a></li>
              <li class="list-inline-item"><a title="Email" href="mailto:info@catbuilder.be" class="social-link"><i class="fas fa-envelope"></i></a></li>
            </ul>
          </div>
          <div class="col-lg-4 col-md-6">
            <p class="lined lined-dark mb-3">Newsletter</p>
            <p class="mb-4 text-small">Sign up to receive occasional updates from Catbuilder.</p>
              <form action="newsletter.asp" method="post">
                <div class="input-group mb-3">
				<script>d = new Date(); document.write('<input type="hid'+'den" name="v'+'rif" value="lhjglchb54'+d.getDay()+'5vkjbchkjds">');</script>
                  
                  <input type="text" name="email" placeholder="Email" aria-label="Email" aria-describedby="basic-addon2" class="form-control">
                  <div class="input-group-append">
                    <button id="basic-addon2" type="submit" class="input-group-text" title="Newsletter Subscription"><i class="fas fa-paper-plane"></i></button>
                  </div>
				  
                </div>
              </form>
            
          </div>
        </div>
      </div>
      <div class="bg-dark py-4">    
        <div class="container">
          <div class="row">
            <div class="col-lg-6 text-center text-lg-left mb-1 mb-lg-0">
              <p class="small text-gray mb-0">©Catbuilder sarl</p>
            </div>
          </div>
        </div>
      </div>
    </footer>	


    <!-- JavaScript files-->
    <script src="/vendor/jquery/jquery.min.js"></script>
    <script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="/vendor/lightbox2/js/lightbox.min.js"></script>
    <script src="/vendor/leaflet/leaflet.js"></script>
    <script src="/js/front.js"></script>
		<script>
		$( "#m-blog" ).addClass( "active" );

		(function() {
			$('<i id="back-to-top" style="z-index:99999"></i>').appendTo($('body'));

			$(window).scroll(function() {

				if($(this).scrollTop() != 0) {
					$('#back-to-top').fadeIn();	
				} else {
					$('#back-to-top').fadeOut();
				}

			});
			
			$('#back-to-top').click(function() {
				$('body,html').animate({scrollTop:0},600);
			});	

		})();
	</script>
    <!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  </body>
</html>