
<?php $__env->startSection('title', "DIPAN - Water technology"); ?>
<?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 /* Vidéo */ ?>

        <?php /*
        <!--
        <div id="video-intro-wrapper">
            <div class="calltoaction">
                <a href="#" class="skip"><img src="<?php echo URL::asset('images/btn_skip_fr.png'); ?>" alt="Passer l'introduction" /></a>
            </div>
            <div id="video-intro-container">
                <video id="video-intro" class="video-js vjs-default-skin" controls poster="<?php echo URL::asset('videos/en/benoit_violier/benoit_violier.jpg'); ?>">
                    <source src="<?php echo URL::asset('videos/en/benoit_violier/benoit_violier.mp4'); ?>" type='video/mp4' />
                    <source src="<?php echo URL::asset('videos/en/benoit_violier/benoit_violier.webm'); ?>" type='video/webm' />
                    <source src="<?php echo URL::asset('videos/en/benoit_violier/benoit_violier.ogv'); ?>" type='video/ogg' />
                </video>
            </div>
        </div>

        <div id="video-intro-wrapper" class="appear-wrapper">
            <div class="calltoaction" style="top: 70%;">
                <a href="#" class="skip appear appear-right appear-wait"><img src="<?php echo URL::asset('images/btn_green2014.png'); ?>" alt="Have a green 2014"></a>
            </div>
            <div id="video-intro-container">
                <video id="video-intro" class="video-js vjs-default-skin" controls poster="<?php echo URL::asset('videos/en/voeux_2014/voeux_2014.jpg'); ?>" height="720" width="1280">
                    <source src="<?php echo URL::asset('videos/en/voeux_2014/voeux_2014.mp4'); ?>" type='video/mp4' />
                    <source src="<?php echo URL::asset('videos/en/voeux_2014/voeux_2014.webm'); ?>" type='video/webm' />
                    <source src="<?php echo URL::asset('videos/en/voeux_2014/voeux_2014.ogv'); ?>" type='video/ogg' />
                </video>
            </div>
        </div>
        -->
        */ ?>


        <?php /* Accueil */ ?>

        <div class="page page-anchor appear-wrapper" id="accueil">
            <div class="page-inner">
                <div class="wrap">
                    <div class="appear">
                        <h2>DIPAN: 50 YEARS AT THE CUTTING EDGE OF INNOVATION</h2>
                        <div class="readmore-wrapper">
                            <div class="readmore-default">
                                <p>As Switzerland’s leading water <a href="<?php echo URL::route('EnServices'); ?>">treatment</a> specialist, DIPAN guarantees the durability and the safety of all hydraulic circuits.</p>
                            </div>
                            <div class="readmore-more">
                                <p>DIPAN contributes to the value of property investments over the long term, and has therefore won the trust of the leading property management players in Switzerland.</p>
                                <p>Using its comprehensive expertise and patented scientific procedures, DIPAN works alongside property owners and professionals in the analysis, maintenance and safety of water networks, and in particular on anticorrosive , antibacterial and antiscalant <a href="<?php echo URL::route('EnServices'); ?>">treatments</a>.</p>
                            </div>
                        </div>
                    </div>
                    <div class="bound">
                        <img src="<?php echo URL::asset('images/content/glass_water.png'); ?>"  alt="Dipan: 50 years at the cutting edge of innovation" title="Dipan: 50 years at the cutting edge of innovation" class="appear" />
                    </div>
                </div>
            </div>
        </div>


    </div>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>