{"id":63,"date":"2026-06-07T15:10:18","date_gmt":"2026-06-07T15:10:18","guid":{"rendered":"http:\/\/vertkaki.fr\/?page_id=63"},"modified":"2026-07-01T16:56:06","modified_gmt":"2026-07-01T16:56:06","slug":"projets","status":"publish","type":"page","link":"https:\/\/vertkaki.fr\/index.php\/projets\/","title":{"rendered":"PROJETS"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Projets \u2013 R\u00e9alisations en architecture d&rsquo;int\u00e9rieur &amp; d\u00e9coration | Vert Kaki Bordeaux<\/title>\n  <meta name=\"description\" content=\"R\u00e9novation d'appartement, d\u00e9coration sur mesure, mobilier et dessins techniques : d\u00e9couvrez les r\u00e9alisations d'Astrid Burrot, architecte d'int\u00e9rieur \u00e0 Bordeaux.\">\n  <link rel=\"canonical\" href=\"https:\/\/vertkaki.fr\/index.php\/projets\/\">\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=Karantina:wght@400;700&amp;family=Jost:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root {\n      --vert-kaki:   #6B705C;\n      --sauge:       #A5A58D;\n      --travertin:   #D6C8B2;\n      --terre-cuite: #B46A4D;\n      --noyer:       #4A3728;\n      --bleu-nuit:   #364958;\n      --creme:       #F5EFE6;\n      --ocre:        #C9A66B;\n      --brun:        #2c2218;\n      --gris:        #e8e4dc;\n      --font-titre: 'Karantina', cursive;\n      --font-corps: 'Jost', 'Helvetica Neue', sans-serif;\n      --max: 1080px;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n    body {\n      background: var(--creme);\n      color: var(--brun);\n      font-family: var(--font-corps);\n      font-weight: 300;\n      line-height: 1.72;\n    }\n    img { display: block; max-width: 100%; }\n    a { text-decoration: none; color: inherit; }\n\n    h1 {\n      font-family: var(--font-titre);\n      font-weight: 400;\n      letter-spacing: .06em;\n    }\n\n    .label {\n      font-family: var(--font-corps);\n      font-size: .65rem;\n      letter-spacing: .26em;\n      text-transform: uppercase;\n      font-weight: 400;\n      color: var(--sauge);\n      display: block;\n    }\n\n    \/* HEADER *\/\n    .page-header {\n      max-width: var(--max);\n      margin: 0 auto;\n      padding: clamp(2.5rem, 6vw, 4rem) 1.5rem clamp(1.5rem, 3vw, 2rem);\n    }\n    .page-header .label { margin-bottom: .5rem; }\n    .page-header h1 {\n      font-size: clamp(2rem, 5vw, 3.4rem);\n      color: var(--brun);\n      line-height: 1.1;\n    }\n\n    \/* GRILLE \u2014 toutes les cartes identiques, 2 colonnes *\/\n    .projects-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: clamp(1.2rem, 2.5vw, 1.8rem);\n      padding: 0 1.5rem clamp(2rem, 4vw, 3rem);\n      max-width: var(--max);\n      margin: 0 auto;\n    }\n\n    .project-card { display: block; }\n\n    \/* CADRE COLOR\u00c9 uniquement autour de l'image *\/\n    .project-card__img-wrap {\n      outline: 7px solid var(--frame-color, var(--sauge));\n      overflow: hidden;\n      transition: outline-color .3s;\n      aspect-ratio: 4 \/ 3;\n    }\n    .project-card:hover .project-card__img-wrap {\n      outline-color: var(--brun);\n    }\n    .project-card__img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform .5s ease;\n    }\n    .project-card:hover .project-card__img-wrap img {\n      transform: scale(1.03);\n    }\n\n    \/* Texte sous l'image, \u00e9crit en HTML \u2014 plus jamais incrust\u00e9 dans l'image *\/\n    .project-card__info {\n      padding: .7rem .1rem .3rem;\n    }\n    .project-card__name {\n      font-family: var(--font-titre);\n      font-size: clamp(1.1rem, 2.2vw, 1.5rem);\n      font-weight: 400;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      color: var(--brun);\n      display: block;\n      line-height: 1.1;\n    }\n    .project-card__desc {\n      font-family: var(--font-corps);\n      font-size: .72rem;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      font-weight: 300;\n      color: var(--sauge);\n      margin-top: .2rem;\n      display: block;\n    }\n\n    \/* Couleurs palette officielle, une par projet *\/\n    .project-card--borie  { --frame-color: var(--travertin); }\n    .project-card--meri   { --frame-color: var(--vert-kaki); }\n    .project-card--ferret { --frame-color: var(--ocre);      }\n    .project-card--perel  { --frame-color: var(--sauge);     }\n    .project-card--bow    { --frame-color: var(--terre-cuite);}\n    .project-card--crequi { --frame-color: var(--bleu-nuit); }\n\n    \/* CTA *\/\n    .cta-band {\n      text-align: center;\n      padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;\n      border-top: 1px solid var(--gris);\n    }\n    .cta-band a {\n      font-family: var(--font-titre);\n      font-size: clamp(1.4rem, 3vw, 2rem);\n      font-weight: 400;\n      letter-spacing: .1em;\n      text-transform: uppercase;\n      color: var(--vert-kaki);\n      transition: color .2s;\n    }\n    .cta-band a:hover { color: var(--brun); }\n\n    .seo-footer {\n      max-width: var(--max);\n      margin: 0 auto;\n      padding: .8rem 1.5rem 2rem;\n      font-size: .7rem;\n      color: #aaa;\n      line-height: 1.9;\n    }\n\n    @media (max-width: 600px) {\n      .projects-grid {\n        grid-template-columns: 1fr;\n        gap: 1.4rem;\n        padding: 0 1rem 2rem;\n      }\n      .page-header { padding: 2rem 1rem 1.2rem; }\n    }\n  <\/style>\n\n\n\n<header class=\"page-header\">\n  <span class=\"label\">R\u00e9alisations<\/span>\n  <h1>Projets<\/h1>\n<\/header>\n\n<div class=\"projects-grid\">\n\n  <!-- BORIE \u2014 photo couverture r\u00e9elle sans texte, cadre travertin -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/borie\/\" class=\"project-card project-card--borie\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"https:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/RUE_BORIE_BORDEAUX_WEB_08-1024x683.jpg\" alt=\"D\u00e9coration appartement loft 127m\u00b2 rue Borie Bordeaux \u2013 Vert Kaki\" loading=\"eager\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">Borie<\/span>\n      <span class=\"project-card__desc\">D\u00e9coration \u00b7 127 m\u00b2 \u00b7 Bordeaux \u00b7 2023<\/span>\n    <\/div>\n  <\/a>\n\n  <!-- MERIBEL \u2014 photo couverture r\u00e9elle sans texte, cadre vert kaki -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/meribel\/\" class=\"project-card project-card--meri\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"https:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/b56a5a02-af43-4afc-92cd-0eff7b067cd6.jpg\" alt=\"R\u00e9novation appartement haut de gamme M\u00e9ribel Savoie \u2013 Vert Kaki\" loading=\"lazy\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">M\u00e9ribel<\/span>\n      <span class=\"project-card__desc\">R\u00e9novation compl\u00e8te \u00b7 74 m\u00b2 \u00b7 Projet de dipl\u00f4me<\/span>\n    <\/div>\n  <\/a>\n\n  <!-- FERRET \u2014 photo couverture r\u00e9elle sans texte, cadre ocre dor\u00e9 -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/tdesign-architecture\/\" class=\"project-card project-card--ferret\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"https:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/cheminee1_Orangers_perspective_Tdesignarchitecture-frederic-Thet-1024x683.jpg\" alt=\"Chemin\u00e9e sur mesure Cap Ferret TDesign Architecture \u2013 Vert Kaki\" loading=\"lazy\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">Ferret<\/span>\n      <span class=\"project-card__desc\">Dessins techniques \u00b7 Cap Ferret \u00b7 TDesign Architecture<\/span>\n    <\/div>\n  <\/a>\n\n  <!-- PEREL \u2014 photo couverture r\u00e9elle sans texte, cadre sauge -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/perel\/\" class=\"project-card project-card--perel\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"http:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/Image1_000.jpg\" alt=\"Biblioth\u00e8que escalier sur mesure Dordogne, vue lointaine \u2013 Vert Kaki\" loading=\"lazy\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">P\u00e9rel<\/span>\n      <span class=\"project-card__desc\">Biblioth\u00e8que escalier sur mesure \u00b7 Dordogne \u00b7 2026<\/span>\n    <\/div>\n  <\/a>\n\n  <!-- BOW \u2014 photo couverture r\u00e9elle sans texte, cadre terre cuite -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/bow\/\" class=\"project-card project-card--bow\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"http:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/ca5ac8f1-14e6-490a-b3df-c4c71f3281d7.png\" alt=\"Direction artistique restaurant Bow Bordeaux \u2013 Vert Kaki\" loading=\"lazy\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">Bow<\/span>\n      <span class=\"project-card__desc\">Direction artistique \u00b7 Restaurant \u00b7 Bordeaux<\/span>\n    <\/div>\n  <\/a>\n\n  <!-- CR\u00c9QUI \u2014 photo couverture r\u00e9elle sans texte, cadre bleu nuit -->\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/crequi\/\" class=\"project-card project-card--crequi\">\n    <div class=\"project-card__img-wrap\">\n      <img decoding=\"async\" src=\"http:\/\/vertkaki.fr\/wp-content\/uploads\/2026\/06\/Image6-1.jpg\" alt=\"D\u00e9coration appartement m\u00e9diterran\u00e9en Lyon, cuisine \u2013 Vert Kaki\" loading=\"lazy\">\n    <\/div>\n    <div class=\"project-card__info\">\n      <span class=\"project-card__name\">Cr\u00e9qui<\/span>\n      <span class=\"project-card__desc\">D\u00e9coration m\u00e9diterran\u00e9enne \u00b7 50 m\u00b2 \u00b7 Lyon \u00b7 2024<\/span>\n    <\/div>\n  <\/a>\n\n<\/div>\n\n<div class=\"cta-band\">\n  <a href=\"https:\/\/vertkaki.fr\/index.php\/contact\/\">Un projet en t\u00eate ? Parlons-en.<\/a>\n<\/div>\n\n<p class=\"seo-footer\">\n  Vert Kaki \u2013 R\u00e9alisations en <strong>architecture d&rsquo;int\u00e9rieur et d\u00e9coration<\/strong> par Astrid Burrot \u00e0 <strong>Bordeaux<\/strong>. Projets : r\u00e9novation compl\u00e8te, d\u00e9coration d&rsquo;appartement sur mesure, mobilier sur mesure, dessins techniques, direction artistique. Bordeaux, Dordogne, Lyon, M\u00e9ribel.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Projets \u2013 R\u00e9alisations en architecture d&rsquo;int\u00e9rieur &amp; d\u00e9coration | Vert Kaki Bordeaux R\u00e9alisations Projets Borie D\u00e9coration \u00b7 127 m\u00b2 \u00b7 Bordeaux \u00b7 2023 M\u00e9ribel R\u00e9novation compl\u00e8te \u00b7 74 m\u00b2 \u00b7 Projet de dipl\u00f4me Ferret Dessins techniques \u00b7 Cap Ferret \u00b7 TDesign Architecture P\u00e9rel Biblioth\u00e8que escalier sur mesure \u00b7 Dordogne \u00b7 2026 Bow Direction artistique \u00b7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-63","page","type-page","status-publish","hentry"],"blocksy_meta":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin6621","author_link":"https:\/\/vertkaki.fr\/index.php\/author\/admin6621\/"},"uagb_comment_info":0,"uagb_excerpt":"Projets \u2013 R\u00e9alisations en architecture d&rsquo;int\u00e9rieur &amp; d\u00e9coration | Vert Kaki Bordeaux R\u00e9alisations Projets Borie D\u00e9coration \u00b7 127 m\u00b2 \u00b7 Bordeaux \u00b7 2023 M\u00e9ribel R\u00e9novation compl\u00e8te \u00b7 74 m\u00b2 \u00b7 Projet de dipl\u00f4me Ferret Dessins techniques \u00b7 Cap Ferret \u00b7 TDesign Architecture P\u00e9rel Biblioth\u00e8que escalier sur mesure \u00b7 Dordogne \u00b7 2026 Bow Direction artistique \u00b7\u2026","_links":{"self":[{"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":20,"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":489,"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/pages\/63\/revisions\/489"}],"wp:attachment":[{"href":"https:\/\/vertkaki.fr\/index.php\/wp-json\/wp\/v2\/media?parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}