| Server IP : 145.239.37.162 / Your IP : 216.73.216.72 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www/wp-content/themes/verseau/templates/ |
Upload File : |
<?php if ( have_rows( 'verseau_nettoyage' ) ) : ?>
<?php while ( have_rows( 'verseau_nettoyage' ) ) : the_row(); ?>
<section id="qsn">
<div class="container">
<div class="row">
<div class="bloc-2">
<h2><?php the_sub_field( 'titre_de_la_section' ); ?></h2>
<?php the_sub_field( 'texte_de_la_section' ); ?>
</div>
<div class="bloc-2">
<?php $image_de_la_section = get_sub_field( 'image_de_la_section' ); ?>
<?php if ( $image_de_la_section ) : ?>
<img src="<?php echo esc_url( $image_de_la_section['url'] ); ?>" alt="<?php echo esc_attr( $image_de_la_section['alt'] ); ?>" />
<?php endif; ?>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
<?php endif; ?>
<?php if ( have_rows( 'nos_engagements' ) ) : ?>
<?php while ( have_rows( 'nos_engagements' ) ) : the_row(); ?>
<section id="qsn-green">
<div class="container">
<div class="row">
<div class="bloc-1">
<h2><?php the_sub_field( 'titre_de_la_section' ); ?></h2>
<h3><?php the_sub_field( 'sous_titre_de_la_section' ); ?></h3>
<?php the_sub_field( 'texte_de_la_section' ); ?>
</div>
<div class="bloc-2">
<?php $image_de_la_section = get_sub_field( 'image_de_la_section' ); ?>
<?php if ( $image_de_la_section ) : ?>
<img src="<?php echo esc_url( $image_de_la_section['url'] ); ?>" alt="<?php echo esc_attr( $image_de_la_section['alt'] ); ?>" />
<?php endif; ?>
</div>
<div class="bloc-2">
<div class="dd">
<h3><?php the_sub_field( 'sous_titre_de_la_section' ); ?></h3>
<?php the_sub_field( 'texte_de_la_section' ); ?>
</div>
<div class="transparant">
<h3><?php the_sub_field( 'sous_titre_de_la_section_2' ); ?></h3>
<?php the_sub_field( 'texte_de_la_section_2' ); ?>
</div>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
<?php endif; ?>
<!-- section 6 ------------------------------------------------------------------------------------ -->
<?php require_once('wp-content/themes/verseau/templates/confiance.php'); ?>
<!-- section 7 ------------------------------------------------------------------------------------ -->
<?php require_once('wp-content/themes/verseau/templates/contact.php'); ?>