Projet14-eng
WILLARD HOTEL – Washington DC
5 * Inter-Continental Hotel Hotels
Interior Design and Decoration
Renovation of the Lobby, Large Gallery and Restaurant
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'); } }); });