$(document).ready(function(){$(".slider").click(function(){$(this).next(".panneau").slideToggle("slow");$(this).toggleClass("active");});});
