Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Rejoignez la discussion

1 thoughts on “Hello world!”

  • A WordPress Commenter

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

    Reply

Compare listings

Comparer
jQuery(document).ready(function($) { $('#lireTermes').on('click', function(e) { e.preventDefault(); $('#rulesModal').show(); }); $('#closeBtn').on('click', function() { $('#rulesModal').hide(); }); $(window).on('click', function(event) { if (event.target == $('#rulesModal')[0]) { $('#rulesModal').hide(); } }); }); CSS