{"id":4351,"date":"2025-02-10T15:42:23","date_gmt":"2025-02-10T14:42:23","guid":{"rendered":"https:\/\/refonte.dac-varouest.fr\/?page_id=4351"},"modified":"2026-03-24T10:40:11","modified_gmt":"2026-03-24T09:40:11","slug":"temoignages","status":"publish","type":"page","link":"https:\/\/dac-varouest.fr\/index.php\/partenaires\/temoignages\/","title":{"rendered":"T\u00e9moignages"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4351\" class=\"elementor elementor-4351\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb4ea43 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cb4ea43\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64e5093\" data-id=\"64e5093\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ffb5ff2 elementor-widget elementor-widget-html\" data-id=\"ffb5ff2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* ============================ *\/\r\n\/*   TEMOIGNAGES EN GRILLE      *\/\r\n\/* ============================ *\/\r\n\r\n:root {\r\n  --dac-blue: #2865b4;\r\n  --dac-light-blue: #58c1db;\r\n  --dac-orange: #fb5338;\r\n  --dac-yellow: #ffb300;\r\n  --dac-bg-soft: #f5f9ff;\r\n}\r\n\r\n\/* SECTION pleine largeur *\/\r\n.dac-testimonials-section {\r\n  position: relative;\r\n  width: 100vw;\r\n  left: 50%;\r\n  margin-left: -50vw;\r\n  margin-right: -50vw;\r\n  \r\n  background: #ffffff;\r\n}\r\n\r\n.dac-testimonials-wrapper {\r\n  max-width: 1600px;\r\n  width: 100%;\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* TITRE *\/\r\n.dac-testimonials-title {\r\n  text-align: center;\r\n  margin-bottom: 16px;\r\n}\r\n\r\n.dac-testimonials-title h2 {\r\n  font-size: 225x;\r\n  color: var(--dac-blue);\r\n  font-weight: 800;\r\n  margin: 0;\r\n}\r\n\r\n.dac-testimonials-title p {\r\n  font-size: 20px;\r\n  color: #444;\r\n  margin: 10px auto 40px;\r\n  max-width: 900px;\r\n}\r\n\r\n\/* GRILLE : 3 \/ 2 \/ 1 colonnes *\/\r\n.dac-testimonials-grid {\r\n  display: flex;\r\n  flex-wrap: wrap;      \/* Retour \u00e0 la ligne *\/\r\n  gap: 26px;\r\n  justify-content: center; \/* Centre chaque ligne *\/\r\n}\r\n\r\n\/* Cartes : 3 par ligne sur grand \u00e9cran *\/\r\n.dac-testimonial-card {\r\n  flex: 0 1 calc(33.333% - 26px);\r\n}\r\n\r\n\r\n\/* Tablette \u2192 2 colonnes *\/\r\n@media (max-width: 1200px) {\r\n  .dac-testimonials-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n}\r\n\r\n\/* Mobile \u2192 1 colonne *\/\r\n@media (max-width: 768px) {\r\n  .dac-testimonials-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .dac-testimonials-section {\r\n    padding: 60px 20px 80px;\r\n  }\r\n\r\n  .dac-testimonials-title h2 {\r\n    font-size: 32px;\r\n  }\r\n}\r\n\r\n\/* Carte *\/\r\n.dac-testimonial-card {\r\n  background: #fff;\r\n  border-radius: 22px;\r\n  padding: 30px 24px 28px;\r\n  box-shadow: 0 10px 26px rgba(0,0,0,0.08);\r\n  position: relative;\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n\r\n\/* Bandeau de couleur en haut *\/\r\n.dac-testimonial-card::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: 0; left: 0;\r\n  height: 5px; width: 100%;\r\n}\r\n\r\n.dac-testimonial-card--blue::before    { background: linear-gradient(90deg,#2865b4,#58c1db); }\r\n.dac-testimonial-card--teal::before    { background: linear-gradient(90deg,#58c1db,#2865b4); }\r\n.dac-testimonial-card--orange::before  { background: linear-gradient(90deg,#fb5338,#ffb300); }\r\n.dac-testimonial-card--yellow::before  { background: linear-gradient(90deg,#ffb300,#fb5338); }\r\n\r\n\/* Header carte *\/\r\n.dac-testimonial-top {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 16px;\r\n  margin-bottom: 16px;\r\n}\r\n\r\n.dac-testimonial-avatar {\r\n  width: 110px;     \/* Augmente la taille *\/\r\n  height: 110px;\r\n  min-width: 110px; \/* Emp\u00eache le r\u00e9tr\u00e9cissement dans les flexbox *\/\r\n  border-radius: 50%;\r\n  overflow: hidden;\r\n  background: #eef2ff;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.dac-testimonial-avatar img {\r\n  width: 150% ;\r\n  height: 150%;\r\n  object-fit: cover;\r\n  \r\n}\r\n\r\n\r\n.dac-testimonial-meta h3 {\r\n  font-size: 20px;\r\n  margin: 0 0 4px;\r\n  font-weight: 800;\r\n  color: var(--dac-blue);\r\n}\r\n\r\n.dac-testimonial-meta span {\r\n  font-size: 15px;\r\n  color: #777;\r\n}\r\n\r\n.dac-testimonial-text {\r\n  font-size: 19px;\r\n  line-height: 1.9;\r\n  color: #222;\r\n}\r\n\r\n\/* Guillemets d\u00e9coratifs *\/\r\n.dac-testimonial-quote-mark {\r\n  position: absolute;\r\n  right: 18px;\r\n  bottom: -4px;\r\n  font-size: 70px;\r\n  color: rgba(88,193,219,0.18);\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<section class=\"dac-testimonials-section\">\r\n  <div class=\"dac-testimonials-wrapper\">\r\n\r\n    <div class=\"dac-testimonials-title\">\r\n      <h2>Nos partenaires parlent de nous<\/h2>\r\n      <p>Quelques exemples de collaborations sur le terrain, vues par les professionnels qui travaillent avec le DAC Var Ouest.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"dac-testimonials-grid\">\r\n\r\n      <!-- 1 -->\r\n      <article class=\"dac-testimonial-card dac-testimonial-card--blue\">\r\n        <div class=\"dac-testimonial-top\">\r\n          <div class=\"dac-testimonial-avatar\">\r\n            <img decoding=\"async\" src=\"https:\/\/dac-varouest.fr\/wp-content\/uploads\/2025\/12\/MEDECIN-GENERALISTE.svg\" alt=\"M\u00e9decin g\u00e9n\u00e9raliste\">\r\n          <\/div>\r\n          <div class=\"dac-testimonial-meta\">\r\n            <h3>M\u00e9decin g\u00e9n\u00e9raliste<\/h3>\r\n            <span>Partenaire de ville<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"dac-testimonial-text\">\r\n          \u00ab Merci pour votre accompagnement, ma patiente a pu se rapprocher des services sociaux dont elle a besoin pour acc\u00e9der \u00e0 des aides au domicile. \u00bb\r\n        <\/p>\r\n        <div class=\"dac-testimonial-quote-mark\">\u201c<\/div>\r\n      <\/article>\r\n\r\n      <!-- 2 -->\r\n      <article class=\"dac-testimonial-card dac-testimonial-card--teal\">\r\n        <div class=\"dac-testimonial-top\">\r\n          <div class=\"dac-testimonial-avatar\">\r\n            <img decoding=\"async\" src=\"https:\/\/dac-varouest.fr\/wp-content\/uploads\/2025\/12\/INFIRIERE-LIBERALE.svg\" alt=\"Infirmi\u00e8re lib\u00e9rale\">\r\n          <\/div>\r\n          <div class=\"dac-testimonial-meta\">\r\n            <h3>Infirmi\u00e8re lib\u00e9rale<\/h3>\r\n            <span>Partenaire de proximit\u00e9<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"dac-testimonial-text\">\r\n          \u00ab Le DAC a fait appel \u00e0 moi pour prendre en charge une dame de 85 ans, isol\u00e9e, sans enfant, en perte d\u2019autonomie pour ses soins. Gr\u00e2ce aux actions coordonn\u00e9es, elle est maintenant aid\u00e9e au quotidien. \u00bb\r\n        <\/p>\r\n        <div class=\"dac-testimonial-quote-mark\">\u201c<\/div>\r\n      <\/article>\r\n\r\n      <!-- 3 -->\r\n      <article class=\"dac-testimonial-card dac-testimonial-card--orange\">\r\n        <div class=\"dac-testimonial-top\">\r\n          <div class=\"dac-testimonial-avatar\">\r\n            <img decoding=\"async\" src=\"https:\/\/dac-varouest.fr\/wp-content\/uploads\/2025\/12\/MANDATAIRE-JUDICIAIRE.svg\" alt=\"Mandataire judiciaire\">\r\n          <\/div>\r\n          <div class=\"dac-testimonial-meta\">\r\n            <h3>Mandataire judiciaire<\/h3>\r\n            <span>Protection juridique<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"dac-testimonial-text\">\r\n          \u00ab Gr\u00e2ce au relais effectu\u00e9 par la coordinatrice de parcours complexe, j\u2019ai pu d\u00e9buter rapidement un accompagnement aupr\u00e8s de Monsieur M. \u00bb\r\n        <\/p>\r\n        <div class=\"dac-testimonial-quote-mark\">\u201c<\/div>\r\n      <\/article>\r\n\r\n      <!-- 4 -->\r\n      <article class=\"dac-testimonial-card dac-testimonial-card--yellow\">\r\n        <div class=\"dac-testimonial-top\">\r\n          <div class=\"dac-testimonial-avatar\">\r\n            <img decoding=\"async\" src=\"https:\/\/dac-varouest.fr\/wp-content\/uploads\/2025\/12\/AIDE-A-DOMICILE.svg\" alt=\"Aide \u00e0 domicile\">\r\n          <\/div>\r\n          <div class=\"dac-testimonial-meta\">\r\n            <h3>Aide \u00e0 domicile<\/h3>\r\n            <span>Intervention \u00e0 domicile<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"dac-testimonial-text\">\r\n          \u00ab Une infirmi\u00e8re m\u2019a permis d\u2019alerter le DAC tr\u00e8s rapidement afin de signaler une situation fragile n\u00e9cessitant un appui imm\u00e9diat. \u00bb\r\n        <\/p>\r\n        <div class=\"dac-testimonial-quote-mark\">\u201c<\/div>\r\n      <\/article>\r\n\r\n      <!-- 5 -->\r\n      <article class=\"dac-testimonial-card dac-testimonial-card--blue\">\r\n        <div class=\"dac-testimonial-top\">\r\n          <div class=\"dac-testimonial-avatar\">\r\n            <img decoding=\"async\" src=\"https:\/\/dac-varouest.fr\/wp-content\/uploads\/2025\/12\/ASSISTANTE-DE-SERVICE-SOCIAL.svg\" alt=\"Assistante de service social\">\r\n          <\/div>\r\n          <div class=\"dac-testimonial-meta\">\r\n            <h3>Assistante de service social<\/h3>\r\n            <span>Accompagnement social<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"dac-testimonial-text\">\r\n          \u00ab J\u2019ai fait appel au DAC afin qu\u2019il coordonne le parcours de sant\u00e9 d\u2019une personne refusant les soins malgr\u00e9 une probl\u00e9matique m\u00e9dicale importante. \u00bb\r\n        <\/p>\r\n        <div class=\"dac-testimonial-quote-mark\">\u201c<\/div>\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Nos partenaires parlent de nous Quelques exemples de collaborations sur le terrain, vues par les professionnels qui travaillent avec le DAC Var Ouest. M\u00e9decin g\u00e9n\u00e9raliste Partenaire de ville \u00ab Merci pour votre accompagnement, ma patiente a pu se rapprocher des services sociaux dont elle a besoin pour acc\u00e9der \u00e0 des aides au domicile. \u00bb \u201c <\/p>\n","protected":false},"author":4,"featured_media":0,"parent":4842,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4351","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/pages\/4351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/comments?post=4351"}],"version-history":[{"count":95,"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/pages\/4351\/revisions"}],"predecessor-version":[{"id":8693,"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/pages\/4351\/revisions\/8693"}],"up":[{"embeddable":true,"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/pages\/4842"}],"wp:attachment":[{"href":"https:\/\/dac-varouest.fr\/index.php\/wp-json\/wp\/v2\/media?parent=4351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}