Projet11-eng
ROYAL MANSOUR Marrakech – Morocco
The Great French Table
Interior Design and Decoration
Studies and follow-up of a restaurant 55 seats
OTHER Projects
MENU
ENG
|
FRA
Home
News
References
Founders
Team
Contact
Recruitment
Legal Notice
$(function() { var pull = $('#pull'); menu = $('nav ul'); menuHeight = menu.height(); $(pull).on('click', function(e) { e.preventDefault(); menu.slideToggle(); }); $(window).resize(function(){ var w = $(window).width(); if(w > 320 && menu.is(':hidden')) { menu.removeAttr('style'); } }); });