
Let's get to know each other
Tell us about your project, we’ll take care of the rest.
WP_Query Object ( [query] => Array ( [post_type] => estates [post_status] => publish [posts_per_page] => 17 [paged] => 1 [meta_query] => Array ( [relation] => AND [0] => Array ( [key] => offsale [value] => yes [compare] => != ) [1] => Array ( [key] => canhavechildren [value] => 1 [compare] => != ) [2] => Array ( [relation] => OR [0] => Array ( [key] => price [value] => 300000 [type] => NUMERIC [compare] => >= ) [1] => Array ( [key] => price [compare] => NOT EXISTS ) ) ) [orderby] => date [order] => DESC [post_parent] => 0 [tax_query] => Array ( [0] => Array ( [taxonomy] => estate_status [field] => slug [terms] => Array ( [0] => for-sale_en ) ) ) ) [query_vars] => Array ( [post_type] => estates [post_status] => publish [posts_per_page] => 17 [paged] => 1 [meta_query] => Array ( [relation] => AND [0] => Array ( [key] => offsale [value] => yes [compare] => != ) [1] => Array ( [key] => canhavechildren [value] => 1 [compare] => != ) [2] => Array ( [relation] => OR [0] => Array ( [key] => price [value] => 300000 [type] => NUMERIC [compare] => >= ) [1] => Array ( [key] => price [compare] => NOT EXISTS ) ) [3] => Array ( [key] => offsale [value] => yes [compare] => != ) ) [orderby] => date [order] => DESC [post_parent] => 0 [tax_query] => Array ( [0] => Array ( [taxonomy] => estate_status [field] => slug [terms] => Array ( [0] => for-sale_en ) ) ) [error] => [m] => [p] => 0 [subpost] => [subpost_id] => [attachment] => [attachment_id] => 0 [name] => [pagename] => [page_id] => 0 [second] => [minute] => [hour] => [day] => 0 [monthnum] => 0 [year] => 0 [w] => 0 [category_name] => [tag] => [cat] => [tag_id] => [author] => [author_name] => [feed] => [tb] => [meta_key] => [meta_value] => [preview] => [s] => [sentence] => [title] => [fields] => [menu_order] => [embed] => [category__in] => Array ( ) [category__not_in] => Array ( ) [category__and] => Array ( ) [post__in] => Array ( ) [post__not_in] => Array ( ) [post_name__in] => Array ( ) [tag__in] => Array ( ) [tag__not_in] => Array ( ) [tag__and] => Array ( ) [tag_slug__in] => Array ( ) [tag_slug__and] => Array ( ) [post_parent__in] => Array ( ) [post_parent__not_in] => Array ( ) [author__in] => Array ( ) [author__not_in] => Array ( ) [search_columns] => Array ( ) [update_post_term_cache] => 1 [ignore_sticky_posts] => [suppress_filters] => [cache_results] => 1 [update_menu_item_cache] => [lazy_load_term_meta] => 1 [update_post_meta_cache] => 1 [nopaging] => [comments_per_page] => 50 [no_found_rows] => [taxonomy] => estate_status [term] => for-sale_en ) [tax_query] => WP_Tax_Query Object ( [queries] => Array ( [0] => Array ( [taxonomy] => estate_status [terms] => Array ( [0] => for-sale_en ) [field] => slug [operator] => IN [include_children] => 1 ) ) [relation] => AND [table_aliases:protected] => Array ( [0] => wpstbys_term_relationships ) [queried_terms] => Array ( [estate_status] => Array ( [terms] => Array ( [0] => for-sale_en ) [field] => slug ) ) [primary_table] => wpstbys_posts [primary_id_column] => ID ) [meta_query] => WP_Meta_Query Object ( [queries] => Array ( [0] => Array ( [key] => offsale [value] => yes [compare] => != ) [1] => Array ( [key] => canhavechildren [value] => 1 [compare] => != ) [2] => Array ( [0] => Array ( [key] => price [value] => 300000 [type] => NUMERIC [compare] => >= ) [1] => Array ( [key] => price [compare] => NOT EXISTS ) [relation] => OR ) [3] => Array ( [key] => offsale [value] => yes [compare] => != ) [relation] => AND ) [relation] => AND [meta_table] => wpstbys_postmeta [meta_id_column] => post_id [primary_table] => wpstbys_posts [primary_id_column] => ID [table_aliases:protected] => Array ( [0] => wpstbys_postmeta [1] => mt1 [2] => mt2 [3] => mt3 ) [clauses:protected] => Array ( [wpstbys_postmeta] => Array ( [key] => offsale [value] => yes [compare] => != [compare_key] => = [alias] => wpstbys_postmeta [cast] => CHAR ) [mt1] => Array ( [key] => canhavechildren [value] => 1 [compare] => != [compare_key] => = [alias] => mt1 [cast] => CHAR ) [mt2] => Array ( [key] => price [value] => 300000 [type] => NUMERIC [compare] => >= [compare_key] => = [alias] => mt2 [cast] => SIGNED ) [mt3] => Array ( [key] => price [compare] => NOT EXISTS [compare_key] => = [alias] => mt3 [cast] => CHAR ) [wpstbys_postmeta-1] => Array ( [key] => offsale [value] => yes [compare] => != [compare_key] => = [alias] => wpstbys_postmeta [cast] => CHAR ) ) [has_or_relation:protected] => 1 ) [date_query] => [queried_object] => [queried_object_id] => [request] => SELECT SQL_CALC_FOUND_ROWS wpstbys_posts.ID FROM wpstbys_posts LEFT JOIN wpstbys_term_relationships ON (wpstbys_posts.ID = wpstbys_term_relationships.object_id) LEFT JOIN wpstbys_postmeta ON ( wpstbys_posts.ID = wpstbys_postmeta.post_id ) LEFT JOIN wpstbys_postmeta AS mt1 ON ( wpstbys_posts.ID = mt1.post_id ) LEFT JOIN wpstbys_postmeta AS mt2 ON ( wpstbys_posts.ID = mt2.post_id ) LEFT JOIN wpstbys_postmeta AS mt3 ON ( wpstbys_posts.ID = mt3.post_id AND mt3.meta_key = 'price' ) INNER JOIN wpstbys_term_relationships AS pll_tr ON pll_tr.object_id = wpstbys_posts.ID WHERE 1=1 AND wpstbys_posts.post_parent = 0 AND ( wpstbys_term_relationships.term_taxonomy_id IN (359428) ) AND ( ( wpstbys_postmeta.meta_key = 'offsale' AND wpstbys_postmeta.meta_value != 'yes' ) AND ( mt1.meta_key = 'canhavechildren' AND mt1.meta_value != '1' ) AND ( ( mt2.meta_key = 'price' AND CAST(mt2.meta_value AS SIGNED) >= '300000' ) OR mt3.post_id IS NULL ) AND ( wpstbys_postmeta.meta_key = 'offsale' AND wpstbys_postmeta.meta_value != 'yes' ) ) AND wpstbys_posts.post_type = 'estates' AND ((wpstbys_posts.post_status = 'publish')) AND pll_tr.term_taxonomy_id IN ( 2 ) GROUP BY wpstbys_posts.ID ORDER BY wpstbys_posts.menu_order, wpstbys_posts.post_date DESC LIMIT 0, 17 [posts] => Array ( [0] => WP_Post Object ( [ID] => 23137 [post_author] => 0 [post_date] => 2025-02-13 11:24:28 [post_date_gmt] => 2025-02-13 10:24:28 [post_content] => Morocco Sotheby's International Realty in Marrakech presents this 388 m² duplex located on the garden level, ideally situated in the La Palmeraie circuit.
Located near the La Palmeraie Golf course, it is within a 24/7 secure residence, featuring three shared swimming pools. On the ground floor, the apartment includes an entrance hall with guest toilets, followed by two living rooms with a fireplace, a dining room, and a TV lounge. The kitchen is fully equipped with modern appliances and includes a small pantry. The Moroccan lounge opens onto a beautiful terrace with a pergola, overlooking a lovely private garden, which includes a covered winter lounge. Additionally, the apartment benefits from exclusive use of a 135 m² landscaped plot. On the upper floor, the apartment offers three bedrooms, including a master suite with a private bathroom and access to a terrace, two additional bedrooms with a shared bathroom, an office, a walk-in closet, and a terrace. Air conditioning is present in all rooms for optimal comfort. This duplex also comes with a parking space. Ideal for rental investment or as a primary residence, this property is located in a highly sought-after area offering excellent rental potential.
Additional features: beautiful shared pool 150 meters from the duplex, prime location with easy access, renowned fully secure residence with a guardian and video surveillance.
La Palmeraie is one of the most sought-after neighborhoods in Marrakech. It spans over 13.000 hectares and is home to more than 150.000 palm trees. It is a true oasis of calm and lushness.
For more information about this property, please contact Laurent Galés at +212 6 21 34 48 21. [post_title] => Marrakech I Palmeraie [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6544763-marrakech-i-palmeraie [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:14 [post_modified_gmt] => 2025-02-18 16:00:14 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6544763-marrakech-i-palmeraie/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [1] => WP_Post Object ( [ID] => 23118 [post_author] => 0 [post_date] => 2025-02-13 09:14:15 [post_date_gmt] => 2025-02-13 08:14:15 [post_content] =>Ideally located in the heart of the Medina of Marrakech, this 324 m² riad enjoys an exceptional setting, combining authenticity with proximity to the city's most iconic landmarks.
This charming riad blends traditional elegance with modern comfort. Its spacious interiors, lush atmosphere, and authentic architecture highlighted by beautiful arches, make it a truly unique property. At the heart of the patio, a stunning green zellige-tiled pool adds a refreshing and serene touch, enhanced by abundant natural light. Less than 200 meters away, a secure and closed parking area is available, ensuring additional convenience. On the ground floor, the entrance opens onto a large central patio featuring a magnificent swimming pool. Facing it, an elegant library lounge invites relaxation. A B'hou, a Moroccan-style lounge under an arcade, enhances the convivial ambiance of this space. This level also includes a spacious and well-equipped suite, two bedrooms with en-suite bathrooms, an additional bathroom under one of the galleries, a fully fitted and equipped kitchen, a laundry room, and guest restrooms. Upstairs, a master suite with generous volumes features a private terrace and a lounge with a fireplace—a junior suite with an en-suite bathroom and an additional bedroom with its bathroom complete the sleeping quarters. The expansive rooftop terrace offers a solarium, perfect for enjoying Marrakech’s sunny climate. It also includes a kitchenette, a laundry room, and a storage area. The riad is fully air-conditioned with individual split units and equipped with satellite TV in all bedrooms. A solar panel system provides a 500-liter hot water capacity, ensuring optimal comfort.
Vibrant and full of life, the Medina is the historic heart of Marrakech. It is centered around the famous Jemaa El Fna square and is one of the city's five districts.
For further information, please contact Charles Detchessahar at +212 6 61 06 32 49.
[post_title] => Marrakech I Medina [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6554389-marrakech-i-medina [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:20 [post_modified_gmt] => 2025-02-18 16:00:20 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6554389-marrakech-i-medina/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 23096 [post_author] => 0 [post_date] => 2025-02-10 15:23:31 [post_date_gmt] => 2025-02-10 14:23:31 [post_content] => Route de l'Ourika, less than 20 minutes from Marrakech, 350 m² villa with first floor and English courtyard, offering 4 bedrooms.
Nestling in a private residence close to the Zaraba canal, Domaine d'Araba is a co-ownership of 30 villas. The entire estate has a contemporary architectural style, with touches of Moroccan architecture in both colour and materials. Nestled in an olive grove, the landscaping of the residence is particularly pleasant. Due for completion at the end of 2024, two R+1 villas are currently being offered for sale exclusively by Morocco Sotheby's International Realty.
For more information on these two properties, please contact Laurent Galès on +212 6 21 34 48 21. [post_title] => Marrakech I Route de l'Ourika [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6564918-marrakech-i-route-de-lourika [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:24 [post_modified_gmt] => 2025-02-18 16:00:24 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6564918-marrakech-i-route-de-lourika/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 23099 [post_author] => 0 [post_date] => 2025-02-10 13:53:34 [post_date_gmt] => 2025-02-10 12:53:34 [post_content] => Morocco Sotheby’s International Realty in Marrakech is privileged to present this exceptional Riad, a guesthouse with high rental potential.
This character property consists of six bedrooms with en-suite bathrooms and features a magnificent patio with a fountain and an indoor pool, creating an idyllic setting for relaxation and well-being. The Riad stands out for its meticulous finishes and the use of high-quality materials, blending tradition with refinement. The resulting atmosphere is both elegant and soothing, offering an exclusive environment where serenity prevails. Located just 10 minutes from the iconic souks of Marrakech, 20 minutes from the Koutoubia, and 10 minutes from the new city, this 330 m² property, built on a 155 m² plot, also benefits from the authorization to operate as a guesthouse. At the entrance, a spacious hall opens onto a shaded patio with palm trees and bougainvilleas, adorned with a beautiful fountain and pool. This level includes a comfortable lounge, and two bedrooms with their bathrooms (one of which is a suite with a large shower and a view of the fountain), as well as a kitchen, a dining room, and a guest toilet. Upstairs, four additional bedrooms, all with en-suite bathrooms, complete the layout. The terrace, a true haven of peace, is carefully landscaped and offers a shaded area perfect for enjoying the pleasant Marrakech climate. It includes a charming summer lounge, a solarium, and a Jacuzzi, all with stunning, unobstructed views of the Medina and its surroundings. Designed to be operated as a guesthouse, this Riad also features a private restaurant and a wellness center, ensuring excellent visitor traffic. Its prime location, close to a drop-off area and just a few steps from the souks, makes it a rare and valuable opportunity.
Famous and vibrant, the Medina is the historical heart of Marrakech. It revolves around Jemaa El Fna Square and forms one of the city's five districts.
For more information about this exceptional property, please contact Charles Detchessahar at +212 6 61 06 32 49. [post_title] => Marrakech I Medina [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6529423-marrakech-i-medina [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:45 [post_modified_gmt] => 2025-02-18 16:00:45 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6529423-marrakech-i-medina/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 23078 [post_author] => 0 [post_date] => 2025-02-07 14:38:25 [post_date_gmt] => 2025-02-07 13:38:25 [post_content] => Morocco Sotheby's International Realty in Rabat presents this two-bedroom flat in the sought-after Souissi district, with an area of 205 m².
Located on the 3rd floor of a modern building with a lift, this is a rare property on the Rabat market. The reception area comprises a bright, unoverlooked double lounge, creating a warm, welcoming atmosphere. The dining room is elegant and convivial. A private balcony lets you take advantage of the region's pleasant climate. The spacious master suite has a dressing room and en suite bathroom, guaranteeing comfort and privacy. There is also a junior suite with an en suite bathroom, ideal for entertaining guests. The modern, fully-equipped kitchen is perfect for those with a passion for cooking. There is also space for household staff, with a bedroom and private bathroom. This flat boasts meticulous finishes, a fluid layout, and plenty of natural light, providing a refined, functional living environment. Its prime location in one of Rabat's most sought-after districts means you can enjoy the peace of the city, while still being close to shops, schools, and transport links. The unobstructed, unoverlooked view guarantees total privacy. The lift, providing convenient and secure access, is a real asset.
Other features: fireplace, reversible centralized air conditioning, proximity to the golf course, shops and restaurants, and basement garage.
Souissi is one of Rabat's most exclusive and sought-after districts. It is characterized by vast properties, embassies, and diplomatic residences.
For further information about this property, please contact Zoubida Labdi on +212 6 67 99 08 09. [post_title] => Rabat I Souissi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6359544-rabat-i-souissi [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:51 [post_modified_gmt] => 2025-02-18 16:00:51 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6359544-rabat-i-souissi/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 23081 [post_author] => 0 [post_date] => 2025-02-07 14:37:42 [post_date_gmt] => 2025-02-07 13:37:42 [post_content] => Morocco Sotheby's International Realty in Rabat presents this modern villa in the heart of a 3.450 m² park in the sought-after Souissi district. This rare property is a true haven of peace, offering a serene living environment while being close to Rabat's best amenities and infrastructure.
Located in a prestigious, quiet, and secure residential area, this sumptuous single-story villa of 820 m² offers top-of-the-range features in an idyllic setting. As soon as you enter, you'll be greeted by a majestic hall leading to a vast living room bathed in light, with a fireplace and uninterrupted views over the landscaped garden and swimming pool. The living space is complemented by a large terrace, ideal for entertaining, and an elegant dining room. There is also a refined shower room. The master suite is a haven of peace, with a spacious bedroom, marble bathroom, and generous dressing room. A junior suite, with its bathroom, and two additional bedrooms with shared bathrooms, offers the ultimate in comfort for family or guests. A dedicated staff area includes an en-suite bedroom, a functional laundry room,m and direct access to an inner courtyard. The villa also has a large multifunctional room, perfect for personal or professional use.
Other features: Modern, high-quality finishes, landscaped garden, infinity pool.
Souissi is one of Rabat's most exclusive and sought-after neighborhoods. It is characterized by vast properties, embassies and diplomatic residences.
For further information about this property, please contact Zoubida Labdi on +212 6 67 99 08 09. [post_title] => Rabat I Souissi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6546053-rabat-i-souissi [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:53 [post_modified_gmt] => 2025-02-18 16:00:53 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6546053-rabat-i-souissi/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [6] => WP_Post Object ( [ID] => 23084 [post_author] => 0 [post_date] => 2025-02-07 14:37:11 [post_date_gmt] => 2025-02-07 13:37:11 [post_content] => Morocco Sotheby's International Realty in Rabat, presents this villa of 1.000m ² habitable, set in the heart of its garden of 2.000m ² and ideally located in the quiet and secure Orangeraie.
Located in one of Rabat's most sought-after districts, this villa is a model of refinement and elegance. Spread over three levels, the property offers generous living spaces, a lush garden, and a large swimming pool, all in a setting of absolute tranquillity. On the ground floor, you will find a traditional Moroccan lounge offering a warm ambiance, as well as a modern European lounge. The living area, complete with a fireplace, opens out onto a magnificent garden, while a large dining room allows you to entertain in style. This level also includes a guest bedroom with an en suite bathroom and dressing room, open-plan guest areas with double shower rooms, as well as a high-quality fitted kitchen, a practical laundry room overlooking the courtyard, a staff bedroom, and a storeroom. Upstairs, the master suite with a fireplace is a true sanctuary of luxury, including a spacious bathroom. A junior suite with an en-suite bathroom and two further bedrooms with a shared bathroom offer all the comforts you could wish for. The basement of this villa is designed for a resolutely modern and enjoyable lifestyle. It includes a fully equipped gym with a sauna and jacuzzi, as well as a multi-purpose room (ideal for a cinema or games area), which opens onto the courtyard.
Other facilities include a Garage for 10 cars, a lift, solid wood flooring, split air conditioning, central heating, Bose sound system.
The Orangeraie district, part of the Souissi area, is characterized by its tranquillity and lush greenery, in the heart of Rabat.
For further information about this property, please contact Zoubida Labdi on +212 6 67 99 08 09. [post_title] => Rabat I Souissi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6546071-rabat-i-souissi [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:55 [post_modified_gmt] => 2025-02-18 16:00:55 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6546071-rabat-i-souissi/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [7] => WP_Post Object ( [ID] => 23087 [post_author] => 0 [post_date] => 2025-02-07 14:36:43 [post_date_gmt] => 2025-02-07 13:36:43 [post_content] => Morocco Sotheby’s International Realty in Rabat presents this exceptional 780 m² villa in the prestigious Souissi district set on a 2.500 m² plot.
This villa offers a luxurious and secure living environment Ideal for a discerning clientele it stands out with its modern architecture and high end finishes The ground floor includes a spacious reception area with a Moroccan lounge a closed fireplace and several spacious living rooms A bright living room opens onto a terrace ideal for entertaining or relaxing This level also features a junior suite with a dressing room and bathroom a fully equipped kitchen and a guest restroom The upper floor hosts a master suite with a large bathroom freestanding bathtub and two dressing rooms Three junior suites each with a private bathroom complete this level A shared terrace for the bedrooms offers a pleasant outdoor space The 140 m² basement brightened by multiple openings provides a versatile space that can be used as a game room or gym along with an interior courtyard This level also includes a staff bedroom a laundry room storage areas and a technical room The landscaped garden with a vegetable patch and fruit trees surrounds the swimming pool creating a perfect harmony between indoor comfort and nature
Other: features are Noble materials serpentine and marble floors solid wood parquet air conditioning central heating double glazing elevator garage for six cars close to schools and shops.
Souissi is one of the most exclusive and sought-after neighborhoods in Rabat It is characterized by vast properties embassies and diplomatic residences
For more information about this property please contact Zoubida Labdi at +212 6 67 99 08 09. [post_title] => Rabat I Souissi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6547252-rabat-i-souissi [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:31 [post_modified_gmt] => 2025-02-18 16:00:31 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6547252-rabat-i-souissi/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [8] => WP_Post Object ( [ID] => 23075 [post_author] => 0 [post_date] => 2025-02-07 14:32:49 [post_date_gmt] => 2025-02-07 13:32:49 [post_content] => Morocco Sotheby's International Realty in Rabat presents this Andalusian-style villa of 450m² on a plot of 1.850m² in the prestigious Souissi district.
Nestling in the heart of Souissi, this single-story villa displays all its charm in its lush garden and beautiful swimming pool. With a built area of 450 m², this property offers generous, light-filled spaces designed for optimum living comfort. The large reception opens onto a traditional Moroccan lounge and a vast, light-filled living room, perfect for elegant entertaining. The villa has three spacious bedrooms, each with built-in dressing areas and en suite bathrooms, offering complete privacy. A fully fitted contemporary kitchen completes this functional living space, while a separate guest flat offers a large living room opening onto a stylish bedroom and bathroom. The property also boasts a staff bedroom with direct access to the garden, while outside, the swimming pool surrounded by greenery invites you to relax. This villa harmoniously combines Andalusian charm and modern comforts in a leafy setting, close to the main amenities of the town centre.
Other features: air conditioning, garage for 4 vehicles.
The Souissi is one of Rabat's most exclusive and sought-after districts. It is characterized by vast estates, embassies and diplomatic residences.
Pour toutes informations complémentaires sur ce bien, veuillez contacter Zoubida Labdi au +212 6 67 99 08 09. [post_title] => Rabat I Souissi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6549336-rabat-i-souissi [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:49 [post_modified_gmt] => 2025-02-18 16:00:49 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6549336-rabat-i-souissi/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [9] => WP_Post Object ( [ID] => 23060 [post_author] => 0 [post_date] => 2025-02-06 10:09:06 [post_date_gmt] => 2025-02-06 09:09:06 [post_content] => Morocco Sotheby’s International Realty in Marrakech is delighted to present this riad of approximately 150 m² of ground space, featuring eight rooms, licensed as a guesthouse, ideally located with direct car access, and including two storefronts with a panoramic view of the city.
This property stands out for its unique style, skillfully combining Moroccan authenticity with contemporary touches. It is structured around a vast patio, spread across multiple levels. On the ground floor, you’ll find various reception rooms, a recently renovated fully equipped kitchen, and a reception area. Upstairs, a gallery leads to eight spacious rooms, each with its private bathroom and carefully curated decor. The terrace offers several relaxation areas, providing a remarkable view over the rooftops of the medina and the peaks of the Atlas Mountains. Thanks to its strategic location, close to key landmarks, and easily accessible by car, this riad has a strong rental appeal.
Other features: Highly sought-after neighborhood, titled riad, air conditioning, sold furnished, high potential rental yield, guesthouse license approved.
Benefiting from a privileged location in the heart of the medina, this riad is just steps away from several renowned Moroccan restaurants. Its proximity to historic monuments and bustling souks makes it a prime investment opportunity.
For more information, please contact Abdelhadi Laaouina at +212 6 61 07 49 33. [post_title] => Marrakech I Medina [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6529954-marrakech-i-medina [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:00 [post_modified_gmt] => 2025-02-18 16:01:00 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6529954-marrakech-i-medina/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [10] => WP_Post Object ( [ID] => 23057 [post_author] => 0 [post_date] => 2025-02-06 10:04:17 [post_date_gmt] => 2025-02-06 09:04:17 [post_content] =>Located in the historic heart of Marrakech, this riad boasts an unparalleled location just a short distance from the famous Jemaa El Fna square. With a footprint of approximately 260 m², it features eight bedrooms.
This riad showcases a unique decor, blending tradition and modernity in perfect harmony. Built across three levels around a spacious patio, it offers a well-thought-out layout. The ground floor includes a spa area, multiple living spaces, a fully equipped modern kitchen, and a bathroom. On the first floor, a gallery leads to spacious bedrooms, each with its en-suite bathroom and elegant decor. The rooftop terrace provides several relaxation areas with a breathtaking view of the Medina’s rooftops and the Atlas Mountains. Its strategic location near Jemaa El Fna enhances its appeal, offering high rental potential.
Additional features: Prime location, titled property, air conditioning, fully furnished, spa, handsome rental yield.
Located in the western part of Medina, just a few steps from the city's main landmarks and easily accessible by car, this sought-after neighborhood is also home to several renowned Moroccan restaurants.
For further information, don't hesitate to get in touch with Abdelhadi Laaouina at +212 6 61 07 49 33.
[post_title] => Marrakech I Medina [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6538209-marrakech-i-medina [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:02 [post_modified_gmt] => 2025-02-18 16:01:02 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6538209-medina-i-marrakech/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [11] => WP_Post Object ( [ID] => 23028 [post_author] => 0 [post_date] => 2025-01-23 10:33:06 [post_date_gmt] => 2025-01-23 09:33:06 [post_content] => Nestled on an exclusive 5-hectare estate, this exceptional real estate project is located in the sumptuous city of Marrakech, renowned for its cultural richness, captivating history, mild climate, and enchanting landscapes.
Comprising 26 contemporary villas, the project seamlessly blends modernity, authenticity, and refinement. Each single-story villa is designed to offer bright and spacious living areas, where luxury and comfort meet. The layout includes four elegant suites with private bathrooms, a vast living room offering breathtaking views, a high-end kitchen that can be fully equipped for convivial moments, and a private terrace overlooking a lush garden enhanced by a Balinese-inspired swimming pool. Every detail is crafted with noble materials and impeccable finishes, combining durability and aesthetics. The private, non-overlooked configuration ensures privacy and tranquility, providing a discreet and secure ambiance.
Perfectly situated, this project boasts privileged access to major roadways, international schools, and shopping centers, such as Carrefour, just five minutes away. With plot sizes ranging from 1.340 m² to 2.960 m², built areas from 374 m² to 744 m², and gardens from 966 m² to 2.216 m², each villa features a master suite with a walk-in closet and en-suite bathroom with a bathtub, three additional bedrooms with bathrooms, a staff room with external access, two living rooms separated by a fireplace, a dining room, a kitchen with a pantry and storage, and a magnificent swimming pool.
The Ourika Road leads south from Marrakech towards the lush Ourika Valley and the Oukaimeden ski resort.
For further information about this property, please contact Laurent Galès at +212 6 21 34 48 21. [post_title] => Marrakech I Road of Ourika [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6377699-marrakech-i-route-de-lourika [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:40 [post_modified_gmt] => 2025-02-18 16:00:40 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6377699-marrakech-i-route-de-lourika/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [12] => WP_Post Object ( [ID] => 22995 [post_author] => 0 [post_date] => 2025-01-21 09:52:14 [post_date_gmt] => 2025-01-21 08:52:14 [post_content] => This exceptional villa is located at km 12 on the Amizmiz road, and it's being presented by Morocco Sotheby's Realty in Marrakech. A Master suite and three spacious suites, all of which are equipped with underfloor heating, are located in this unique property, which is situated in the center of a complex of five high-end villas, providing total privacy and unmatched serenity.
The villa is distinguished by its luxurious finishes and materials in a refined contemporary style, creating an exclusive setting where discreet luxury is the norm. Located just 12 minutes from the airport, 15 minutes from La Mamounia, 10 minutes from the most prestigious shopping centers, and close to the finest golf courses, this property embodies the art of living in all its splendor. It enjoys a location reserved for the rare few. The villa has a land area of 1.166 square meters, which includes a living area of 2.924 square meters and a finished basement of 159 square meters. Among the high-end amenities, you will find a Master suite and three spacious suites, all equipped with underfloor heating, a versatile relaxation area that can become a spa, game room, or cinema according to your desires, a fully equipped modern kitchen, integrated staff accommodation, as well as a bright living room with majestic volumes, bathed in natural light. The noble materials and luxurious finishes combine elegance and modernity. The garden is meticulously landscaped, the terrace is spacious with a bioclimatic pergola for outdoor relaxation, and the large pool has a beach. Each villa in this complex is a unique architectural work designed to enhance your everyday life.
A beautiful road connects Marrakech to the village of Amizmiz, located at the foot of the Atlas Mountains. This road also provides access to the Lalla Takerkoust Dam.
For further information about this property, please get in touch with Laurent Galés at +212 6 21 34 48 21. [post_title] => Marrakech I Amizmiz Road [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6500899-marrakech-i-route-damizmiz [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:20 [post_modified_gmt] => 2025-02-18 16:01:20 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6500899-marrakech-i-route-damizmiz/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [13] => WP_Post Object ( [ID] => 22935 [post_author] => 0 [post_date] => 2025-01-20 15:53:44 [post_date_gmt] => 2025-01-20 14:53:44 [post_content] => Morocco Sotheby's Realty presents, in the heart of La Palmeraie, this charming villa of almost 1.200 m², nestling in 1.4 hectares of mature parkland.
This property is a subtle blend of refinement, comfort, and style. Located in a quiet area of the Palmeraie in Marrakech, the main villa is reached by winding up a driveway through lush vegetation. The layout revolves around a patio with a fountain, which is resolutely the first of the villa's living areas. Around the patio, the large living room, small living roo,m and dining room are directly accessible. To the south, opening onto the park, the large living room opens onto the terrace, a true extension of the villa itself. The first floor of the villa is dedicated exclusively to the sleeping area. Several bedrooms occupy the four sides of the villa. The location of the villa on its grounds, and above all its iconic shape, guarantees uninterrupted views of the beautiful vegetation and, from some sides, the Atlas mountains or the Jbilets. The basement, partly open onto a charming English courtyard, offers a bedroom, a games room, and a wellness area. The parklands, alternating between lawns, Andalusian gardens, palm groves, and fruit trees, are a jewel case of beautiful greenery. Continuing from the Andalusian garden, there is a building dedicated to special evenings. Not far away is the pool area, intimate and elegant.
Other facilities: 25m heated swimming pool, air conditioning, central heating, water tank, well, staff accommodation, and caretaker's house.
The Palmeraie is one of the most sought-after areas of Marrakech. With 13,000 hectares and more than 150,000 palm trees, it is a veritable oasis of calm and luxuriance.
For further information, please contact David Montérin at +212 6 71 43 72 27. [post_title] => Marrakech I La Palmeraie [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6377199-marrakech-i-la-palmeraie-i-confidential [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:13 [post_modified_gmt] => 2025-02-18 16:01:13 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6377199-marrakech-i-la-palmeraie/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [14] => WP_Post Object ( [ID] => 22988 [post_author] => 0 [post_date] => 2025-01-20 14:20:56 [post_date_gmt] => 2025-01-20 13:20:56 [post_content] => Morocco Sotheby's Realty in Marrakech offers three adjacent one-hectare lots, each priced at €550.000.
These plots are located on the Route de Ouarzazate, in a peaceful setting close to main roads, near Marrakech's three historic golf courses, and only 20 minutes from the city center. The zoning allows for up to five villas per hectare. The surrounding environment is well-managed, with ongoing developments, and the average resale price of neighboring villas is approximately €1.000.000.
Heading east from Marrakech, this route passes alongside the Royal Golf and several residential and golf complexes. It also provides access to the High Atlas Mountains via the renowned Tichka Pass.
For more information, please contact Charles Detchessahar at +212 6 61 06 32 49. [post_title] => Marrakech I Road of Ouarzazate [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6378762-marrakech-i-route-de-ouarzazate [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:38 [post_modified_gmt] => 2025-02-18 16:01:38 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6378762-marrakech-i-route-de-ouarzazate/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [15] => WP_Post Object ( [ID] => 22992 [post_author] => 0 [post_date] => 2025-01-20 14:20:24 [post_date_gmt] => 2025-01-20 13:20:24 [post_content] =>Morocco Sotheby's Realty in Marrakech offers three adjacent one-hectare lots, each priced at €550,000.
These plots are located on the Route de Ouarzazate, in a peaceful setting close to main roads, near Marrakech's three historic golf courses, and only 20 minutes from the city center. The zoning allows for up to five villas per hectare. The surrounding environment is well-managed, with ongoing developments, and the average resale price of neighboring villas is approximately €1,000,000.
Heading east from Marrakech, this route passes alongside the Royal Golf and several residential and golf complexes. It also provides access to the High Atlas Mountains via the renowned Tichka Pass.
For more information, please contact Charles Detchessahar at +212 6 61 06 32 49.
[post_title] => Marrakech I Road of Ouarzazate [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6378772-marrakech-i-route-de-ouarzazate [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:40 [post_modified_gmt] => 2025-02-18 16:01:40 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6378772-marrakech-i-route-de-ouarzazate/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [16] => WP_Post Object ( [ID] => 22982 [post_author] => 0 [post_date] => 2025-01-13 09:17:36 [post_date_gmt] => 2025-01-13 08:17:36 [post_content] => Morocco Sotheby's Realty presents this villa nestled on the prestigious Amelkis Golf Course, a unique place where luxury, comfort and nature come together. This exceptional property boasts breathtaking views over the lake and faces due south, giving it a natural setting of breathtaking beauty.
On the front line of the golf course, with the majestic Atlas peaks on the horizon, this villa combines modernity, refinement and eco-responsibility. Designed with noble materials and meticulous attention to detail, this 4-bedroom villa, each with en suite bathroom, will provide you with an idyllic living environment. The vast 16x6 m swimming pool, with its integrated jacuzzi, invites you to relax, while the spacious living areas, including a large lounge with a cross-connecting fireplace and an authentic Moroccan salon, provide warmth and conviviality. Enjoy energy autonomy thanks to the installation of 30 solar panels, and natural irrigation via a functional well. For added convenience, the villa is equipped with centralised air conditioning, private parking and a kitchenette. An exceptional place for enthusiasts, where every detail has been thought of to offer its residents unrivalled comfort and an outstanding quality of life.
Other features: Solar panels, first line of golf.
Close to Marrakech, Amelkis Resort is a luxury residential complex built around its famous golf course. It offers a calm, green environment.
For further information about this property, please contact Laurent Galés on +212 6 21 34 48 21. [post_title] => Marrakech I Amelkis [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6496075-marrakech-i-amelkis [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:01:47 [post_modified_gmt] => 2025-02-18 16:01:47 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6496075-marrakech-i-amelkis/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 17 [current_post] => -1 [before_loop] => 1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 23137 [post_author] => 0 [post_date] => 2025-02-13 11:24:28 [post_date_gmt] => 2025-02-13 10:24:28 [post_content] => Morocco Sotheby's International Realty in Marrakech presents this 388 m² duplex located on the garden level, ideally situated in the La Palmeraie circuit.
Located near the La Palmeraie Golf course, it is within a 24/7 secure residence, featuring three shared swimming pools. On the ground floor, the apartment includes an entrance hall with guest toilets, followed by two living rooms with a fireplace, a dining room, and a TV lounge. The kitchen is fully equipped with modern appliances and includes a small pantry. The Moroccan lounge opens onto a beautiful terrace with a pergola, overlooking a lovely private garden, which includes a covered winter lounge. Additionally, the apartment benefits from exclusive use of a 135 m² landscaped plot. On the upper floor, the apartment offers three bedrooms, including a master suite with a private bathroom and access to a terrace, two additional bedrooms with a shared bathroom, an office, a walk-in closet, and a terrace. Air conditioning is present in all rooms for optimal comfort. This duplex also comes with a parking space. Ideal for rental investment or as a primary residence, this property is located in a highly sought-after area offering excellent rental potential.
Additional features: beautiful shared pool 150 meters from the duplex, prime location with easy access, renowned fully secure residence with a guardian and video surveillance.
La Palmeraie is one of the most sought-after neighborhoods in Marrakech. It spans over 13.000 hectares and is home to more than 150.000 palm trees. It is a true oasis of calm and lushness.
For more information about this property, please contact Laurent Galés at +212 6 21 34 48 21. [post_title] => Marrakech I Palmeraie [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 6544763-marrakech-i-palmeraie [to_ping] => [pinged] => [post_modified] => 2025-02-18 17:00:14 [post_modified_gmt] => 2025-02-18 16:00:14 [post_content_filtered] => [post_parent] => 0 [guid] => https://sothebysrealty.ma/estates/6544763-marrakech-i-palmeraie/ [menu_order] => 0 [post_type] => estates [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comments] => [comment_count] => 0 [current_comment] => -1 [comment] => [found_posts] => 108 [max_num_pages] => 7 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => 1 [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => 1 [is_search] => [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => [is_privacy_policy] => [is_404] => [is_embed] => [is_paged] => [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_favicon] => [is_posts_page] => [is_post_type_archive] => 1 [query_vars_hash:WP_Query:private] => c8a871a487d12e720adb4bdfeb211ee4 [query_vars_changed:WP_Query:private] => 1 [thumbnails_cached] => [allow_query_attachment_by_filename:protected] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) )
Tell us about your project, we’ll take care of the rest.
By submitting this form, I agree that Sotheby's can contact me and I accept the Sotheby's privacy policy.