{"id":757,"date":"2026-03-25T13:49:34","date_gmt":"2026-03-25T12:49:34","guid":{"rendered":"https:\/\/sybillemarvin.com\/?p=757"},"modified":"2026-04-17T13:21:26","modified_gmt":"2026-04-17T11:21:26","slug":"atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026","status":"publish","type":"post","link":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/","title":{"rendered":"Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026<\/title>\n<meta name=\"description\" content=\"Journ\u00e9e d'atelier d'\u00e9criture \u00ab Lib\u00e9rez votre plume \u00bb au Ch\u00e2teau des P\u00e8res pr\u00e8s de Rennes le 25 avril 2026. Anim\u00e9 par la romanci\u00e8re Sybille Marvin. Inscrivez-vous !\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,500&#038;family=Raleway:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --cream: #F4FAFA;\n    --warm-white: #FAFEFE;\n    --ink: #0D2E32;\n    --ink-light: #2E5A60;\n    --gold: #008CA0;\n    --gold-soft: #7DD4DF;\n    --gold-bg: #D6F0F4;\n    --sage: #E169B4;\n    --sage-light: #FCEAF6;\n    --terracotta: #E169B4;\n    --border: #B8E0E6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Raleway', sans-serif;\n    background: var(--cream);\n    color: var(--ink);\n    line-height: 1.75;\n    font-size: 16px;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .article-container {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 40px 24px 80px;\n  }\n\n  \/* =============================================\n     ENCART FLOTTANT \u2014 SUIT LE SCROLL (DESKTOP)\n     Positionn\u00e9 \u00e0 droite, centr\u00e9 verticalement\n     ============================================= *\/\n\n  .float-card {\n    position: fixed;\n    top: 50%;\n    right: 32px;\n    transform: translateY(-50%) translateX(calc(100% + 50px));\n    z-index: 200;\n    width: 238px;\n    background: linear-gradient(160deg, #003E47 0%, #005F6E 100%);\n    border: 1px solid var(--gold);\n    border-radius: 14px;\n    box-shadow:\n      0 24px 60px rgba(0,140,160,0.28),\n      0 0 0 1px rgba(0,140,160,0.12),\n      inset 0 1px 0 rgba(255,255,255,0.07);\n    overflow: hidden;\n    transition: transform 0.55s cubic-bezier(0.34, 1.4, 0.64, 1),\n                box-shadow 0.3s ease;\n  }\n\n  .float-card.visible {\n    transform: translateY(-50%) translateX(0);\n  }\n\n  .float-card:hover {\n    box-shadow:\n      0 32px 80px rgba(0,140,160,0.35),\n      0 0 0 1px rgba(0,140,160,0.28),\n      inset 0 1px 0 rgba(255,255,255,0.1);\n  }\n\n  \/* Bandeau dor\u00e9 sup\u00e9rieur *\/\n  .float-ribbon {\n    background: var(--gold);\n    padding: 9px 16px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .float-ribbon-label {\n    font-family: 'Raleway', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--ink);\n  }\n\n  .float-ribbon-dot {\n    width: 8px;\n    height: 8px;\n    background: #E169B4;\n    border-radius: 50%;\n    animation: blink 2.2s ease-in-out infinite;\n  }\n\n  @keyframes blink {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.5; transform: scale(0.8); }\n  }\n\n  \/* Corps *\/\n  .float-body {\n    padding: 20px 18px 22px;\n  }\n\n  .float-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--gold-soft);\n    line-height: 1.3;\n    margin-bottom: 3px;\n  }\n\n  .float-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 0.88rem;\n    color: rgba(255,255,255,0.45);\n    margin-bottom: 15px;\n  }\n\n  .float-sep {\n    height: 1px;\n    background: linear-gradient(to right, rgba(201,168,76,0.5), transparent);\n    margin-bottom: 15px;\n  }\n\n  .float-infos {\n    display: flex;\n    flex-direction: column;\n    gap: 9px;\n    margin-bottom: 18px;\n  }\n\n  .float-info-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n  }\n\n  .float-info-icon {\n    font-size: 13px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .float-info-text {\n    font-size: 12.5px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.45;\n  }\n\n  \/* Bloc prix *\/\n  .float-price-block {\n    background: rgba(0,140,160,0.12);\n    border: 1px solid rgba(0,140,160,0.25);\n    border-radius: 9px;\n    padding: 12px 14px;\n    margin-bottom: 15px;\n    text-align: center;\n  }\n\n  .float-price-eyebrow {\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .float-price-row {\n    display: flex;\n    align-items: baseline;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .float-price-main {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.4rem;\n    font-weight: 700;\n    color: var(--gold);\n    line-height: 1;\n  }\n\n  .float-price-old {\n    font-size: 13px;\n    color: rgba(255,255,255,0.28);\n    text-decoration: line-through;\n  }\n\n  .float-price-tag {\n    font-size: 10.5px;\n    color: var(--terracotta);\n    font-weight: 600;\n    margin-top: 5px;\n    display: block;\n  }\n\n  \/* Bouton principal *\/\n  .float-btn {\n    display: block;\n    background: var(--gold);\n    color: var(--ink);\n    text-align: center;\n    text-decoration: none;\n    font-family: 'Raleway', sans-serif;\n    font-weight: 700;\n    font-size: 11.5px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 13px 14px;\n    border-radius: 7px;\n    margin-bottom: 10px;\n    position: relative;\n    overflow: hidden;\n    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n  }\n\n  .float-btn::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);\n    transform: translateX(-100%);\n    transition: transform 0.55s ease;\n  }\n\n  .float-btn:hover {\n    background: #00A8C0;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 26px rgba(0,140,160,0.5);\n  }\n\n  .float-btn:hover::after {\n    transform: translateX(100%);\n  }\n\n  .float-email {\n    display: block;\n    text-align: center;\n    font-size: 10.5px;\n    color: rgba(255,255,255,0.28);\n    letter-spacing: 0.3px;\n  }\n\n  \/* Bouton \u2715 fermer *\/\n  .float-close {\n    position: absolute;\n    top: 8px;\n    right: 10px;\n    background: rgba(0,0,0,0.25);\n    border: none;\n    color: rgba(255,255,255,0.55);\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    font-size: 15px;\n    line-height: 22px;\n    text-align: center;\n    cursor: pointer;\n    display: none;\n    transition: background 0.2s, color 0.2s;\n  }\n\n  .float-card.visible .float-close {\n    display: block;\n  }\n\n  .float-close:hover {\n    background: rgba(193,122,86,0.55);\n    color: #fff;\n  }\n\n  \/* Onglet \"R\u00e9server\" qui r\u00e9appara\u00eet quand la carte est ferm\u00e9e *\/\n  .float-tab {\n    position: fixed;\n    top: 50%;\n    right: 0;\n    transform: translateY(-50%) translateX(100%);\n    z-index: 198;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    background: var(--gold);\n    color: var(--ink);\n    font-family: 'Raleway', sans-serif;\n    font-weight: 700;\n    font-size: 11px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 20px 11px;\n    border-radius: 10px 0 0 10px;\n    cursor: pointer;\n    border: none;\n    box-shadow: -4px 0 18px rgba(44,36,24,0.18);\n    transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), background 0.2s;\n  }\n\n  .float-tab.visible {\n    transform: translateY(-50%) translateX(0);\n  }\n\n  .float-tab.hidden-tab {\n    display: none;\n  }\n\n  .float-tab:hover {\n    background: #00A8C0;\n  }\n\n  \/* =============================================\n     RESPONSIVE \u2014 MOBILE : bandeau bas\n     ============================================= *\/\n  @media (max-width: 860px) {\n    .float-card {\n      width: 100%;\n      top: auto;\n      bottom: 0;\n      right: 0;\n      left: 0;\n      transform: translateY(100%);\n      border-radius: 16px 16px 0 0;\n      border-bottom: none;\n      border-left: none;\n      border-right: none;\n    }\n    .float-card.visible {\n      transform: translateY(0);\n    }\n    .float-ribbon { padding: 8px 16px; }\n    .float-body {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 14px 16px calc(14px + env(safe-area-inset-bottom));\n      flex-wrap: wrap;\n    }\n    .float-title { font-size: 0.95rem; }\n    .float-sub, .float-sep, .float-infos, .float-email { display: none; }\n    .float-price-block { margin-bottom: 0; padding: 8px 12px; flex-shrink: 0; }\n    .float-price-main { font-size: 1.7rem; }\n    .float-price-tag { display: none; }\n    .float-btn { margin-bottom: 0; flex: 1; min-width: 140px; }\n    .float-tab { display: none; }\n    body { padding-bottom: 90px; }\n  }\n\n  \/* =============================================\n     PAGE \u2014 styles originaux\n     ============================================= *\/\n  .hero {\n    text-align: center;\n    padding: 60px 20px 50px;\n    position: relative;\n  }\n  .hero::before {\n    content: '\u2726';\n    display: block;\n    font-size: 18px;\n    color: var(--gold);\n    letter-spacing: 12px;\n    margin-bottom: 28px;\n  }\n  .hero-overline {\n    font-weight: 500;\n    font-size: 12px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--terracotta);\n    margin-bottom: 20px;\n  }\n  h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 5vw, 3rem);\n    font-weight: 600;\n    line-height: 1.2;\n    color: var(--ink);\n    margin-bottom: 16px;\n  }\n  .hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--ink-light);\n    margin-bottom: 24px;\n  }\n  .hero-date {\n    display: inline-block;\n    font-weight: 500;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold);\n    border: 1.5px solid var(--gold-soft);\n    padding: 10px 28px;\n    border-radius: 2px;\n  }\n  .divider { width: 60px; height: 1px; background: var(--gold); margin: 44px auto; }\n  .intro { text-align: center; max-width: 600px; margin: 0 auto 48px; }\n  .intro-lines {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.3rem;\n    font-style: italic;\n    color: var(--ink-light);\n    line-height: 2;\n    margin-bottom: 24px;\n  }\n  .intro-lines span { display: block; }\n  h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.6rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 18px;\n    position: relative;\n    padding-left: 20px;\n  }\n  h2::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 6px;\n    width: 4px; height: 24px;\n    background: var(--gold);\n    border-radius: 2px;\n  }\n  .section { margin-bottom: 44px; }\n  .section p { font-size: 15.5px; color: var(--ink-light); margin-bottom: 16px; font-weight: 400; line-height: 1.85; }\n  .highlight-box {\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--gold);\n    padding: 28px 32px;\n    margin: 36px 0;\n    border-radius: 0 6px 6px 0;\n  }\n  .highlight-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; }\n  .highlight-box ul { list-style: none; padding: 0; }\n  .highlight-box ul li { font-size: 14.5px; color: var(--ink-light); padding: 5px 0 5px 18px; position: relative; }\n  .highlight-box ul li::before { content: '\u2014'; position: absolute; left: 0; color: var(--gold); font-weight: 600; }\n  .programme {\n    background: linear-gradient(135deg, var(--warm-white), var(--gold-bg) 60%);\n    border: 1px solid var(--gold-soft);\n    border-radius: 8px;\n    padding: 36px 32px;\n    margin: 40px 0;\n  }\n  .programme h2 { text-align: center; padding-left: 0; margin-bottom: 8px; }\n  .programme h2::before { display: none; }\n  .programme-subtitle { text-align: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.15rem; color: var(--ink-light); margin-bottom: 28px; }\n  .timeline { position: relative; padding-left: 24px; border-left: 2px solid var(--gold-soft); }\n  .timeline-item { position: relative; padding: 10px 0 10px 20px; }\n  .timeline-item::before { content: ''; position: absolute; left: -30px; top: 17px; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; border: 2px solid var(--warm-white); }\n  .timeline-time { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1px; color: var(--terracotta); }\n  .timeline-desc { font-size: 15px; color: var(--ink-light); margin-top: 2px; }\n  .timeline-item.break .timeline-desc { font-style: italic; }\n  .pricing { display: flex; gap: 20px; margin: 36px 0; flex-wrap: wrap; }\n  .price-card { flex: 1; min-width: 240px; background: var(--warm-white); border: 1px solid var(--border); border-radius: 8px; padding: 28px 24px; text-align: center; }\n  .price-card.featured { border-color: var(--gold); background: linear-gradient(to bottom, var(--gold-bg), var(--warm-white)); position: relative; }\n  .price-card.featured::after { content: '3 premi\u00e8res places'; position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--terracotta); color: white; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 3px 14px; border-radius: 20px; white-space: nowrap; }\n  .price-label { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; color: var(--ink-light); margin-bottom: 8px; }\n  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 700; color: var(--ink); }\n  .price-amount span { font-size: 1.2rem; font-weight: 400; color: var(--ink-light); }\n  .includes { margin: 32px 0; padding: 24px 28px; background: var(--sage-light); border-radius: 8px; }\n  .includes h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 700; color: var(--sage); margin-bottom: 14px; }\n  .includes ul { list-style: none; padding: 0; }\n  .includes ul li { font-size: 14.5px; color: var(--ink-light); padding: 4px 0 4px 26px; position: relative; }\n  .includes ul li::before { content: '\u2713'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }\n  .location-box { background: var(--warm-white); border: 1px solid var(--border); border-radius: 8px; padding: 28px; margin: 36px 0; text-align: center; }\n  .location-box .pin { font-size: 28px; margin-bottom: 10px; }\n  .location-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }\n  .location-box p { font-size: 14px; color: var(--ink-light); }\n  .location-box a { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 500; color: var(--terracotta); text-decoration: none; border-bottom: 1px solid var(--terracotta); transition: opacity .2s; }\n  .location-box a:hover { opacity: .7; }\n  .cta { text-align: center; margin: 52px 0 20px; padding: 48px 24px; background: linear-gradient(135deg, #003E47 0%, #005F6E 100%); border-radius: 10px; }\n  .cta h2 { color: var(--gold-soft); padding-left: 0; margin-bottom: 12px; }\n  .cta h2::before { display: none; }\n  .cta p { color: rgba(255,255,255,0.65); font-size: 15px; margin-bottom: 24px; }\n  .cta-btn { display: inline-block; background: var(--gold); color: #fff; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; padding: 14px 36px; border-radius: 3px; transition: transform .2s, box-shadow .2s; }\n  .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.35); }\n  .cta-email { display: block; margin-top: 14px; color: rgba(255,255,255,0.5); font-size: 13px; }\n  .seo-ref { margin-top: 60px; padding: 28px; background: #f0ece5; border: 1px dashed var(--border); border-radius: 6px; font-size: 13px; color: var(--ink-light); }\n  .seo-ref h4 { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 14px; }\n  .seo-ref p { margin-bottom: 8px; }\n  .seo-ref strong { color: var(--ink); }\n\n  @media (max-width: 600px) {\n    .article-container { padding: 24px 16px 60px; }\n    .hero { padding: 40px 10px 36px; }\n    .programme { padding: 28px 18px; }\n    .pricing { flex-direction: column; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- =============================================\n     ONGLET D\u00c9CLENCHEUR (desktop)\n     R\u00e9appara\u00eet si l'encart est ferm\u00e9\n     ============================================= -->\n<button class=\"float-tab hidden-tab\" id=\"floatTab\" aria-label=\"R\u00e9server une place\">\n  R\u00e9server\n<\/button>\n\n<!-- =============================================\n     ENCART FLOTTANT \u2014 SUIT LE SCROLL\n     ============================================= -->\n<div class=\"float-card\" id=\"floatCard\" role=\"complementary\" aria-label=\"Encart r\u00e9servation\">\n\n  <button class=\"float-close\" id=\"floatClose\" aria-label=\"Fermer\">\u00d7<\/button>\n\n  <!-- Bandeau -->\n  <div class=\"float-ribbon\">\n    <span class=\"float-ribbon-label\">Places limit\u00e9es<\/span>\n    <span class=\"float-ribbon-dot\"><\/span>\n  <\/div>\n\n  <!-- Corps -->\n  <div class=\"float-body\">\n\n    <div>\n      <p class=\"float-title\">Lib\u00e9rez votre plume<\/p>\n      <p class=\"float-sub\">avec Sybille Marvin<\/p>\n    <\/div>\n\n    <div class=\"float-sep\"><\/div>\n\n    <div class=\"float-infos\">\n      <div class=\"float-info-row\">\n        <span class=\"float-info-icon\">\ud83d\udcc5<\/span>\n        <span class=\"float-info-text\">Samedi 25 avril 2026<br>9h15 \u2013 18h30<\/span>\n      <\/div>\n      <div class=\"float-info-row\">\n        <span class=\"float-info-icon\">\ud83d\udccd<\/span>\n        <span class=\"float-info-text\">Ch\u00e2teau des P\u00e8res<br>Pir\u00e9-Chanc\u00e9 (35)<\/span>\n      <\/div>\n      <div class=\"float-info-row\">\n        <span class=\"float-info-icon\">\u2615<\/span>\n        <span class=\"float-info-text\">Caf\u00e9 &amp; d\u00e9jeuner inclus<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"float-price-block\">\n      <span class=\"float-price-eyebrow\">Prix de lancement<\/span>\n      <div class=\"float-price-row\">\n        <span class=\"float-price-main\">185 \u20ac<\/span>\n        <span class=\"float-price-old\">200 \u20ac<\/span>\n      <\/div>\n      <span class=\"float-price-tag\">3 premi\u00e8res places seulement<\/span>\n    <\/div>\n\n    <a href=\"mailto:sybillemarvin@gmail.com?subject=Inscription atelier \u00e9criture 25 avril 2026\"\n       class=\"float-btn\">\u2709 S&rsquo;inscrire maintenant<\/a>\n\n    <span class=\"float-email\">sybillemarvin@gmail.com<\/span>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  const card     = document.getElementById('floatCard');\n  const closeBtn = document.getElementById('floatClose');\n  const tab      = document.getElementById('floatTab');\n  let dismissed  = false;\n\n  \/* Affichage au scroll *\/\n  window.addEventListener('scroll', function () {\n    if (dismissed) return;\n    if (window.scrollY > 300) {\n      card.classList.add('visible');\n    } else {\n      card.classList.remove('visible');\n    }\n  }, { passive: true });\n\n  \/* Fermeture *\/\n  closeBtn.addEventListener('click', function () {\n    dismissed = true;\n    card.classList.remove('visible');\n    if (window.innerWidth > 860) {\n      tab.classList.remove('hidden-tab');\n      \/\/ Petit d\u00e9lai pour que la transition soit visible\n      requestAnimationFrame(function () {\n        tab.classList.add('visible');\n      });\n    }\n  });\n\n  \/* R\u00e9ouverture via l'onglet *\/\n  tab.addEventListener('click', function () {\n    dismissed = false;\n    tab.classList.remove('visible');\n    tab.classList.add('hidden-tab');\n    card.classList.add('visible');\n  });\n})();\n<\/script>\n\n<!-- =============================================\n     CONTENU DE LA PAGE (inchang\u00e9)\n     ============================================= -->\n<article class=\"article-container\">\n\n  <header class=\"hero\">\n    <p class=\"hero-overline\">Atelier d&rsquo;\u00e9criture en Bretagne<\/p>\n    <h1>Offrez-vous une journ\u00e9e d&rsquo;\u00e9criture<br>au Ch\u00e2teau des P\u00e8res<\/h1>\n    <p class=\"hero-subtitle\">avec la romanci\u00e8re Sybille Marvin<\/p>\n    <p class=\"hero-date\">Samedi 25 avril 2026 \u00b7 9h15 \u2013 18h30<\/p>\n  <\/header>\n\n  <div class=\"divider\"><\/div>\n\n  <div class=\"intro\">\n    <div class=\"intro-lines\">\n      <span>Et si les mots devenaient votre terrain de jeu ?<\/span>\n      <span>Une page blanche. Une id\u00e9e.<\/span>\n      <span>Et soudain\u2026 une histoire.<\/span>\n    <\/div>\n  <\/div>\n\n  <section class=\"section\">\n    <h2>Osez d\u00e9passer la peur de la page blanche<\/h2>\n    <p>Dans un lieu inspir\u00e9 et inspirant, osez enfin lib\u00e9rer votre plume au Ch\u00e2teau des P\u00e8res, un havre de paix dont le parc de sculptures ne pourra que vous souffler les premiers mots qui s&rsquo;inscriront sur votre carnet.<\/p>\n    <p>\u00c9crire n\u00e9cessite un espace, sortir de son quotidien et de ses obligations afin de s&rsquo;y consacrer pleinement.<\/p>\n    <p>Cet atelier vous propose une immersion d&rsquo;une journ\u00e9e dans un cadre privil\u00e9gi\u00e9 alliant nature, culture et art. Ce lieu permettra \u00e0 chacun\u00b7e d&rsquo;acc\u00e9der \u00e0 sa voix int\u00e9rieure, d&rsquo;exprimer sa cr\u00e9ativit\u00e9 gr\u00e2ce \u00e0 des sessions d&rsquo;\u00e9criture en groupe et en solitaire, \u00e0 des temps d&rsquo;interactions, des conseils d&rsquo;\u00e9criture, des lectures \u00e0 voix haute et des \u00e9changes avec l&rsquo;\u00e9crivaine Sybille Marvin, autrice de 5 romans, 1 biographie romanc\u00e9e et 1 album jeunesse.<\/p>\n  <\/section>\n\n  <div class=\"highlight-box\">\n    <h3>Objectifs de la journ\u00e9e<\/h3>\n    <ul>\n      <li>Pratiquer l&rsquo;\u00e9criture dans un lieu cultivant l&rsquo;art, la beaut\u00e9 et la nature<\/li>\n      <li>\u00c9changer autour de la lecture et de l&rsquo;\u00e9criture<\/li>\n      <li>D\u00e9couvrir les rituels et astuces d&rsquo;\u00e9criture de Sybille Marvin<\/li>\n    <\/ul>\n    <br>\n    <p style=\"font-size:13px;color:var(--ink-light);font-style:italic;margin:0;\">Public : adultes, tous niveaux \u2013 aucun pr\u00e9requis n\u00e9cessaire.<\/p>\n  <\/div>\n\n  <div class=\"programme\">\n    <h2>Programme de la journ\u00e9e<\/h2>\n    <p class=\"programme-subtitle\">\u00ab Lib\u00e9rez votre plume \u00bb<\/p>\n    <div class=\"timeline\">\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">9h15<\/span>\n        <p class=\"timeline-desc\">Accueil au Ch\u00e2teau des P\u00e8res \u2013 salle \u00ab Caf\u00e9 des Arts \u00bb, visite des lieux<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">9h45<\/span>\n        <p class=\"timeline-desc\">Atelier d&rsquo;\u00e9criture en groupe<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">10h30<\/span>\n        <p class=\"timeline-desc\">\u00c9criture en solitaire<\/p>\n      <\/div>\n      <div class=\"timeline-item break\">\n        <span class=\"timeline-time\">12h45<\/span>\n        <p class=\"timeline-desc\">D\u00e9jeuner au ReP\u00e8re (formule Buffet) \u2013 temps libre<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">14h00<\/span>\n        <p class=\"timeline-desc\">Atelier d&rsquo;\u00e9criture en groupe<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">15h00<\/span>\n        <p class=\"timeline-desc\">\u00c9criture en solitaire<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <span class=\"timeline-time\">18h00<\/span>\n        <p class=\"timeline-desc\">Cl\u00f4ture de la journ\u00e9e<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <section class=\"section\">\n    <h2>Tarifs<\/h2>\n    <div class=\"pricing\">\n      <div class=\"price-card featured\">\n        <p class=\"price-label\">Prix de lancement<\/p>\n        <p class=\"price-amount\">185<span> \u20ac<\/span><\/p>\n      <\/div>\n      <div class=\"price-card\">\n        <p class=\"price-label\">Tarif plein<\/p>\n        <p class=\"price-amount\">200<span> \u20ac<\/span><\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"includes\">\n    <h3>Le prix comprend<\/h3>\n    <ul>\n      <li>La journ\u00e9e compl\u00e8te d&rsquo;ateliers d&rsquo;\u00e9criture<\/li>\n      <li>Le caf\u00e9 de bienvenue<\/li>\n      <li>Le d\u00e9jeuner en groupe au ReP\u00e8re (formule Buffet, eau &amp; boissons chaudes incluses)<\/li>\n      <li>La pause boissons en continu<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"location-box\">\n    <div class=\"pin\">\ud83d\udccd<\/div>\n    <h3>Ch\u00e2teau des P\u00e8res<\/h3>\n    <p>Au sud de Rennes<\/p>\n    <p>Le Ch\u00e2teau de Pir\u00e9, 35150 Pir\u00e9-Chanc\u00e9<\/p>\n    <a href=\"https:\/\/www.google.com\/maps\/search\/Ch\u00e2teau+des+P\u00e8res+Pir\u00e9-Chanc\u00e9\" target=\"_blank\" rel=\"noopener\">Voir sur Google Maps \u2192<\/a>\n  <\/div>\n\n  <div class=\"cta\">\n    <h2>R\u00e9servez votre place<\/h2>\n    <p>Places limit\u00e9es \u2013 inscrivez-vous d\u00e8s maintenant<\/p>\n    <a href=\"mailto:sybillemarvin@gmail.com?subject=Inscription atelier \u00e9criture 25 avril 2026\" class=\"cta-btn\">S&rsquo;inscrire par e-mail<\/a>\n    <span class=\"cta-email\">sybillemarvin@gmail.com<\/span>\n  <\/div>\n\n  <div class=\"seo-ref\">\n    <h4>M\u00e9mo SEO WordPress<\/h4>\n    <p><strong>Titre SEO :<\/strong> Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026<\/p>\n    <p><strong>Slug :<\/strong> atelier-ecriture-chateau-des-peres-sybille-marvin-avril-2026<\/p>\n    <p><strong>M\u00e9ta description :<\/strong> Journ\u00e9e d&rsquo;atelier d&rsquo;\u00e9criture \u00ab Lib\u00e9rez votre plume \u00bb au Ch\u00e2teau des P\u00e8res pr\u00e8s de Rennes le 25 avril 2026. Anim\u00e9 par la romanci\u00e8re Sybille Marvin. Inscrivez-vous !<\/p>\n    <p><strong>Mots-cl\u00e9s principaux :<\/strong> atelier d&rsquo;\u00e9criture Rennes, atelier \u00e9criture Ch\u00e2teau des P\u00e8res, Sybille Marvin atelier, stage \u00e9criture Bretagne<\/p>\n    <p><strong>Mots-cl\u00e9s longue tra\u00eene :<\/strong> lib\u00e9rer sa plume, journ\u00e9e \u00e9criture cr\u00e9ative, vaincre la page blanche, atelier litt\u00e9raire pr\u00e8s de Rennes<\/p>\n  <\/div>\n\n<\/article>\n<\/body>\n<\/html>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"819\" height=\"1024\" data-id=\"751\" src=\"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1-819x1024.jpeg\" alt=\"\" class=\"wp-image-751\" srcset=\"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1-819x1024.jpeg 819w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1-240x300.jpeg 240w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1-768x960.jpeg 768w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1-600x750.jpeg 600w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg 1080w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"819\" height=\"1024\" data-id=\"753\" src=\"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2-819x1024.jpeg\" alt=\"\" class=\"wp-image-753\" srcset=\"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2-819x1024.jpeg 819w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2-240x300.jpeg 240w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2-768x960.jpeg 768w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2-600x750.jpeg 600w, https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image2.jpeg 1080w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/><\/figure>\n<\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Journ\u00e9e d&rsquo;atelier d&rsquo;\u00e9criture \u00ab\u00a0Lib\u00e9rez votre plume\u00a0\u00bb au Ch\u00e2teau des P\u00e8res pr\u00e8s de Rennes le 25 avril 2026. Anim\u00e9 par la romanci\u00e8re Sybille Marvin. Inscrivez-vous !<\/p>\n","protected":false},"author":2,"featured_media":751,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-757","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Atelier d&#039;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Atelier d&#039;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin\" \/>\n<meta property=\"og:description\" content=\"Journ\u00e9e d&#039;atelier d&#039;\u00e9criture &quot;Lib\u00e9rez votre plume&quot; au Ch\u00e2teau des P\u00e8res pr\u00e8s de Rennes le 25 avril 2026. Anim\u00e9 par la romanci\u00e8re Sybille Marvin. Inscrivez-vous !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Sybille Marvin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Sybille-Marvin\/pfbid0RmhxE8VKfphhY3YttAS7QKAtqhbfSNSvVz1U761sS4WK4gnhRzLCUJa9GxmBU79ul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-25T12:49:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T11:21:26+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"LAURA PAVAN\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"LAURA PAVAN\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/\"},\"author\":{\"name\":\"LAURA PAVAN\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#\\\/schema\\\/person\\\/e83b190f7bc31d2b95ca7151529771b0\"},\"headline\":\"Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026\",\"datePublished\":\"2026-03-25T12:49:34+00:00\",\"dateModified\":\"2026-04-17T11:21:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/\"},\"wordCount\":534,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/image1.jpeg\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/\",\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/\",\"name\":\"Atelier d'\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/image1.jpeg\",\"datePublished\":\"2026-03-25T12:49:34+00:00\",\"dateModified\":\"2026-04-17T11:21:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/image1.jpeg\",\"contentUrl\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/image1.jpeg\",\"width\":1080,\"height\":1350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/2026\\\/03\\\/25\\\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/sybillemarvin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#website\",\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/\",\"name\":\"Sybille Marvin\",\"description\":\"Autrice\",\"publisher\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sybillemarvin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#organization\",\"name\":\"Sybille Marvin\",\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/DALL\u00b7E-2024-06-05-17.27.58-Create-a-logo-for-a-novelist-named-Sybille-Marvin.-The-design-should-be-elegant-and-literary-incorporating-elements-such-as-a-quill-pen-an-open-book.webp\",\"contentUrl\":\"https:\\\/\\\/sybillemarvin.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/DALL\u00b7E-2024-06-05-17.27.58-Create-a-logo-for-a-novelist-named-Sybille-Marvin.-The-design-should-be-elegant-and-literary-incorporating-elements-such-as-a-quill-pen-an-open-book.webp\",\"width\":1024,\"height\":1024,\"caption\":\"Sybille Marvin\"},\"image\":{\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/Sybille-Marvin\\\/pfbid0RmhxE8VKfphhY3YttAS7QKAtqhbfSNSvVz1U761sS4WK4gnhRzLCUJa9GxmBU79ul\\\/\",\"https:\\\/\\\/www.instagram.com\\\/sybillemarvin\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sybillemarvin.com\\\/#\\\/schema\\\/person\\\/e83b190f7bc31d2b95ca7151529771b0\",\"name\":\"LAURA PAVAN\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g\",\"caption\":\"LAURA PAVAN\"},\"url\":\"https:\\\/\\\/sybillemarvin.com\\\/index.php\\\/author\\\/kransiecomm\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Atelier d'\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/","og_locale":"fr_FR","og_type":"article","og_title":"Atelier d'\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin","og_description":"Journ\u00e9e d'atelier d'\u00e9criture \"Lib\u00e9rez votre plume\" au Ch\u00e2teau des P\u00e8res pr\u00e8s de Rennes le 25 avril 2026. Anim\u00e9 par la romanci\u00e8re Sybille Marvin. Inscrivez-vous !","og_url":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/","og_site_name":"Sybille Marvin","article_publisher":"https:\/\/www.facebook.com\/people\/Sybille-Marvin\/pfbid0RmhxE8VKfphhY3YttAS7QKAtqhbfSNSvVz1U761sS4WK4gnhRzLCUJa9GxmBU79ul\/","article_published_time":"2026-03-25T12:49:34+00:00","article_modified_time":"2026-04-17T11:21:26+00:00","og_image":[{"width":1080,"height":1350,"url":"http:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","type":"image\/jpeg"}],"author":"LAURA PAVAN","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"LAURA PAVAN","Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#article","isPartOf":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/"},"author":{"name":"LAURA PAVAN","@id":"https:\/\/sybillemarvin.com\/#\/schema\/person\/e83b190f7bc31d2b95ca7151529771b0"},"headline":"Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026","datePublished":"2026-03-25T12:49:34+00:00","dateModified":"2026-04-17T11:21:26+00:00","mainEntityOfPage":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/"},"wordCount":534,"commentCount":0,"publisher":{"@id":"https:\/\/sybillemarvin.com\/#organization"},"image":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/","url":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/","name":"Atelier d'\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026 - Sybille Marvin","isPartOf":{"@id":"https:\/\/sybillemarvin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#primaryimage"},"image":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","datePublished":"2026-03-25T12:49:34+00:00","dateModified":"2026-04-17T11:21:26+00:00","breadcrumb":{"@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#primaryimage","url":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","contentUrl":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","width":1080,"height":1350},{"@type":"BreadcrumbList","@id":"https:\/\/sybillemarvin.com\/index.php\/2026\/03\/25\/atelier-decriture-au-chateau-des-peres-avec-sybille-marvin-25-avril-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/sybillemarvin.com\/"},{"@type":"ListItem","position":2,"name":"Atelier d&rsquo;\u00e9criture au Ch\u00e2teau des P\u00e8res avec Sybille Marvin \u2013 25 avril 2026"}]},{"@type":"WebSite","@id":"https:\/\/sybillemarvin.com\/#website","url":"https:\/\/sybillemarvin.com\/","name":"Sybille Marvin","description":"Autrice","publisher":{"@id":"https:\/\/sybillemarvin.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sybillemarvin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/sybillemarvin.com\/#organization","name":"Sybille Marvin","url":"https:\/\/sybillemarvin.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/sybillemarvin.com\/#\/schema\/logo\/image\/","url":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2024\/06\/DALL\u00b7E-2024-06-05-17.27.58-Create-a-logo-for-a-novelist-named-Sybille-Marvin.-The-design-should-be-elegant-and-literary-incorporating-elements-such-as-a-quill-pen-an-open-book.webp","contentUrl":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2024\/06\/DALL\u00b7E-2024-06-05-17.27.58-Create-a-logo-for-a-novelist-named-Sybille-Marvin.-The-design-should-be-elegant-and-literary-incorporating-elements-such-as-a-quill-pen-an-open-book.webp","width":1024,"height":1024,"caption":"Sybille Marvin"},"image":{"@id":"https:\/\/sybillemarvin.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Sybille-Marvin\/pfbid0RmhxE8VKfphhY3YttAS7QKAtqhbfSNSvVz1U761sS4WK4gnhRzLCUJa9GxmBU79ul\/","https:\/\/www.instagram.com\/sybillemarvin\/"]},{"@type":"Person","@id":"https:\/\/sybillemarvin.com\/#\/schema\/person\/e83b190f7bc31d2b95ca7151529771b0","name":"LAURA PAVAN","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/70fd6c7647d664e28936b5706417f59bc504fa3e201d5f5e269069b15c97dd29?s=96&d=mm&r=g","caption":"LAURA PAVAN"},"url":"https:\/\/sybillemarvin.com\/index.php\/author\/kransiecomm\/"}]}},"jetpack_featured_media_url":"https:\/\/sybillemarvin.com\/wp-content\/uploads\/2026\/03\/image1.jpeg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/posts\/757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/comments?post=757"}],"version-history":[{"count":7,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/posts\/757\/revisions"}],"predecessor-version":[{"id":774,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/posts\/757\/revisions\/774"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/media\/751"}],"wp:attachment":[{"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/media?parent=757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/categories?post=757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sybillemarvin.com\/index.php\/wp-json\/wp\/v2\/tags?post=757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}