{"id":168,"date":"2026-04-22T12:28:22","date_gmt":"2026-04-22T12:28:22","guid":{"rendered":"https:\/\/dopalink.fr\/?page_id=168"},"modified":"2026-04-24T12:15:42","modified_gmt":"2026-04-24T12:15:42","slug":"nos-tarifs","status":"publish","type":"page","link":"https:\/\/dopalink.fr\/index.php\/nos-tarifs\/","title":{"rendered":"Nos tarifs"},"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>Tarifs Dopalink 2026\/2027<\/title>\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=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&#038;family=DM+Serif+Display:ital@0;1&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* \u2500\u2500\u2500 Reset & Base \u2500\u2500\u2500 *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --purple:       #534AB7;\n    --purple-light: #EEEDFE;\n    --purple-dark:  #3C3489;\n    --teal:         #1D9E75;\n    --teal-light:   #E1F5EE;\n    --text:         #1A1A2E;\n    --text-muted:   #6B6B80;\n    --bg:           #F8F8FC;\n    --white:        #FFFFFF;\n    --border:       rgba(0,0,0,0.08);\n    --radius-sm:    8px;\n    --radius-md:    14px;\n    --radius-lg:    20px;\n    --shadow:       0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.05);\n    --shadow-featured: 0 8px 40px rgba(83,74,183,0.22);\n  }\n\n  .dl-page {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    padding: 60px 20px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* \u2500\u2500\u2500 Hero \u2500\u2500\u2500 *\/\n  .dl-hero {\n    text-align: center;\n    margin-bottom: 56px;\n  }\n\n  .dl-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--purple);\n    background: var(--purple-light);\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 20px;\n  }\n\n  .dl-hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(32px, 5vw, 56px);\n    font-weight: 400;\n    line-height: 1.12;\n    color: var(--text);\n    margin-bottom: 18px;\n    letter-spacing: -0.5px;\n  }\n\n  .dl-hero h1 em {\n    font-style: italic;\n    color: var(--purple);\n  }\n\n  .dl-hero p {\n    font-size: 17px;\n    color: var(--text-muted);\n    max-width: 540px;\n    margin: 0 auto;\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  \/* \u2500\u2500\u2500 Cards Grid \u2500\u2500\u2500 *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 56px;\n    align-items: start;\n  }\n\n  @media (max-width: 860px) {\n    .dl-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }\n  }\n\n  \/* \u2500\u2500\u2500 Card Base \u2500\u2500\u2500 *\/\n  .dl-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    padding: 32px 28px;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    position: relative;\n    box-shadow: var(--shadow);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .dl-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 32px rgba(0,0,0,0.1);\n  }\n\n  \/* \u2500\u2500\u2500 Featured Card \u2500\u2500\u2500 *\/\n  .dl-card.dl-featured {\n    background: var(--purple);\n    border-color: var(--purple);\n    box-shadow: var(--shadow-featured);\n    transform: scale(1.03);\n  }\n\n  .dl-card.dl-featured:hover {\n    transform: scale(1.03) translateY(-3px);\n    box-shadow: 0 16px 50px rgba(83,74,183,0.30);\n  }\n\n  .dl-card.dl-featured .dl-tag,\n  .dl-card.dl-featured .dl-plan-name,\n  .dl-card.dl-featured .dl-tagline,\n  .dl-card.dl-featured .dl-price,\n  .dl-card.dl-featured .dl-price-unit,\n  .dl-card.dl-featured .dl-features li {\n    color: rgba(255,255,255,0.9);\n  }\n\n  .dl-card.dl-featured .dl-plan-name {\n    color: #fff;\n  }\n\n  .dl-card.dl-featured .dl-divider {\n    border-color: rgba(255,255,255,0.15);\n  }\n\n  \/* \u2500\u2500\u2500 Badge \"Plus choisie\" \u2500\u2500\u2500 *\/\n  .dl-pop-badge {\n    position: absolute;\n    top: -14px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: #fff;\n    color: var(--purple);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.5px;\n    padding: 5px 18px;\n    border-radius: 100px;\n    white-space: nowrap;\n    box-shadow: 0 2px 8px rgba(83,74,183,0.2);\n  }\n\n  \/* \u2500\u2500\u2500 Card Content \u2500\u2500\u2500 *\/\n  .dl-tag {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 6px;\n  }\n\n  .dl-plan-name {\n    font-family: 'DM Serif Display', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n\n  .dl-tagline {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.5;\n    margin-bottom: 20px;\n    min-height: 40px;\n    font-weight: 300;\n    font-style: italic;\n  }\n\n  .dl-divider {\n    border: none;\n    border-top: 1px solid var(--border);\n    margin: 0 0 20px;\n  }\n\n  .dl-price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 6px;\n    margin-bottom: 10px;\n  }\n\n  .dl-price {\n    font-size: 40px;\n    font-weight: 300;\n    color: var(--text);\n    line-height: 1;\n    letter-spacing: -1px;\n  }\n\n  .dl-price-unit {\n    font-size: 14px;\n    color: var(--text-muted);\n  }\n\n  \/* \u2500\u2500\u2500 Per-student pill \u2500\u2500\u2500 *\/\n  .dl-per-eleve {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--teal-light);\n    color: #0F6E56;\n    font-size: 13px;\n    font-weight: 500;\n    padding: 5px 13px;\n    border-radius: 6px;\n    margin-bottom: 22px;\n  }\n\n  .dl-card.dl-featured .dl-per-eleve {\n    background: rgba(255,255,255,0.18);\n    color: #fff;\n  }\n\n  .dl-per-eleve-devis {\n    background: rgba(0,0,0,0.05);\n    color: var(--text-muted);\n  }\n\n  .dl-per-eleve .dl-per-sub {\n    font-size: 11px;\n    opacity: 0.65;\n  }\n\n  \/* \u2500\u2500\u2500 Features list \u2500\u2500\u2500 *\/\n  .dl-features {\n    list-style: none;\n    padding: 0;\n    flex: 1;\n    margin-bottom: 24px;\n  }\n\n  .dl-features li {\n    font-size: 13.5px;\n    color: var(--text-muted);\n    padding: 8px 0;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    line-height: 1.4;\n  }\n\n  .dl-card.dl-featured .dl-features li {\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  .dl-features li:last-child { border-bottom: none; }\n\n  .dl-features li strong {\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .dl-card.dl-featured .dl-features li strong {\n    color: #fff;\n  }\n\n  \/* \u2500\u2500\u2500 Icons \u2500\u2500\u2500 *\/\n  .dl-icon {\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .dl-icon-ok { background: var(--teal); }\n  .dl-card.dl-featured .dl-icon-ok { background: rgba(255,255,255,0.25); }\n  .dl-icon-no { background: transparent; border: 1px solid var(--border); }\n  .dl-card.dl-featured .dl-icon-no { border-color: rgba(255,255,255,0.2); }\n\n  .dl-icon svg {\n    width: 10px;\n    height: 10px;\n    stroke: white;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* \u2500\u2500\u2500 CTAs \u2500\u2500\u2500 *\/\n  .dl-cta {\n    display: block;\n    text-align: center;\n    padding: 14px 20px;\n    border-radius: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    width: 100%;\n    transition: opacity 0.15s ease, transform 0.15s ease;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .dl-cta:hover { opacity: 0.85; transform: translateY(-1px); }\n  .dl-cta:active { transform: scale(0.98); }\n\n  .dl-cta-purple { background: var(--purple); color: #fff; }\n  .dl-cta-white  { background: #fff; color: var(--purple); }\n  .dl-cta-dark   { background: var(--text); color: #fff; }\n\n  \/* \u2500\u2500\u2500 Comparison Table \u2500\u2500\u2500 *\/\n  .dl-table-section {\n    margin-bottom: 16px;\n  }\n\n  .dl-table-section h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 22px;\n    font-weight: 400;\n    color: var(--text);\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .dl-table-wrap {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow);\n    overflow-x: auto;\n  }\n\n  .dl-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n    min-width: 560px;\n  }\n\n  .dl-table thead tr {\n    background: var(--bg);\n  }\n\n  .dl-table th {\n    padding: 14px 16px;\n    font-weight: 500;\n    font-size: 12px;\n    letter-spacing: 0.5px;\n    color: var(--text-muted);\n    border-bottom: 1px solid var(--border);\n    text-align: center;\n  }\n\n  .dl-table th:first-child { text-align: left; }\n\n  .dl-table .dl-th-featured {\n    background: var(--purple-light);\n    color: var(--purple-dark);\n  }\n\n  .dl-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid var(--border);\n    text-align: center;\n    color: var(--text-muted);\n    font-size: 13.5px;\n  }\n\n  .dl-table td:first-child {\n    text-align: left;\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .dl-table tr:last-child td { border-bottom: none; }\n\n  .dl-table .dl-td-featured {\n    background: var(--purple-light);\n    color: var(--purple-dark);\n    font-weight: 500;\n  }\n\n  .dl-table tr:hover td { background: rgba(0,0,0,0.018); }\n  .dl-table tr:hover .dl-td-featured { background: #E5E3FC; }\n\n  \/* \u2500\u2500\u2500 Footnote \u2500\u2500\u2500 *\/\n  .dl-footnote {\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 20px;\n    font-weight: 300;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500\u2500 Check \/ Cross SVG helpers \u2500\u2500\u2500 *\/\n  .dl-ok-svg  { stroke: white; }\n<\/style>\n\n<section class=\"dl-page\">\n  <!-- HERO -->\n  <div class=\"dl-hero\">\n    <h1>La sant\u00e9 mentale de vos \u00e9l\u00e8ves,<br><em>\u00e0 un tarif juste<\/em><\/h1>\n    <p>Des interventions cl\u00e9s en main sur la sant\u00e9 num\u00e9rique. Choisissez l&#8217;option adapt\u00e9e \u00e0 votre \u00e9tablissement.<\/p>\n  <\/div>\n\n  <!-- CARDS -->\n  <div class=\"dl-grid\">\n\n    <!-- ESSENTIELLE -->\n    <div class=\"dl-card\">\n      <p class=\"dl-tag\">Option 01<\/p>\n      <p class=\"dl-plan-name\">Essentielle<\/p>\n      <p class=\"dl-tagline\">Une premi\u00e8re sensibilisation percutante pour une classe.<\/p>\n      <hr class=\"dl-divider\">\n      <div class=\"dl-price-row\">\n        <span class=\"dl-price\">390 \u20ac<\/span>\n        <span class=\"dl-price-unit\">HT<\/span>\n      <\/div>\n      <span class=\"dl-per-eleve\">\n        15,60 \u20ac \/ \u00e9l\u00e8ve\n        <span class=\"dl-per-sub\">(25 \u00e9l\u00e8ves)<\/span>\n      <\/span>\n      <ul class=\"dl-features\">\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          1 intervention de 2h\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Supports visuels inclus\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Dossier enseignants + parents\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Jusqu&#8217;\u00e0 35 \u00e9l\u00e8ves\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-no\"><\/span>\n          Conf\u00e9rence parents\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-no\"><\/span>\n          Formation professeurs\n        <\/li>\n      <\/ul>\n      <a href=\"dopalink.fr\/index.php\/contact\" class=\"dl-cta dl-cta-purple\">R\u00e9server l&#8217;intervention \u2192<\/a>\n    <\/div>\n\n    <!-- COMPL\u00c8TE (featured) -->\n    <div class=\"dl-card dl-featured\">\n      <span class=\"dl-pop-badge\">\u2b50 La plus choisie<\/span>\n      <p class=\"dl-tag\" style=\"margin-top:8px\">Option 02<\/p>\n      <p class=\"dl-plan-name\" style=\"color:#fff\">Compl\u00e8te<\/p>\n      <p class=\"dl-tagline\">L&#8217;\u00e9tablissement entier engag\u00e9 : \u00e9l\u00e8ves, profs et parents.<\/p>\n      <hr class=\"dl-divider\">\n      <div class=\"dl-price-row\">\n        <span class=\"dl-price\">990 \u20ac<\/span>\n        <span class=\"dl-price-unit\">HT<\/span>\n      <\/div>\n      <span class=\"dl-per-eleve\">\n        9,90 \u20ac \/ \u00e9l\u00e8ve\n        <span class=\"dl-per-sub\">(4 \u00d7 25 \u00e9l\u00e8ves)<\/span>\n      <\/span>\n      <ul class=\"dl-features\">\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          <strong>4 classes form\u00e9es<\/strong> (1 journ\u00e9e)\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Supports visuels inclus\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Suivi p\u00e9dagogique complet\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          <strong>Hotline email 30 jours<\/strong>\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          <strong>Conf\u00e9rence parents<\/strong> (visio)\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-no\"><\/span>\n          Formation professeurs\n        <\/li>\n      <\/ul>\n      <a href=\"dopalink.fr\/index.php\/contact\" class=\"dl-cta dl-cta-white\">Lancer le programme \u2192<\/a>\n    <\/div>\n\n    <!-- LABEL -->\n    <div class=\"dl-card\">\n      <p class=\"dl-tag\">Option 03<\/p>\n      <p class=\"dl-plan-name\">Label Dopalink<\/p>\n      <p class=\"dl-tagline\">Transformez votre \u00e9cole en mod\u00e8le de sant\u00e9 num\u00e9rique.<\/p>\n      <hr class=\"dl-divider\">\n      <div class=\"dl-price-row\">\n        <span class=\"dl-price\" style=\"font-size:28px;letter-spacing:-0.5px\">Sur devis<\/span>\n      <\/div>\n      <span class=\"dl-per-eleve dl-per-eleve-devis\">\n        Tarif personnalis\u00e9\n      <\/span>\n      <ul class=\"dl-features\">\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Tout l&#8217;offre Compl\u00e8te\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          <strong>Formation des enseignants<\/strong>\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          <strong>Certification officielle<\/strong>\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Rapport direction personnalis\u00e9\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Niveaux entiers couverts\n        <\/li>\n        <li>\n          <span class=\"dl-icon dl-icon-ok\"><svg viewBox=\"0 0 12 12\"><polyline class=\"dl-ok-svg\" points=\"2,6 5,9 10,3\"\/><\/svg><\/span>\n          Conf\u00e9rence parents pr\u00e9sentiel\n        <\/li>\n      <\/ul>\n      <a href=\"dopalink.fr\/index.php\/contact\" class=\"dl-cta dl-cta-dark\">Demander un audit \u2192<\/a>\n    <\/div>\n\n  <\/div>\n\n  <!-- COMPARISON TABLE -->\n  <div class=\"dl-table-section\">\n    <h2>Comparatif d\u00e9taill\u00e9<\/h2>\n    <div class=\"dl-table-wrap\">\n      <table class=\"dl-table\">\n        <thead>\n          <tr>\n            <th><\/th>\n            <th>Essentielle<\/th>\n            <th class=\"dl-th-featured\">Compl\u00e8te<\/th>\n            <th>Label<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Prix HT<\/td>\n            <td>390 \u20ac<\/td>\n            <td class=\"dl-td-featured\">990 \u20ac<\/td>\n            <td>Sur devis<\/td>\n          <\/tr>\n          <tr>\n            <td>Prix \/ \u00e9l\u00e8ve (25 \u00e9l.)<\/td>\n            <td>15,60 \u20ac<\/td>\n            <td class=\"dl-td-featured\">9,90 \u20ac<\/td>\n            <td>\u2014<\/td>\n          <\/tr>\n          <tr>\n            <td>Intervention physique<\/td>\n            <td>2 heures<\/td>\n            <td class=\"dl-td-featured\">1 journ\u00e9e<\/td>\n            <td>Multi-jours<\/td>\n          <\/tr>\n          <tr>\n            <td>Classes couvertes<\/td>\n            <td>1 classe<\/td>\n            <td class=\"dl-td-featured\">4 classes<\/td>\n            <td>Niveaux entiers<\/td>\n          <\/tr>\n          <tr>\n            <td>Conf\u00e9rence parents<\/td>\n            <td>PDF uniquement<\/td>\n            <td class=\"dl-td-featured\">Visio incluse<\/td>\n            <td>Pr\u00e9sentiel \/ visio<\/td>\n          <\/tr>\n          <tr>\n            <td>Formation professeurs<\/td>\n            <td>\u2014<\/td>\n            <td class=\"dl-td-featured\">\u2014<\/td>\n            <td>Incluse<\/td>\n          <\/tr>\n          <tr>\n            <td>Certification officielle<\/td>\n            <td>\u2014<\/td>\n            <td class=\"dl-td-featured\">\u2014<\/td>\n            <td>Incluse<\/td>\n          <\/tr>\n          <tr>\n            <td>Rapport direction<\/td>\n            <td>\u2014<\/td>\n            <td class=\"dl-td-featured\">\u2014<\/td>\n            <td>Personnalis\u00e9<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n  <p class=\"dl-footnote\">\n    Frais de d\u00e9placement non inclus \u00b7 \u00c9ligible au Pass Culture<br>\n    *Prix \/ \u00e9l\u00e8ve calcul\u00e9 sur 25 \u00e9l\u00e8ves pour l&#8217;Essentielle, 4 \u00d7 25 \u00e9l\u00e8ves pour la Compl\u00e8te\n  <\/p>\n\n<\/section>\n\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tarifs Dopalink 2026\/2027 La sant\u00e9 mentale de vos \u00e9l\u00e8ves,\u00e0 un tarif juste Des interventions cl\u00e9s en main sur la sant\u00e9 num\u00e9rique. Choisissez l&#8217;option adapt\u00e9e \u00e0 votre \u00e9tablissement. Option 01 Essentielle Une premi\u00e8re sensibilisation percutante pour une classe. 390 \u20ac HT 15,60 \u20ac \/ \u00e9l\u00e8ve (25 \u00e9l\u00e8ves) 1 intervention de 2h Supports visuels inclus Dossier enseignants&#8230;<\/p>\n","protected":false},"author":1,"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":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_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-168","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/pages\/168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":8,"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/pages\/168\/revisions"}],"predecessor-version":[{"id":236,"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/pages\/168\/revisions\/236"}],"wp:attachment":[{"href":"https:\/\/dopalink.fr\/index.php\/wp-json\/wp\/v2\/media?parent=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}