Projet08-eng
PRIVATE RESIDENCE – Middle East
Residential • Individual
Architecture and Interior Design
Studies for a 6,000 sqm residence, spa and annexes, development of a plot of 3.5 ha
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'); } }); });