
<?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>A partner for real estate professionals and institutional property owners since 1963</h2>
                        <div class="readmore-wrapper">
                            <div class="readmore-default">
                                <p>As Switzerland’s leader in hydraulic network management, DIPAN can help to add value to your real estate assets by guaranteeing the durability and safety of your hydraulic circuits. The leading real estate asset managers trust us.</p>
                            </div>
                            <div class="readmore-more">
                                <p>DIPAN develops GreenTech solutions in partnership with the federal polytechnics. These 100% natural products benefit from the Swiss Made label and are approved by the Swiss Federal Public Health Office and the chemical agencies in the cantons.</p>
                                <p>DIPAN conducts diagnostics and metallographic, chemical and bacteriological analyses to thoroughly assess the condition of your properties. Our treatments and maintenance programmes extend the lifespan of your hydraulic networks and avoid the need for very costly renovations.</p>
                            </div>
                        </div>
                    </div>
                    <div class="bound">
                        <img src="<?php echo URL::asset('images/content/dipan_homepage.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(); ?>