<?php 
        the_title();
        ?>
      </h1>
    </div>
  </header>
  <?php 
    }
}
?>

  <article class="fluxi-wrap has-bg fluxi-content">

      <?php 
get_description();
get_socials();
?>

        <form class="cmxform" action="" method="post" name="soumettre_projet" id="soumettre_projet" enctype="multipart/form-data">
          <fieldset id="form-part-1">
            <legend class="section-title h3">Le projet en bref</legend>
            <p>
              <label for="nom_projet">Nom de votre projet<abbr class="require-form" title="obligatoire">*</abbr></label>
              <input name="nom_projet" id="nom_projet" type="text" value="<?php 
if (!empty($_SESSION['nom_projet'])) {
    echo $_SESSION['nom_projet'];
}
?>
" required>
            </p>
            <p>
    	<?php 
        custom_breadcrumbs();
        ?>
      
      <h1 class="h1 wrap-n">
        <?php 
        the_title();
        ?>
      </h1>
    </div>
  </header>

  <div class="fluxi-wrap has-bg">
  	<?php 
        get_description();
        get_socials('news');
        ?>
  
  
  </div>
  <div class="map-projects" <?php 
        echo ' data-nbcards="' . wp_count_posts('projets')->publish . '"';
        ?>
>
  	<div class="box wrap-n">
      <div class="filters">
      	<h5 class="h5">Filtres énergies</h5>
        <?php 
        $cat_filter_terms = get_terms('type_energie', 'orderby=name&hide_empty=1');
        if (!empty($cat_filter_terms) && !is_wp_error($cat_filter_terms)) {
            echo '<ul class="map-filters first">';