
<?php $__env->startSection('title', "Dipan - Développement durable"); ?>
<?php $__env->startSection('description', "DIPAN : traitement d'eau des conduites sanitaires, problèmes de calcaire réseau, eau rouge, traitement légionellose, nettoyage tuyauterie, adoucisseur d'eau."); ?>
<?php $__env->startSection('keywords', ""); ?>

<?php $__env->startSection('content'); ?>

    <div id="content">


        <?php /* Recherche & Développement */ ?>

        <div class="page page-anchor appear-wrapper" id="recherche-et-developpement">
            <div class="page-inner">
                <div class="wrap">
                    <div class="appear">
                        <h2>Research &amp; Development</h2>
                        <div class="readmore-wrapper">
                            <div class="readmore-default">
                                <p>An innovative spirit is an integral part of the DIPAN philosophy. The company has made major investments in physiochemical research, in partnership with federal polytechnic colleges (EPFL, EPFZ).</p>
                            </div>
                            <div class="readmore-more">
                                <p>The products and procedures developed by the company are patented by WIPO (World Intellectual Property Organisation) and approved by OFSP (Federal Office of Public Health) and the Swiss health authorities.</p>
                                <p>Through its quality management system, DIPAN develops the products that it produces entirely and systematically reviews its working procedures in an effort to make them even more efficient.</p>
                                <p>The improvement of services and products is part of a continuous process of enhancing safety and efficiency, with total respect for the environment.</p>
                            </div>
                        </div>
                    </div>
                    <div class="bound" id="bound-mbt">
                        <div class="bound-layers">
                            <div class="bound-layers-inner">
                                <img src="<?php echo URL::asset('images/content/more_blue_things_01.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-01 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_02.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-02 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_03.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-03 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_04.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-04 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_05.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-05 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_06.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-06 appear" />
                                <img src="<?php echo URL::asset('images/content/more_blue_things_07.png'); ?>" alt="Research & Development" title="Research & Development" class="bound-layer bound-layer-07 appear" />
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>


        <?php /* Respect de l'environnement */ ?>

        <div class="page page-anchor appear-wrapper" id="respect-environnement">
            <div class="page-inner">
                <div class="wrap">
                    <div class="appear">
                        <h2>CARING FOR THE ENVIRONMENT</h2>
                        <div class="readmore-wrapper">
                            <div class="readmore-default">
                                <p>DIPAN water <a href="<?php echo URL::route('EnServices'); ?>">treatments</a> generate energy savings of up to 80% and thereby help reduce CO2 emissions.</p>
                                <p>Environmental protection precautions and measures are respected throughout the process:</p>
                            </div>
                            <div class="readmore-more">
                                <ul>
                                    <li>before the <a href="<?php echo URL::route('EnServices'); ?>">treatment</a> (logistics and vehicles)</li>
                                    <li>during the <a href="<?php echo URL::route('EnServices'); ?>">treatment</a> (neutralisation of the products)</li>
                                    <li>after the <a href="<?php echo URL::route('EnServices'); ?>">treatment</a> (analysis and monitoring of over-consumption)</li>
                                </ul>
                                <p>The products and procedures developed by the company are perfectly adapted to the environment, and are totally harmless to living organisms.</p>
                            </div>
                        </div>
                    </div>
                    <div class="bound" id="bound-mg">
                        <div class="bound-layers">
                            <div class="bound-layers-inner">
                                <img src="<?php echo URL::asset('images/content/magnifying_glass_01.png'); ?>" alt="Caring for the environment" title="Caring for the environment" class="bound-layer bound-layer-03 appear" />
                                <img src="<?php echo URL::asset('images/content/magnifying_glass_02.png'); ?>" alt="Caring for the environment" title="Caring for the environment" class="bound-layer bound-layer-06 appear" />
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>


    </div>

    <div id="backgrounds">
        <script>
        var backgrounds = [
            {
                side: 'right',
                url: '<?php echo URL::asset("images/backgrounds/water_splash_01.jpg"); ?>'
            },
            {
                side: 'left',
                url: '<?php echo URL::asset("images/backgrounds/water_splash_02.jpg"); ?>',
                styles: {
                    marginTop: '20%'
                }
            },
            {
                side: 'right',
                url: '<?php echo URL::asset("images/backgrounds/water_splash_03.jpg"); ?>'
            },
            {
                side: 'left',
                url: '<?php echo URL::asset("images/backgrounds/water_splash_04.jpg"); ?>'
            },
            {
                side: 'right',
                url: '<?php echo URL::asset("images/backgrounds/water_splash_05.jpg"); ?>'
            }
        ];
        </script>
    </div>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>