<?php

/**

 * The template for displaying the footer.

 *

 * Contains the closing of the #content div and all content after

 *

 * @package zerif

 */

?>

	</div><!-- .site-content -->

<?php
if (is_shop() ){
?>
<div class="block-garantie">
  <div class="container">
    <div class="col-md-4">
		<img src="https://www.pshsht.fr/wp-content/uploads/bisous-icon-150.png" alt="Livraison discrete" width="100" height="100" class="img-responsive center-block size-full wp-image-18314" />
		<h3>COLIS LIVRÉ EN<br>TOUTE DISCRÉTION</h3>
	</div>
	<div class="col-md-4">
		<img src="https://www.pshsht.fr/wp-content/uploads/flag-fr.png" alt="Drapeau Francais" width="230" height="125" class="img-responsive center-block flag-fr size-medium wp-image-18316" />
		<h3>FABRICATION FRANÇAISE</h3>
	</div>
	<div class="col-md-4">
		<img src="https://www.pshsht.fr/wp-content/uploads/doctor-icon-100.png" alt="Docteur en pharmacie" width="100" height="100" class="img-responsive center-block size-medium wp-image-18315" />
		<h3>FORMULES VÉRIFIÉES<br>PAR UN DOCTEUR EN PHARMACIE</h3>
	</div>
  </div>
</div>
<?
}
?>
<footer id="colophon" class="site-footer" role="contentinfo">

    <div class="site-footer-header">
        <div class="container">
            <div class="col-md-12">
                <?php

					$zerif_logo = get_theme_mod('zerif_logo');

					if(isset($zerif_logo) && $zerif_logo != ""):

						echo '<a href="'.esc_url( home_url( '/' ) ).'" class="site-logo-img center-block ">';

							echo '<img src="'.$zerif_logo.'" alt="'.get_bloginfo('title').'">';

						echo '</a>';

					else:

						echo '<a href="'.esc_url( home_url( '/' ) ).'" class="site-logo-img center-block ">';
						
							if( file_exists(get_stylesheet_directory()."/images/logo.png")):
							
								echo '<img src="'.get_stylesheet_directory_uri().'/images/logo.png" alt="'.get_bloginfo('title').'">';
							
							else:
								
								echo '<img src="'.get_template_directory_uri().'/images/logo.png" alt="'.get_bloginfo('title').'">';
								
							endif;

						echo '</a>';

					endif;

				?>


            </div>
		</div>
		<div class="container">
                <div class="col-md-4" id="service-client">
                    <h3>Informations</h3>
                    <?php wp_nav_menu( array( 'theme_location' => 'footer-bar' ) ); ?>
                </div>

                <div class="col-md-4" id="satisfaction-client">
                    <h3>Satisfait ou Rembours&eacute;</h3>
                    <p class="dda-txt">Si vous n'&ecirc;tes pas totalement satisfait pendant votre <strong>essai de 2 mois</strong>, vous pouvez renvoyer vos flacons, m&ecirc;me entam&eacute;e, et vous faire <strong>rembourser int&eacute;gralement</strong> sans qu'aucune question ne vous soit pos&eacute;e.
				</div>
				
                <div class="col-md-4" id="secure">
                    <h3>Paiement S&eacute;curis&eacute;</h3>
                    <p class="dda-txt">Paiement par <strong>Carte de Cr&eacute;dit&nbsp&nbsp;</strong></p>
					<img src="/wp-content/uploads/visa_mastercard_logo.png" class="visa-mastercard" alt="Visa/Mastercard">
                    <p class="dda-txt">Paiement avec <strong>Paypal&nbsp;</strong></p>
                    <!-- PayPal Logo -->
                    <a href="https://www.paypal.com/fr/webapps/mpp/paypal-popup" title="PayPal Comment Ca Marche" onclick="javascript:window.open('https://www.paypal.com/fr/webapps/mpp/paypal-popup', 'WIPaypal', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;">
                        <img src="/wp-content/uploads/paypal_logo.png" width="180px" border="0" alt="PayPal Acceptance Mark" />
                    </a>
                </div>
        </div>    
    </div>

    <div  id="footer" class="site-footer-bottom-bar">
		<div class="container">
            <div class="col-md-6 site-footer-bottom-bar-left">
                <a href="<?php echo esc_url( home_url( '/' ) ); ?>">Pshsht.fr &copy;2021 Tous droits r&eacute;serv&eacute;s</a>
            </div>
            <div class="col-md-6 site-footer-bottom-bar-right">
				PERFLINE - C/2 Point 0 - BP 50932 – 54401 LONGWY CEDEX<br>
			</div>
		</div>
    </div>
    
</footer> <!-- .site-footer -->

<?php wp_footer(); ?>


</body>

</html>