{"id":24,"date":"2026-01-21T14:49:28","date_gmt":"2026-01-21T13:49:28","guid":{"rendered":"https:\/\/etudiant33.webuco.fr\/?page_id=24"},"modified":"2026-04-01T16:45:00","modified_gmt":"2026-04-01T14:45:00","slug":"infos-pratiques","status":"publish","type":"page","link":"https:\/\/etudiant33.webuco.fr\/index.php\/infos-pratiques\/","title":{"rendered":"Programmation"},"content":{"rendered":"\n<!-- BLOC PROGRAMME ATELIERS \u2014 \u00c0 coller dans WordPress via l'\u00e9diteur HTML (bloc \"HTML personnalis\u00e9\") -->\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');\n\n  .festival-prog {\n    --vert: #1D9E75;\n    --vert-light: #E1F5EE;\n    --vert-dark: #085041;\n    --violet: #7F77DD;\n    --violet-light: #EEEDFE;\n    --violet-dark: #3C3489;\n    --ambre: #BA7517;\n    --ambre-light: #FAEEDA;\n    --ambre-dark: #633806;\n    --corail: #D85A30;\n    --corail-light: #FAECE7;\n    --corail-dark: #712B13;\n    --texte: #1a1a18;\n    --texte-muted: #6b6b65;\n    --bg: #faf9f6;\n    --bg-card: #ffffff;\n    --border: rgba(0,0,0,0.09);\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg);\n    padding: 4rem 1.5rem;\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--texte);\n    box-sizing: border-box;\n  }\n\n  .festival-prog *, .festival-prog *::before, .festival-prog *::after {\n    box-sizing: border-box;\n  }\n\n  .festival-prog__header {\n    text-align: center;\n    margin-bottom: 3.5rem;\n  }\n\n  .festival-prog__eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--vert);\n    margin: 0 0 12px;\n  }\n\n  .festival-prog__title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 5vw, 52px);\n    font-weight: 400;\n    line-height: 1.1;\n    margin: 0 0 12px;\n    color: var(--texte);\n  }\n\n  .festival-prog__title em {\n    font-style: italic;\n    color: var(--vert);\n  }\n\n  .festival-prog__subtitle {\n    font-size: 14px;\n    color: var(--texte-muted);\n    font-weight: 300;\n    margin: 0;\n  }\n\n  .festival-prog__day {\n    margin-bottom: 2.5rem;\n  }\n\n  .festival-prog__day-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 1.25rem;\n  }\n\n  .festival-prog__day-label {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 500;\n    color: var(--texte);\n    white-space: nowrap;\n  }\n\n  .festival-prog__day-line {\n    flex: 1;\n    height: 0.5px;\n    background: var(--border);\n  }\n\n  .festival-prog__sessions {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .festival-prog__session {\n    display: grid;\n    grid-template-columns: 100px 1fr;\n    gap: 14px;\n    align-items: stretch;\n  }\n\n  .festival-prog__time {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-end;\n    padding-right: 14px;\n    border-right: 0.5px solid var(--border);\n  }\n\n  .festival-prog__time-start {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--texte);\n    line-height: 1;\n  }\n\n  .festival-prog__time-end {\n    font-size: 12px;\n    color: var(--texte-muted);\n    font-weight: 300;\n    margin-top: 2px;\n  }\n\n  .festival-prog__card {\n    background: var(--bg-card);\n    border: 0.5px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 18px;\n    border-left-width: 3px;\n    transition: transform 0.15s ease, box-shadow 0.15s ease;\n  }\n\n  .festival-prog__card:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n  }\n\n  .festival-prog__card--teal  { border-left-color: var(--vert); }\n  .festival-prog__card--purple { border-left-color: var(--violet); }\n  .festival-prog__card--amber  { border-left-color: var(--ambre); }\n  .festival-prog__card--coral  { border-left-color: var(--corail); }\n\n  .festival-prog__card-top {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 8px;\n  }\n\n  .festival-prog__card-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 500;\n    color: var(--texte);\n    margin: 0;\n    line-height: 1.2;\n  }\n\n  .festival-prog__card-duration {\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--texte-muted);\n    background: #f0efe9;\n    padding: 3px 8px;\n    border-radius: 20px;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  .festival-prog__card-artist {\n    font-size: 13px;\n    color: var(--texte-muted);\n    font-weight: 300;\n    font-style: italic;\n    margin: 0 0 10px;\n  }\n\n  .festival-prog__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 5px;\n  }\n\n  .festival-prog__badge {\n    font-size: 11px;\n    font-weight: 400;\n    padding: 3px 9px;\n    border-radius: 20px;\n  }\n\n  .festival-prog__badge--teal   { background: var(--vert-light);   color: var(--vert-dark); }\n  .festival-prog__badge--purple { background: var(--violet-light);  color: var(--violet-dark); }\n  .festival-prog__badge--amber  { background: var(--ambre-light);   color: var(--ambre-dark); }\n  .festival-prog__badge--coral  { background: var(--corail-light);  color: var(--corail-dark); }\n  .festival-prog__badge--gray   { background: #eeede7; color: #5a5a54; }\n\n  .festival-prog__legend {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-top: 2.5rem;\n    padding-top: 1.5rem;\n    border-top: 0.5px solid var(--border);\n    justify-content: center;\n  }\n\n  .festival-prog__legend-item {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 12px;\n    color: var(--texte-muted);\n    font-weight: 300;\n  }\n\n  .festival-prog__legend-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .festival-prog__note {\n    text-align: center;\n    font-size: 12px;\n    color: var(--texte-muted);\n    margin-top: 1.25rem;\n    font-style: italic;\n    font-weight: 300;\n  }\n\n  @media (max-width: 520px) {\n    .festival-prog__session {\n      grid-template-columns: 76px 1fr;\n      gap: 10px;\n    }\n    .festival-prog__time-start { font-size: 13px; }\n    .festival-prog__card-name { font-size: 16px; }\n    .festival-prog { padding: 2.5rem 1rem; }\n  }\n<\/style>\n\n<div class=\"festival-prog\">\n\n  <div class=\"festival-prog__header\">\n    <p class=\"festival-prog__eyebrow\">Programme<\/p>\n    <h2 class=\"festival-prog__title\">Nos Ateliers <em>Immersifs<\/em><\/h2>\n    <p class=\"festival-prog__subtitle\">Places limit\u00e9es \u2014 inscription conseill\u00e9e \u00b7 Chaque participant repart avec sa cr\u00e9ation<\/p>\n  <\/div>\n\n  <!-- SAMEDI -->\n  <div class=\"festival-prog__day\">\n    <div class=\"festival-prog__day-header\">\n      <span class=\"festival-prog__day-label\">Samedi \u2014 Jour 1<\/span>\n      <div class=\"festival-prog__day-line\"><\/div>\n    <\/div>\n    <div class=\"festival-prog__sessions\">\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">10h00<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 11h30<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--teal\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Cr\u00e9ation de Bouquets Saisonniers<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Paul Hervey-Brookes<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--teal\">Adultes &#038; adolescents<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant \u2013 Interm\u00e9diaire<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">12h00<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 13h30<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--purple\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Initiation \u00e0 l&#8217;Ikebana<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Rose Cao<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--purple\">Adultes<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">14h30<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 16h00<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--teal\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Cr\u00e9ation de Bouquets Saisonniers<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Paul Hervey-Brookes<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--teal\">Adultes &#038; adolescents<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant \u2013 Interm\u00e9diaire<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">16h30<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 18h30<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--amber\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Cr\u00e9er un Jardin pour les Pollinisateurs<\/p>\n            <span class=\"festival-prog__card-duration\">2h00<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Shane Connolly<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--amber\">Familles &#038; jardiniers<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">Tout niveau<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- DIMANCHE -->\n  <div class=\"festival-prog__day\">\n    <div class=\"festival-prog__day-header\">\n      <span class=\"festival-prog__day-label\">Dimanche \u2014 Jour 2<\/span>\n      <div class=\"festival-prog__day-line\"><\/div>\n    <\/div>\n    <div class=\"festival-prog__sessions\">\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">10h00<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 11h30<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--coral\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Aquarelle Botanique<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Daniel Ost<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--coral\">Tout public<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">11h30<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 13h00<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--purple\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Initiation \u00e0 l&#8217;Ikebana<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Rose Cao<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--purple\">Adultes<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">14h00<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 16h00<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--amber\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Cr\u00e9er un Jardin pour les Pollinisateurs<\/p>\n            <span class=\"festival-prog__card-duration\">2h00<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Shane Connolly<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--amber\">Familles &#038; jardiniers<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">Tout niveau<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"festival-prog__session\">\n        <div class=\"festival-prog__time\">\n          <span class=\"festival-prog__time-start\">16h30<\/span>\n          <span class=\"festival-prog__time-end\">\u2192 18h00<\/span>\n        <\/div>\n        <div class=\"festival-prog__card festival-prog__card--coral\">\n          <div class=\"festival-prog__card-top\">\n            <p class=\"festival-prog__card-name\">Aquarelle Botanique<\/p>\n            <span class=\"festival-prog__card-duration\">1h30<\/span>\n          <\/div>\n          <p class=\"festival-prog__card-artist\">avec Daniel Ost<\/p>\n          <div class=\"festival-prog__badges\">\n            <span class=\"festival-prog__badge festival-prog__badge--coral\">Tout public<\/span>\n            <span class=\"festival-prog__badge festival-prog__badge--gray\">D\u00e9butant<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <div class=\"festival-prog__legend\">\n    <div class=\"festival-prog__legend-item\"><div class=\"festival-prog__legend-dot\" style=\"background:#1D9E75;\"><\/div> Bouquets saisonniers<\/div>\n    <div class=\"festival-prog__legend-item\"><div class=\"festival-prog__legend-dot\" style=\"background:#7F77DD;\"><\/div> Ikebana<\/div>\n    <div class=\"festival-prog__legend-item\"><div class=\"festival-prog__legend-dot\" style=\"background:#BA7517;\"><\/div> Pollinisateurs<\/div>\n    <div class=\"festival-prog__legend-item\"><div class=\"festival-prog__legend-dot\" style=\"background:#D85A30;\"><\/div> Aquarelle botanique<\/div>\n  <\/div>\n\n  <p class=\"festival-prog__note\">Pause d\u00e9jeuner : 13h30 \u2013 14h00 \u00b7 Les horaires peuvent \u00e9voluer<\/p>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Programme Nos Ateliers Immersifs Places limit\u00e9es \u2014 inscription conseill\u00e9e \u00b7 Chaque participant repart avec sa cr\u00e9ation Samedi \u2014 Jour 1 10h00 \u2192 11h30 Cr\u00e9ation de Bouquets Saisonniers 1h30 avec Paul Hervey-Brookes Adultes &#038; adolescents D\u00e9butant \u2013 Interm\u00e9diaire 12h00 \u2192 13h30 Initiation \u00e0 l&#8217;Ikebana 1h30 avec Rose Cao Adultes D\u00e9butant 14h30 \u2192 16h00 Cr\u00e9ation de Bouquets &#8230; <a title=\"Programmation\" class=\"read-more\" href=\"https:\/\/etudiant33.webuco.fr\/index.php\/infos-pratiques\/\" aria-label=\"Read more about Programmation\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":4,"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/pages\/24\/revisions\/341"}],"wp:attachment":[{"href":"https:\/\/etudiant33.webuco.fr\/index.php\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}