{"id":9901,"date":"2026-03-22T14:09:16","date_gmt":"2026-03-22T13:09:16","guid":{"rendered":"https:\/\/fontyblog.fr\/?p=9901"},"modified":"2026-04-05T07:20:20","modified_gmt":"2026-04-05T05:20:20","slug":"or-brunch-in-fontainebleau","status":"publish","type":"post","link":"https:\/\/fontyblog.fr\/en\/ou-bruncher-a-fontainebleau\/","title":{"rendered":"Where to have brunch in Fontainebleau?"},"content":{"rendered":"<p>With the return of <strong>beautiful days<\/strong>, On a Sunday morning, the urge to sit on a terrace becomes irresistible. Steaming coffee, a full plate, no alarm clock, no programme.<\/p>\n\n\n\n<p>Le <strong>brunch<\/strong>, It's that moment suspended between a late breakfast and a gourmet lunch. We take the time to savour, to chat, to plan nothing. A true ritual of <strong>weekend<\/strong>, especially when the setting lends itself to it.<\/p>\n\n\n\n<p>In Fontainebleau, several addresses have made this their speciality: <strong>all-you-can-eat buffets<\/strong> facing the ch\u00e2teau, eggs Benedict in a sunny courtyard, homemade tartines in a local caf\u00e9, or locavore dishes in a charming village just a stone's throw away.<\/p>\n\n\n\n<p>Here is my selection of addresses where <strong>bruncher \u00e0 Fontainebleau<\/strong> and in the immediate vicinity, tested or recommended by regulars. Some have been tried and tested for years, while others are more recent surprises. In all cases, remember to <strong>book<\/strong> On Sundays, tickets go fast.<\/p>\n\n\n\n<meta charset=\"UTF-8\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;700&family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* \u2500\u2500 Scope .fb-brunch : aucun conflit avec le th\u00e8me WP parent \u2500\u2500 *\/\n\n.fb-brunch *,\n.fb-brunch *::before,\n.fb-brunch *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.fb-brunch {\n  --fb-green:    #226D68;\n  --fb-green2:   #4CAF50;\n  --fb-orange:   #F9A826;\n  --fb-text:     #1E1E1E;\n  --fb-bg:       #F5F7F6;\n  --fb-white:    #ffffff;\n  --fb-border:   #e0e8e7;\n  --fb-muted:    #6b7b79;\n  --fb-shadow:   0 2px 16px rgba(34,109,104,.10);\n  --fb-radius:   12px;\n  font-family: 'Inter', sans-serif;\n  color: var(--fb-text);\n  background: var(--fb-bg);\n  padding: 32px 0 48px;\n}\n\n\/* \u2500\u2500 Grille \u2500\u2500 *\/\n.fb-brunch .fb-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 24px;\n}\n\n\/* \u2500\u2500 Carte \u2500\u2500 *\/\n.fb-brunch .fb-card {\n  background: var(--fb-white);\n  border-radius: var(--fb-radius);\n  box-shadow: var(--fb-shadow);\n  border: 1px solid var(--fb-border);\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n  transition: transform .22s, box-shadow .22s;\n  position: relative;\n}\n\n.fb-brunch .fb-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 32px rgba(34,109,104,.16);\n}\n\n\/* \u2500\u2500 Bandeau fin avec ic\u00f4ne \u2500\u2500 *\/\n.fb-brunch .fb-card-header {\n  height: 48px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  flex-shrink: 0;\n  position: relative;\n}\n\n.fb-brunch .fb-card-header.fb-hdr-green  { background: var(--fb-green); }\n.fb-brunch .fb-card-header.fb-hdr-orange { background: var(--fb-orange); }\n.fb-brunch .fb-card-header.fb-hdr-green2 { background: var(--fb-green2); }\n.fb-brunch .fb-card-header.fb-hdr-teal   { background: #1a7a74; }\n.fb-brunch .fb-card-header.fb-hdr-navy   { background: #1b3a6b; }\n\n.fb-brunch .fb-card-header .fb-hdr-icon {\n  font-size: 1.3rem;\n  line-height: 1;\n}\n\n.fb-brunch .fb-card-header .fb-hdr-label {\n  font-family: 'Inter', sans-serif;\n  font-size: .68rem;\n  font-weight: 700;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,.9);\n}\n\n.fb-brunch .fb-rank {\n  position: absolute;\n  top: 50%;\n  left: 12px;\n  transform: translateY(-50%);\n  width: 26px;\n  height: 26px;\n  background: rgba(255,255,255,.22);\n  color: var(--fb-white);\n  font-family: 'Poppins', sans-serif;\n  font-size: .75rem;\n  font-weight: 700;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border: 1.5px solid rgba(255,255,255,.4);\n}\n\n.fb-brunch .fb-card-body {\n  padding: 16px 18px 0;\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n}\n\n.fb-brunch .fb-card-head {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 10px;\n  margin-bottom: 8px;\n}\n\n.fb-brunch .fb-card-name {\n  font-family: 'Poppins', sans-serif;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--fb-green);\n  line-height: 1.25;\n}\n\n.fb-brunch .fb-price {\n  flex-shrink: 0;\n  background: rgba(249,168,38,.12);\n  color: #b87800;\n  font-family: 'Inter', sans-serif;\n  font-size: .7rem;\n  font-weight: 700;\n  padding: 3px 8px;\n  border-radius: 6px;\n  white-space: nowrap;\n  border: 1px solid rgba(249,168,38,.3);\n}\n\n.fb-brunch .fb-rating {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  margin-bottom: 8px;\n}\n\n.fb-brunch .fb-stars { display: flex; gap: 1px; }\n.fb-brunch .fb-star { width: 12px; height: 12px; }\n.fb-brunch .fb-star-full  { fill: #F9A826; }\n.fb-brunch .fb-star-half  { fill: url(#fb-half); }\n.fb-brunch .fb-star-empty { fill: #d0d8d7; }\n\n.fb-brunch .fb-rating-val {\n  font-size: .8rem;\n  font-weight: 700;\n  color: var(--fb-green);\n}\n\n.fb-brunch .fb-rating-ct {\n  font-size: .73rem;\n  color: var(--fb-muted);\n}\n\n.fb-brunch .fb-addr {\n  display: flex;\n  align-items: flex-start;\n  gap: 5px;\n  font-size: .74rem;\n  color: var(--fb-muted);\n  margin-bottom: 9px;\n  line-height: 1.4;\n}\n\n.fb-brunch .fb-addr svg { flex-shrink: 0; margin-top: 1px; }\n\n.fb-brunch .fb-desc {\n  font-size: .85rem;\n  color: #3a4a48;\n  line-height: 1.65;\n  flex: 1;\n  margin-bottom: 11px;\n}\n\n.fb-brunch .fb-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 5px;\n  margin-bottom: 12px;\n}\n\n.fb-brunch .fb-tag {\n  background: rgba(34,109,104,.08);\n  color: var(--fb-green);\n  font-size: .67rem;\n  font-weight: 600;\n  padding: 3px 9px;\n  border-radius: 50px;\n  letter-spacing: .03em;\n}\n\n.fb-brunch .fb-tag-orange {\n  background: rgba(249,168,38,.12);\n  color: #b87800;\n}\n\n.fb-brunch .fb-card-footer {\n  padding: 11px 18px 14px;\n  border-top: 1px solid var(--fb-border);\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n\n.fb-brunch .fb-hours {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  font-size: .72rem;\n  color: var(--fb-muted);\n  flex: 1;\n  min-width: 0;\n}\n\n.fb-brunch .fb-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: var(--fb-green2);\n  flex-shrink: 0;\n}\n\n.fb-brunch .fb-btn-more {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  background: var(--fb-green);\n  color: var(--fb-white) !important;\n  font-family: 'Inter', sans-serif;\n  font-size: .76rem;\n  font-weight: 600;\n  padding: 7px 13px;\n  border-radius: 8px;\n  text-decoration: none !important;\n  white-space: nowrap;\n  transition: background .18s, transform .15s;\n  flex-shrink: 0;\n}\n\n.fb-brunch .fb-btn-more:hover {\n  background: #1a5450;\n  transform: translateX(2px);\n}\n\n.fb-brunch .fb-btn-more:hover svg { transform: translateX(3px); }\n.fb-brunch .fb-btn-more svg { transition: transform .15s; }\n\n@media (max-width: 640px) {\n  .fb-brunch .fb-grid { grid-template-columns: 1fr; }\n  .fb-brunch .fb-card-footer { flex-direction: column; align-items: flex-start; }\n  .fb-brunch .fb-btn-more { width: 100%; justify-content: center; }\n}\n<\/style>\n\n<svg width=\"0\" height=\"0\" style=\"position:absolute;pointer-events:none\">\n  <defs>\n    <lineargradient id=\"fb-half\" x1=\"0\" x2=\"1\" y1=\"0\">\n      <stop offset=\"50%\" stop-color=\"#F9A826\"><\/stop>\n      <stop offset=\"50%\" stop-color=\"#d0d8d7\"><\/stop>\n    <\/lineargradient>\n  <\/defs>\n<\/svg>\n\n<div class=\"fb-brunch\">\n  <div class=\"fb-grid\">\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-green\">\n        <span class=\"fb-rank\">1<\/span>\n        <span class=\"fb-hdr-icon\">\ud83c\udf7d\ufe0f<\/span>\n        <span class=\"fb-hdr-label\">French cuisine<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Le Patton<\/h3>\n          <span class=\"fb-price\">\u20ac\u20ac\u20ac\u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">4,0<\/span>\n          <span class=\"fb-rating-ct\">- 260 reviews<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          Square Patton, 77300 Fontainebleau\n        <\/div>\n        <p class=\"fb-desc\">Housed in a 19th-century bourgeois house adjoining the residence where Picasso lived in 1921, Le Patton offers a culinary journey through French creations and specialities, all made with fresh, local produce. The terrace overlooking the landscaped garden is particularly popular for Sunday brunch.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Sunday brunch<\/span>\n          <span class=\"fb-tag\">Garden terrace<\/span>\n          <span class=\"fb-tag fb-tag-orange\">\ud83c\udfc6 No. 1 TripAdvisor<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Sunday brunch - Booking recommended<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/the-patton\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-orange\">\n        <span class=\"fb-rank\">2<\/span>\n        <span class=\"fb-hdr-icon\">\u2615<\/span>\n        <span class=\"fb-hdr-label\">Coffee &amp; Groceries<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Paul &amp; Paulette<\/h3>\n          <span class=\"fb-price\">\u20ac\u20ac - \u20ac\u20ac\u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">4,1<\/span>\n          <span class=\"fb-rating-ct\">- 73 notices<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          4 rue des Bouchers, 77300 Fontainebleau, France\n        <\/div>\n        <p class=\"fb-desc\">A warm and intimate address, Paul &amp; Paulette is a caf\u00e9-grocery shop where you immediately feel at home. Generous sandwiches, homemade soups, savoury and sweet tarts make up a short but carefully prepared menu. The Sunday brunch (10am-3pm) attracts a loyal clientele who love the ginger lemonade and homemade cakes, including an irresistible blueberry cheesecake.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Brunch every day except Sunday.<\/span>\n          <span class=\"fb-tag\">Vegetarian<\/span>\n          <span class=\"fb-tag\">Home-made<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Brunch every day except Sunday<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/paul-paulette\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-green2\">\n        <span class=\"fb-rank\">3<\/span>\n        <span class=\"fb-hdr-icon\">\ud83c\uddee\ud83c\uddf9<\/span>\n        <span class=\"fb-hdr-label\">Italian trattoria<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Gina<\/h3>\n          <span class=\"fb-price\">~45 \u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-half\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">3,7<\/span>\n          <span class=\"fb-rating-ct\">- Google \/ TheFork<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          6 Rue d'Avon (H\u00f4tel de Cavoye), 77300 Fontainebleau\n        <\/div>\n        <p class=\"fb-desc\">Elegant Italian trattoria nestled in the heart of the H\u00f4tel de Cavoye, opposite the ch\u00e2teau. Chef Robin Sanchez offers a signature menu combining tasty antipasti, revisited Italian dishes and gourmet desserts. The magnificent 160 m\u00b2 terrace and 900 m\u00b2 garden make Sunday brunch a moment of absolute dolce vita.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Sunday brunch ~\u20ac45<\/span>\n          <span class=\"fb-tag\">Large terrace<\/span>\n          <span class=\"fb-tag\">Signature cocktails<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Closed Mon-Tue - Sunday brunch<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/gina\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-navy\">\n        <span class=\"fb-rank\">4<\/span>\n        <span class=\"fb-hdr-icon\">\ud83c\udff0<\/span>\n        <span class=\"fb-hdr-label\">In the Castle<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Monument Caf\u00e9 - Ch\u00e2teau de Fontainebleau<\/h3>\n          <span class=\"fb-price\">20 - 32 \u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-half\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">3,7<\/span>\n          <span class=\"fb-rating-ct\">- 33 opinions<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          Ch\u00e2teau de Fontainebleau, Cour de la Fontaine (opposite the Carp Pond)\n        <\/div>\n        <p class=\"fb-desc\">A unique experience: brunch in the very heart of the Ch\u00e2teau de Fontainebleau, a listed historic monument. All-you-can-eat brunch on Sundays and public holidays (\u20ac32), Discovery menu (\u20ac20) and Imperial menu (\u20ac28) during the week. Buffet of verrines, tasty casseroles and hot dishes in a bright room with a view of the ch\u00e2teau.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">All-you-can-eat brunch \u20ac32<\/span>\n          <span class=\"fb-tag fb-tag-orange\">\ud83c\udff0 In the Castle<\/span>\n          <span class=\"fb-tag\">Buffet Sundays &amp; public holidays<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>All-you-can-eat brunch on Sundays and public holidays<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/monument-cafe-restaurant-du-chateau-de-fontainebleau\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-green\">\n        <span class=\"fb-rank\">5<\/span>\n        <span class=\"fb-hdr-icon\">\ud83e\udd42<\/span>\n        <span class=\"fb-hdr-label\">Bar &amp; Brasserie<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Happy Curious<\/h3>\n          <span class=\"fb-price\">\u20ac\u20ac - \u20ac\u20ac\u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-half\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">3,9<\/span>\n          <span class=\"fb-rating-ct\">- 635 reviews<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          33 Place Napol\u00e9on Bonaparte, 77300 Fontainebleau\n        <\/div>\n        <p class=\"fb-desc\">Located just a stone's throw from the ch\u00e2teau, L'Happy Curious combines retro and modern decor to create a relaxed and friendly atmosphere. The French menu is slightly Italian and features fine meats and remarkable braised vegetables. The restaurant is the most talked-about in Fontainebleau, a sign of the high number of visitors and the often memorable dining experience.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Weekend brunch<\/span>\n          <span class=\"fb-tag\">Terrace<\/span>\n          <span class=\"fb-tag fb-tag-orange\">635 reviews<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Open until 11pm - Place Napol\u00e9on Bonaparte<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/lhappy-curious\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-orange\">\n        <span class=\"fb-rank\">6<\/span>\n        <span class=\"fb-hdr-icon\">\ud83e\udd51<\/span>\n        <span class=\"fb-hdr-label\">Brunch Caf\u00e9<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">Luwei Brunch Caf\u00e9<\/h3>\n          <span class=\"fb-price\">\u20ac\u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">4,0<\/span>\n          <span class=\"fb-rating-ct\">- TripAdvisor<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          12 Rue des Pins, 77300 Fontainebleau\n        <\/div>\n        <p class=\"fb-desc\">Opened in 2023, Luwei Brunch Caf\u00e9 is a local nugget on two levels, with communal tables, sofas and cosy corners. A family-run project with a focus on local produce: avocado toast with poached eggs, eggs benedict with caramelised bacon, pancakes, acai bowls and homemade granola. Creative lattes (matcha, chai, black sesame) complete a warm, modern brunch experience.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Brunch 11am-3pm<\/span>\n          <span class=\"fb-tag\">Local products<\/span>\n          <span class=\"fb-tag\">Vegetarian friendly<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Wed-Sun - 9am-5.30pm<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/luwei-brunch-cafe\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"fb-card\">\n      <div class=\"fb-card-header fb-hdr-green2\">\n        <span class=\"fb-rank\">7<\/span>\n        <span class=\"fb-hdr-icon\">\ud83c\udf3f<\/span>\n        <span class=\"fb-hdr-label\">100% Vegan &amp; Organic<\/span>\n      <\/div>\n      <div class=\"fb-card-body\">\n        <div class=\"fb-card-head\">\n          <h3 class=\"fb-card-name\">At Elemiah<\/h3>\n          <span class=\"fb-price\">\u20ac - \u20ac\u20ac<\/span>\n        <\/div>\n        <div class=\"fb-rating\">\n          <div class=\"fb-stars\">\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-full\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n            <svg class=\"fb-star\" viewbox=\"0 0 20 20\"><path class=\"fb-star-empty\" d=\"M10 1l2.4 7.4H20l-6.2 4.5 2.4 7.4L10 16l-6.2 4.3 2.4-7.4L0 8.4h7.6z\"><\/path><\/svg>\n          <\/div>\n          <span class=\"fb-rating-val\">4,0<\/span>\n          <span class=\"fb-rating-ct\">- HappyCow \/ Google<\/span>\n        <\/div>\n        <div class=\"fb-addr\">\n          <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          10 rue des Trois Maillets, 77300 Fontainebleau, France\n        <\/div>\n        <p class=\"fb-desc\">Tucked away in the courtyard of a cobbled street, Chez Elemiah is the benchmark vegan and organic tearoom in Fontainebleau. On Sundays, the all-you-can-eat brunch buffet offers seasonal vegan dishes, gourmet burgers and animal-free pastries. The cosy atmosphere and passionate team make it a popular place for vegans and the curious alike.<\/p>\n        <div class=\"fb-tags\">\n          <span class=\"fb-tag\">Brunch buffet Sun.<\/span>\n          <span class=\"fb-tag fb-tag-orange\">\ud83c\udf3f 100% Vegan<\/span>\n          <span class=\"fb-tag\">Organic &amp; Local<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"fb-card-footer\">\n        <div class=\"fb-hours\"><span class=\"fb-dot\"><\/span>Mon-Fri 8.30am-5pm - Sat 10am-6.30pm - Sun 11am-3pm<\/div>\n        <a class=\"fb-btn-more\" href=\"https:\/\/fontyblog.fr\/en\/places\/elemiah\/\" target=\"_blank\" rel=\"noopener\">\n          Find out more\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div><\/div>\u201c`","protected":false},"excerpt":{"rendered":"<p>Avec le retour des beaux jours, l&#8217;envie de s&#8217;attabler en terrasse un dimanche matin devient irr\u00e9sistible. Caf\u00e9 fumant, assiette garnie, pas de r\u00e9veil, pas de programme. Le brunch, c&#8217;est ce moment suspendu entre petit-d\u00e9jeuner tardif et d\u00e9jeuner gourmand. On prend le temps de savourer, de discuter, de ne rien planifier. Un vrai rituel de week-end, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9905,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"O\u00f9 bruncher \u00e0 Fontainebleau \u2013 Ma s\u00e9lection | Fontyblog","_seopress_titles_desc":"Brunch du dimanche, terrasse ensoleill\u00e9e, buffet face au ch\u00e2teau : voici les adresses o\u00f9 bruncher \u00e0 Fontainebleau et dans les environs, test\u00e9es par un local.","_seopress_robots_index":"","_seopress_analysis_target_kw":"","_jet_sm_ready_style":"","_jet_sm_style":"","_jet_sm_controls_values":"","_jet_sm_fonts_collection":"","_jet_sm_fonts_links":"","iawp_total_views":52,"footnotes":""},"categories":[105,154],"tags":[],"class_list":["post-9901","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-infos-pratiques","category-specialites-locales"],"_links":{"self":[{"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/posts\/9901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/comments?post=9901"}],"version-history":[{"count":6,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/posts\/9901\/revisions"}],"predecessor-version":[{"id":9972,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/posts\/9901\/revisions\/9972"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/media\/9905"}],"wp:attachment":[{"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/media?parent=9901"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/categories?post=9901"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fontyblog.fr\/en\/wp-json\/wp\/v2\/tags?post=9901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}