Projet10-eng
ROYAL MANSOUR SPA Marrakech – Morocco
5 * Hotel “The Leading Hotels of the World”
Interior Design and Decoration
Studies and follow-up of a 2,500 sqm spa
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'); } }); });