{"id":4875,"date":"2026-06-29T15:28:28","date_gmt":"2026-06-29T13:28:28","guid":{"rendered":"https:\/\/lesconnectees.org\/?page_id=4875"},"modified":"2026-07-03T17:03:31","modified_gmt":"2026-07-03T15:03:31","slug":"contact","status":"publish","type":"page","link":"https:\/\/lesconnectees.org\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap');\n\n.hero-simple {\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 4rem 0;\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  text-align: left;\n}\n\n.hero-simple h1 {\n  font-size: clamp(2.8rem, 6.5vw, 4.5rem);\n  font-weight: 700;\n  letter-spacing: -0.03em;\n  line-height: 1.05;\n  color: #1a1a1a;\n  margin: 0 0 1.5rem 0;\n}\n\n.hero-simple .highlight {\n  color: #F97316;\n  font-weight: 800;\n}\n\n.hero-simple p {\n  font-size: 1.15rem;\n  line-height: 1.7;\n  color: #4a4a4a;\n  font-weight: 400;\n  max-width: 85%;\n  margin: 0;\n  letter-spacing: -0.01em;\n}\n\n@media (max-width: 640px) {\n  .hero-simple h1 {\n    font-size: clamp(2rem, 9vw, 2.8rem);\n  }\n\n  .hero-simple p {\n    font-size: 1rem;\n    max-width: 100%;\n  }\n}\n<\/style>\n\n<div class=\"hero-simple\">\n  <h1>\n    Apprendre le num\u00e9rique<br>\n    <span class=\"highlight\">avec Les Connect\u00e9es IINAF<\/span>\n  <\/h1>\n  <p>\n    Des ateliers ouverts \u00e0 tous, \u00e0 Rennes, pour se former,<br>\n    \u00e9changer et ma\u00eetriser les outils num\u00e9riques en toute simplicit\u00e9.\n  <\/p>\n<\/div>\n\n\n\n<!-- From Uiverse.io by marcelodolza - adapt\u00e9 par Les Connect\u00e9es IINAF -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  .button {\n    --primary: #F97316;\n    --neutral-1: #1a3a5c;\n    --neutral-2: #0a1f33;\n    --radius: 14px;\n\n    cursor: pointer;\n    border-radius: var(--radius);\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n    border: none;\n    box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),\n      0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all 0.3s ease;\n    min-width: 200px;\n    padding: 20px;\n    height: 68px;\n    font-family: \"Galano Grotesque\", Poppins, Montserrat, sans-serif;\n    font-style: normal;\n    font-size: 18px;\n    font-weight: 600;\n    text-decoration: none;\n    color: #fff;\n  }\n\n  .button:hover {\n    transform: scale(1.02);\n    box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),\n      0 15px 30px rgba(13, 43, 69, 0.4), 0 10px 3px -3px rgba(0, 0, 0, 0.04);\n  }\n\n  .button:active {\n    transform: scale(1);\n    box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),\n      0 10px 3px -3px rgba(0, 0, 0, 0.2);\n  }\n\n  .button:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border-radius: var(--radius);\n    border: 2.5px solid transparent;\n    background: linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,\n      linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))\n        border-box;\n    z-index: 0;\n    transition: all 0.4s ease;\n  }\n\n  .button:hover::after {\n    transform: scale(1.05, 1.1);\n    box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);\n  }\n\n  .button::before {\n    content: \"\";\n    inset: 7px 6px 6px 6px;\n    position: absolute;\n    background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));\n    border-radius: 30px;\n    filter: blur(0.5px);\n    z-index: 2;\n  }\n\n  .state p {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .state .icon {\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    margin: auto;\n    transform: scale(1.25);\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .state .icon svg {\n    overflow: visible;\n  }\n\n  \/* Outline *\/\n  .outline {\n    position: absolute;\n    border-radius: inherit;\n    overflow: hidden;\n    z-index: 1;\n    opacity: 0;\n    transition: opacity 0.4s ease;\n    inset: -2px -3.5px;\n  }\n\n  .outline::before {\n    content: \"\";\n    position: absolute;\n    inset: -100%;\n    background: conic-gradient(\n      from 180deg,\n      transparent 60%,\n      rgba(255, 255, 255, 0.7) 80%,\n      transparent 100%\n    );\n    animation: spin 2s linear infinite;\n    animation-play-state: paused;\n  }\n\n  @keyframes spin {\n    0% {\n      transform: rotate(0deg);\n    }\n    100% {\n      transform: rotate(360deg);\n    }\n  }\n\n  .button:hover .outline {\n    opacity: 1;\n  }\n\n  .button:hover .outline::before {\n    animation-play-state: running;\n  }\n\n  \/* Letters *\/\n  .state p span {\n    display: block;\n    opacity: 0;\n    animation: slideDown 0.8s ease forwards calc(var(--i) * 0.03s);\n  }\n\n  .button:hover p span {\n    opacity: 1;\n    animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);\n  }\n\n  .button:focus p span {\n    opacity: 1;\n    animation: disapear 0.6s ease forwards calc(var(--i) * 0.03s);\n  }\n\n  @keyframes wave {\n    30% {\n      opacity: 1;\n      transform: translateY(4px) translateX(0) rotate(0);\n    }\n    50% {\n      opacity: 1;\n      transform: translateY(-3px) translateX(0) rotate(0);\n      color: var(--primary);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0) translateX(0) rotate(0);\n    }\n  }\n\n  @keyframes slideDown {\n    0% {\n      opacity: 0;\n      transform: translateY(-20px) translateX(5px) rotate(-90deg);\n      color: var(--primary);\n      filter: blur(5px);\n    }\n    30% {\n      opacity: 1;\n      transform: translateY(4px) translateX(0) rotate(0);\n      filter: blur(0);\n    }\n    50% {\n      opacity: 1;\n      transform: translateY(-3px) translateX(0) rotate(0);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0) translateX(0) rotate(0);\n    }\n  }\n\n  @keyframes disapear {\n    from {\n      opacity: 1;\n    }\n    to {\n      opacity: 0;\n      transform: translateX(5px) translateY(20px);\n      color: var(--primary);\n      filter: blur(5px);\n    }\n  }\n\n  \/* Plane *\/\n  .state--default .icon svg {\n    animation: land 0.6s ease forwards;\n  }\n\n  .button:hover .state--default .icon {\n    transform: rotate(45deg) scale(1.25);\n  }\n\n  .button:focus .state--default svg {\n    animation: takeOff 0.8s linear forwards;\n  }\n\n  .button:focus .state--default .icon {\n    transform: rotate(0) scale(1.25);\n  }\n\n  @keyframes takeOff {\n    0% {\n      opacity: 1;\n    }\n    60% {\n      opacity: 1;\n      transform: translateX(70px) rotate(45deg) scale(2);\n    }\n    100% {\n      opacity: 0;\n      transform: translateX(160px) rotate(45deg) scale(0);\n    }\n  }\n\n  @keyframes land {\n    0% {\n      transform: translateX(-60px) translateY(30px) rotate(-50deg) scale(2);\n      opacity: 0;\n      filter: blur(3px);\n    }\n    100% {\n      transform: translateX(0) translateY(0) rotate(0);\n      opacity: 1;\n      filter: blur(0);\n    }\n  }\n\n  \/* Contrail *\/\n  .state--default .icon:before {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    height: 2px;\n    width: 0;\n    left: -5px;\n    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5));\n  }\n\n  .button:focus .state--default .icon:before {\n    animation: contrail 0.8s linear forwards;\n  }\n\n  @keyframes contrail {\n    0% {\n      width: 0;\n      opacity: 1;\n    }\n    8% {\n      width: 15px;\n    }\n    60% {\n      opacity: 0.7;\n      width: 80px;\n    }\n    100% {\n      opacity: 0;\n      width: 160px;\n    }\n  }\n\n  \/* States *\/\n  .state {\n    padding-left: 29px;\n    z-index: 2;\n    display: flex;\n    position: relative;\n  }\n\n  .state--default span:nth-child(4) {\n    margin-right: 5px;\n  }\n\n  .state--sent {\n    display: none;\n  }\n\n  .state--sent svg {\n    transform: scale(1.25);\n    margin-right: 8px;\n  }\n\n  .button:focus .state--default {\n    position: absolute;\n  }\n\n  .button:focus .state--sent {\n    display: flex;\n  }\n\n  .button:focus .state--sent span {\n    opacity: 0;\n    animation: slideDown 0.8s ease forwards calc(var(--i) * 0.2s);\n  }\n\n  .button:focus .state--sent .icon svg {\n    opacity: 0;\n    animation: appear 1.2s ease forwards 0.8s;\n  }\n\n  @keyframes appear {\n    0% {\n      opacity: 0;\n      transform: scale(4) rotate(-40deg);\n      color: var(--primary);\n      filter: blur(4px);\n    }\n    30% {\n      opacity: 1;\n      transform: scale(0.6);\n      filter: blur(1px);\n    }\n    50% {\n      opacity: 1;\n      transform: scale(1.2);\n      filter: blur(0);\n    }\n    100% {\n      opacity: 1;\n      transform: scale(1);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .button {\n      min-width: 160px;\n      padding: 14px;\n      height: 58px;\n      font-size: 15px;\n    }\n    .state {\n      padding-left: 24px;\n    }\n    .state .icon svg {\n      width: 22px;\n      height: 22px;\n    }\n  }\n<\/style>\n\n<div style=\"display:flex; justify-content:center; align-items:center; padding:3rem 1.5rem;\">\n  <a href=\"https:\/\/docs.google.com\/forms\/d\/1RnJGHpkpCEWt90_28qSnRKzk9WOtsir0s76-p0k4goA\/viewform?edit_requested=true\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\">\n    <div class=\"outline\"><\/div>\n    <div class=\"state state--default\">\n      <div class=\"icon\">\n        <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <g style=\"filter: url(#shadow)\">\n            <path\n              d=\"M14.2199 21.63C13.0399 21.63 11.3699 20.8 10.0499 16.83L9.32988 14.67L7.16988 13.95C3.20988 12.63 2.37988 10.96 2.37988 9.78001C2.37988 8.61001 3.20988 6.93001 7.16988 5.60001L15.6599 2.77001C17.7799 2.06001 19.5499 2.27001 20.6399 3.35001C21.7299 4.43001 21.9399 6.21001 21.2299 8.33001L18.3999 16.82C17.0699 20.8 15.3999 21.63 14.2199 21.63ZM7.63988 7.03001C4.85988 7.96001 3.86988 9.06001 3.86988 9.78001C3.86988 10.5 4.85988 11.6 7.63988 12.52L10.1599 13.36C10.3799 13.43 10.5599 13.61 10.6299 13.83L11.4699 16.35C12.3899 19.13 13.4999 20.12 14.2199 20.12C14.9399 20.12 16.0399 19.13 16.9699 16.35L19.7999 7.86001C20.3099 6.32001 20.2199 5.06001 19.5699 4.41001C18.9199 3.76001 17.6599 3.68001 16.1299 4.19001L7.63988 7.03001Z\"\n              fill=\"currentColor\"\n            ><\/path>\n            <path\n              d=\"M10.11 14.4C9.92005 14.4 9.73005 14.33 9.58005 14.18C9.29005 13.89 9.29005 13.41 9.58005 13.12L13.16 9.53C13.45 9.24 13.93 9.24 14.22 9.53C14.51 9.82 14.51 10.3 14.22 10.59L10.64 14.18C10.5 14.33 10.3 14.4 10.11 14.4Z\"\n              fill=\"currentColor\"\n            ><\/path>\n          <\/g>\n          <defs>\n            <filter id=\"shadow\">\n              <fedropshadow dx=\"0\" dy=\"1\" stdDeviation=\"0.6\" flood-opacity=\"0.5\"><\/fedropshadow>\n            <\/filter>\n          <\/defs>\n        <\/svg>\n      <\/div>\n      <p>\n        <span style=\"--i:0\">N<\/span>\n        <span style=\"--i:1\">o<\/span>\n        <span style=\"--i:2\">u<\/span>\n        <span style=\"--i:3\">s<\/span>\n        <span style=\"--i:4\"> <\/span>\n        <span style=\"--i:5\">c<\/span>\n        <span style=\"--i:6\">o<\/span>\n        <span style=\"--i:7\">n<\/span>\n        <span style=\"--i:8\">t<\/span>\n        <span style=\"--i:9\">a<\/span>\n        <span style=\"--i:10\">c<\/span>\n        <span style=\"--i:11\">t<\/span>\n        <span style=\"--i:12\">e<\/span>\n        <span style=\"--i:13\">r<\/span>\n      <\/p>\n    <\/div>\n    <div class=\"state state--sent\">\n      <div class=\"icon\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"1em\" width=\"1em\" stroke-width=\"0.5px\" stroke=\"black\">\n          <g style=\"filter: url(#shadow)\">\n            <path\n              fill=\"currentColor\"\n              d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\"\n            ><\/path>\n            <path\n              fill=\"currentColor\"\n              d=\"M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z\"\n            ><\/path>\n          <\/g>\n        <\/svg>\n      <\/div>\n      <p>\n        <span style=\"--i:5\">M<\/span>\n        <span style=\"--i:6\">e<\/span>\n        <span style=\"--i:7\">r<\/span>\n        <span style=\"--i:8\">c<\/span>\n        <span style=\"--i:9\">i<\/span>\n        <span style=\"--i:10\"> <\/span>\n        <span style=\"--i:11\">!<\/span>\n      <\/p>\n    <\/div>\n  <\/a>\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n  .places-block {\n    max-width: 72rem;\n    margin: 0 auto;\n    padding: 0 1.5rem 4rem 1.5rem;\n    display: grid;\n    gap: 2.5rem;\n    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;\n  }\n\n  .place-card {\n    position: relative;\n  }\n\n  .place-header {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 1.25rem;\n  }\n\n  .place-number {\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 4.5rem;\n    height: 4.5rem;\n    font-family: 'Fraunces', serif;\n    font-size: 4.5rem;\n    color: #E8C888;\n    line-height: 1;\n    text-align: center;\n    font-variant-numeric: tabular-nums;\n    font-feature-settings: \"tnum\" on;\n    vertical-align: middle;\n    transform: translateY(0);\n    will-change: transform;\n  }\n\n  .place-header > div {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .place-title {\n    font-family: 'Fraunces', serif;\n    font-size: 1.5rem;\n    margin: 0;\n  }\n\n  .place-hint {\n    font-size: 0.875rem;\n    color: #7A6E66;\n    margin: 0;\n  }\n\n  .map-wrap {\n    position: relative;\n    overflow: hidden;\n    border-radius: 0.75rem;\n    border: 1px solid #DDD5CA;\n    background: #FFFFFF;\n    box-shadow: 0 30px 60px -30px rgba(42, 30, 26, 0.25);\n  }\n\n  .map-wrap iframe {\n    display: block;\n    width: 100%;\n    height: 320px;\n    border: 0;\n    filter: grayscale(20%);\n    transition: filter 0.7s ease, transform 0.7s ease;\n  }\n\n  .map-wrap:hover iframe {\n    filter: grayscale(0%);\n    transform: scale(1.02);\n  }\n\n  .map-badge {\n    position: absolute;\n    top: 0.75rem;\n    left: 0.75rem;\n    background: #F97316;\n    color: white;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.15em;\n    padding: 0.25rem 0.75rem;\n    border-radius: 9999px;\n    pointer-events: none;\n  }\n\n  .place-footer {\n    margin-top: 1.25rem;\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 1rem;\n  }\n\n  .place-address {\n    font-style: normal;\n  }\n\n  .street {\n    font-family: 'Fraunces', serif;\n    font-size: 1.25rem;\n    margin: 0;\n  }\n\n  .city {\n    color: #7A6E66;\n    margin: 0;\n  }\n\n  .place-link {\n    flex-shrink: 0;\n    font-size: 0.875rem;\n    font-weight: 500;\n    color: #F97316;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  .place-link:hover {\n    text-decoration: underline;\n    text-underline-offset: 4px;\n  }\n\n  @media (min-width: 768px) {\n    .places-block {\n      grid-template-columns: 1fr 1fr;\n      gap: 2.5rem;\n    }\n    .place-card:last-child {\n      margin-top: 6rem;\n    }\n  }\n<\/style>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,700&amp;family=Inter:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n<div class=\"places-block\">\n\n  <article class=\"place-card\">\n    <div class=\"place-header\">\n      <span class=\"place-number\">01<\/span>\n      <div>\n        <h2 class=\"place-title\">Le 360 entr\u00e9e B (ancienne maison des asso) a proximit\u00e9 des champs libres<\/h2>\n        <p class=\"place-hint\">\u00c0 deux pas de la gare \u2014 id\u00e9al pour un caf\u00e9 avant le train.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"map-wrap\">\n      <iframe title=\"Carte \u2014 6 cours des Alli\u00e9s\" src=\"https:\/\/www.openstreetmap.org\/export\/embed.html?bbox=-1.6760%2C48.1010%2C-1.6680%2C48.1050&amp;layer=mapnik&amp;marker=48.1030%2C-1.6720\" loading=\"lazy\"><\/iframe>\n      <span class=\"map-badge\">01<\/span>\n    <\/div>\n    <div class=\"place-footer\">\n      <address class=\"place-address\">\n        <p class=\"street\">6 cours des Alli\u00e9s<\/p>\n        <p class=\"city\">35000 Rennes<\/p>\n      <\/address>\n      <a href=\"https:\/\/www.openstreetmap.org\/?mlat=48.1030&amp;mlon=-1.6720#map=18\/48.1030\/-1.6720\" target=\"_blank\" rel=\"noreferrer\" class=\"place-link\">\n        Itin\u00e9raire <span aria-hidden=\"true\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/article>\n\n  <article class=\"place-card\">\n    <div class=\"place-header\">\n      <span class=\"place-number\">02<\/span>\n      <div>\n        <h2 class=\"place-title\">Le local de Lorraine<\/h2>\n        <p class=\"place-hint\">Un espace plus calme, parfait pour les ateliers en petit comit\u00e9.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"map-wrap\">\n      <iframe title=\"Carte \u2014 11 rue de Lorraine\" src=\"https:\/\/www.openstreetmap.org\/export\/embed.html?bbox=-1.6790%2C48.1140%2C-1.6710%2C48.1180&amp;layer=mapnik&amp;marker=48.1160%2C-1.6750\" loading=\"lazy\"><\/iframe>\n      <span class=\"map-badge\">02<\/span>\n    <\/div>\n    <div class=\"place-footer\">\n      <address class=\"place-address\">\n        <p class=\"street\">11 rue de Lorraine<\/p>\n        <p class=\"city\">35000 Rennes<\/p>\n      <\/address>\n      <a href=\"https:\/\/www.openstreetmap.org\/?mlat=48.1160&amp;mlon=-1.6750#map=18\/48.1160\/-1.6750\" target=\"_blank\" rel=\"noreferrer\" class=\"place-link\">\n        Itin\u00e9raire <span aria-hidden=\"true\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/article>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Apprendre le num\u00e9rique avec Les Connect\u00e9es IINAF Des ateliers ouverts \u00e0 tous, \u00e0 Rennes, pour se former, \u00e9changer et ma\u00eetriser les outils num\u00e9riques en toute simplicit\u00e9. N o u s c o n t a c t e r M e r c i ! 01 Le 360 entr\u00e9e B (ancienne maison des asso) a&#8230;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-4875","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/pages\/4875","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/comments?post=4875"}],"version-history":[{"count":9,"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/pages\/4875\/revisions"}],"predecessor-version":[{"id":5046,"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/pages\/4875\/revisions\/5046"}],"wp:attachment":[{"href":"https:\/\/lesconnectees.org\/index.php\/wp-json\/wp\/v2\/media?parent=4875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}