Skip to content

Instantly share code, notes, and snippets.

@michel47
Last active July 10, 2021 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michel47/12a21494e4d4eaa33f1bfcd10d92b8e6 to your computer and use it in GitHub Desktop.
Save michel47/12a21494e4d4eaa33f1bfcd10d92b8e6 to your computer and use it in GitHub Desktop.
civicChallenge2021

Le problème:

Les décisions de groupe à plus de 1000 personnes sont difficiles à prendre, aussi bien dans une entreprise, voire dans une administration ou une commune. Pourtant en matière de gouvernance et stabilité du groupe un consentement global est souvent désiré. Les technologies blockchain sont souvent trop compliquées et coûteuses à déployer.

Concerne:

Larges groupes, et collectivités. Un tel outil d'aide à la décision de groupe peut être utilisé pour la gestion d'une ville, ou pour la gestion participative d'une entreprise, comme pour tout projet de loi et votation diverse.

Solution: FairMedian, outil de calcul distribuée de médiane pour l'aide a la décision de groupe

Un système en ligne pour enregistrer des propositions ainsi que de les présenter de manière ordonnée selon les préférences des membres.

La mesure de consensus la plus appropriée pour un groupe est la valeur médiane des notes collectées pour chacune des propositions (voir scrutin de Condorcet ou jugement majoritaire) Par exemple: avec un seuil à 60%, nous garantissons que plus de 60% du groupe approuve la proposition.

L'outil, pour pouvoir servir de larges groupes devra être distribué, sécurisé et infalsifiable.

Nous utiliserons:

  • les fonctions cryptographiques de chiffrage et de signatures asymétriques
  • une approche pair à pair pour ne pas dépendre d'une infrastructure lourde ou limitative
  • le consensus est obtenu par fusion idempotante des arbres "DAG" de chacun des noeuds du réseau
  • les données sont stockées sous un typage CRDT afin de garantir la convergence éventuelle des résultats
  • l'historique des états du système est cryptographiquement verrouillé.
  • la mutabilité et l'authenticité des résultats est garanti par signatures des membres.

Prochaines étapes:

  • Juin 2021: Proof of concept
  • Sept 2021: test en vrai grandeur (version alpha)
  • Dec 2021 : développent version publique (MLP)
  • Mars 2022: déploiement "testnet"
  • Juin 2022: public launch version béta

Commentaire:

Les technologies développées ici sont une alternative aux blockchaines et sans compromettre leur sécurité elles présente l'avantage considérable de ne pas être gourmande en ressources. Elles peuvent donc être appliquées à bien d'autres domaines.

From bounce+a30ac2.a82fe-michelc=drit.ml@typeform.com Fri Jun 4 12:22:53 2021
Return-Path: <bounce+a30ac2.a82fe-michelc=drit.ml@typeform.com>
Delivered-To: michelc@tommy.heliohost.org
Received: from tommy.heliohost.org
by tommy.heliohost.org with LMTP
id SJRkGf3+uWCUgAEAY4nxBQ
(envelope-from <bounce+a30ac2.a82fe-michelc=drit.ml@typeform.com>)
for <michelc@tommy.heliohost.org>; Fri, 04 Jun 2021 10:22:53 +0000
Return-path: <bounce+a30ac2.a82fe-michelc=drit.ml@typeform.com>
Envelope-to: michelc@drit.ml
Delivery-date: Fri, 04 Jun 2021 10:22:53 +0000
Received: from m229-11.mailgun.net ([159.135.229.11]:18015)
by tommy.heliohost.org with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
(Exim 4.92)
(envelope-from <bounce+a30ac2.a82fe-michelc=drit.ml@typeform.com>)
id 1lp6yX-000KRf-Bu
for michelc@drit.ml; Fri, 04 Jun 2021 10:22:53 +0000
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=typeform.com; q=dns/txt;
s=krs; t=1622802152; h=Content-Transfer-Encoding: Content-Type:
Reply-To: To: From: Subject: Date: Mime-Version: Message-Id: Sender;
bh=+IbxJ0fRRq52FhMCm6o74hUBGj03aMPiCZrHtQiaBdI=; b=ebYZW/DMkXBlk5P/yUcKJFqSNViji44C9OW1GbwTgIxJXW2jl9zDHNO0gPcKL/G1a7wS456S
JrxWZNX3ntQIK7KFm0Ak/vWmDpSft7qqHhKxz7GkEhU8Yf/DS6kasLQtfzKq9USvDMF8cNCY
esfrrDvdsiyJUngflg7tGvv35IY=
X-Mailgun-Sending-Ip: 159.135.229.11
X-Mailgun-Sid: WyIyZmUyNCIsICJtaWNoZWxjQGRyaXQubWwiLCAiYTgyZmUiXQ==
Received: from localhost (ec2-18-204-78-134.compute-1.amazonaws.com
[18.204.78.134]) by smtp-out-n04.prod.us-east-1.postgun.com with SMTP id
60b9feb7f726fa41885416c3 (version=TLS1.2,
cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 04 Jun 2021 10:21:43
GMT
Sender: notifications@typeform.com
Message-Id: <20210604102143.8327e21305f5b1f0@typeform.com>
Mime-Version: 1.0
Date: Fri, 04 Jun 2021 10:21:43 +0000
Subject:
X-Mailgun-Variables: {"form_uid":"Y83Qjszl",
"tracking_id":"2301dfcc0c11403fb32a8ded1cd29f13"}
From: notifications@typeform.com
To: michelc@drit.ml
Reply-To: gioia.bulundwe@civiclab.ch
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=0.6
X-Spam-Score: 6
X-Spam-Bar: /
X-Ham-Report: Spam detection software, running on the system "tommy.heliohost.org",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.
Content preview: Bonjour Michel Combes, Nous vous remercions pour votre participation
à l'édition 2021 du concours national d'innovation pour l'administration
publique, civicChallenge ! Nous sommes déjà très enthousiastes à l'idée
d' [...]
Content analysis details: (0.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/,
no trust
[159.135.229.11 listed in list.dnswl.org]
0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3)
[159.135.229.11 listed in wl.mailspike.net]
-0.0 SPF_PASS SPF: sender matches SPF record
0.1 TRACKER_ID BODY: Incorporates a tracking ID number
0.0 HTML_MESSAGE BODY: HTML included in message
0.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or
identical to background
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
author's domain
-0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from
envelope-from domain
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily
valid
0.6 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML
tag
0.0 RCVD_IN_MSPIKE_WL Mailspike good senders
X-Spam-Flag: NO
Status: RO
Content-Length: 4576
Lines: 60
Bonjour Michel Combes,<br/><br/>Nous vous remercions pour votre participati=
on =C3=A0 l'=C3=A9dition 2021 du concours national d'innovation pour l'admi=
nistration publique, civicChallenge ! Nous sommes d=C3=A9j=C3=A0 tr=C3=A8s =
enthousiastes =C3=A0 l'id=C3=A9e d'examiner votre projet et de le soumettre=
au jury pour =C3=A9valuation. Les s=C3=A9lections auront lieu d'ici le 5 j=
uillet 2021, =C3=A0 la suite de quoi, nous vous ferons savoir comment elles=
se sont d=C3=A9roul=C3=A9es et donc si vous faites partie des finalistes. =
Parmi toutes les id=C3=A9es de projets soumises au concours, dix seront s=
=C3=A9lectionn=C3=A9es comme finalistes qui participeront =C3=A0 un atelier=
gratuit sur l'innovation.<br/><br/><strong>Votre participation chez civicC=
hallenge 2021</strong><br/><em>Projet (nom temporaire):</em> FairMedian<br/=
><em>Team:</em> [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=A9] [=
Non demand=C3=A9], [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=A9=
] [Non demand=C3=A9], [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=
=A9] [Non demand=C3=A9]<br/><em>Probl:</em> Les d=C3=A9cisions de groupe =
=C3=A0 plus de 1000 personnes sont difficiles =C3=A0 prendre,<br/>aussi bie=
n dans une entreprise, voire dans une administration ou une commune.<br/>Po=
urtant en mati=C3=A8re de gouvernance et stabilit=C3=A9 du groupe un consen=
tement<br/>global est souvent d=C3=A9sir=C3=A9. Comment obtenir ce concensu=
s avec les outils modernes informatiques ?<br/>Les technologies blockchain =
sont souvent trop compliqu=C3=A9es et co=C3=BBteuses =C3=A0 d=C3=A9ployer.=
<br/><em>Goupe concern=C3=A9:</em> Concern les larges groupes, et collectiv=
it=C3=A9s:<br/>Un tel outil d&#39;aide =C3=A0 la d=C3=A9cision de groupe pe=
ut =C3=AAtre utilis=C3=A9 pour la gestion d&#39;une ville,<br/>ou pour la g=
estion participative d&#39;une entreprise, comme pour tout projet de loi et=
votation diverse.<br/><em>Solution:</em> Solution: FairMedian, outil de ca=
lcul distribu=C3=A9e de mediane pour l&#39;aide a la decision de groupe<br/=
><br/> Un syst=C3=A8me en ligne pour enregistrer des propositions<br/> ains=
i que de les pr=C3=A9senter de mani=C3=A8re les ordonner selon les pr=C3=A9=
f=C3=A9rences des membres.<br/><br/> La mesure de consensus la plus appropr=
i=C3=A9e pour un groupe consensus est la valeur m=C3=A9diane<br/> des notes=
collect=C3=A9es pour les propositions (voir scrutin de Condorcet ou jugeme=
nt majoritaire)<br/> Par exemple: avec un seuil =C3=A0 60%, nous garantisso=
ns que plus de 60% du groupe approuve la proposition.<br/><br/>L&#39;outil =
pour pouvoir servir de larges groupes devra =C3=AAtre distribu=C3=A9, s=C3=
=A9curis=C3=A9 et infalsifiable.<br/>Nous utiliserons:<br/> - les fonctions=
cryptographiques de chiffrage et de signatures asym=C3=A9triques afin d&#3=
9;assurer la mutabilit=C3=A9 des donn=C3=A9es.<br/> - le consensus est obte=
nu par fusion idempotante des arbres &#34;DAG&#34; des chaque des noeuds du=
r=C3=A9seau<br/> - les donn=C3=A9es sont stock=C3=A9es sous un typage CRDT=
afin de garantir la convergence =C3=A9ventuelle des r=C3=A9sultats<br/><em=
>Prochaine =C3=A9tapes:</em> Juin 2021 : Proof of concept<br/>Sept 2021 : t=
est en vrai grandeur (version alpha)<br/>Dec 2021 : development version pub=
lique (MLP)<br/>Mars 2022: deployement &#34;testnet&#34;<br/>Juin 2022: pub=
lic launch version beta<br/><em>Commentaire:</em> Les technologies d=C3=A9v=
elopp=C3=A9es ici sont une alternative aux blockchaines et sans compromettr=
e leur s=C3=A9curit=C3=A9<br/>elles pr=C3=A9sente l&#39;avantage consid=C3=
=A9rable de ne pas =C3=AAtre gourmande en ressources. Elles peuvent donc =
=C3=AAtre appliqu=C3=A9es =C3=A0 bien d&#39;autres domaines.<br/><br/>Cordi=
alement,<br/>Gioia Bulundwe, Team civicChallenge<br/><br/><span style=3D'co=
lor:white'>xhpcp1z9bx7igtdcbwxhpcpipoia881h</span><p style=3D"color:#AAAAAA=
; font-family:sans-serif; font-size:10pt;">Typeform vous a envoy=C3=A9 cet =
e-mail pour le compte d'un cr=C3=A9ateur de Typeform. Nous ne sommes pas re=
sponsables de son contenu. Si vous suspectez un abus (des liens suspects pa=
r exemple), veuillez le signaler <a href=3D"https://www.typeform.com/help/r=
eport-abuse/">ici</a>.</p><br><p><a href=3D"http://email.typeform.com/u/eJw=
VizsSwiAUAE8Tysz7kEAKCo9gaZUhPDBoMA5ioac3Vju7MyvOW0pRZUdACCNoPKi5t0wmEjIMaV=
gwQaehfZ4x7bX0YS9qdWyNGRkEDQyGydrJ6-gPHQV9tElVV3JY4xaOV2pufdnU_5_fWdzF8vn2-=
m6qVR_u-XGdj0gMKCkECIgaOC1M3koUDEJTQlbNdXT6ARIhNSk">Unsubscribe from all Ty=
peform respondent notifications</a></p>
From bounce-mc.us3_121979378.4767270-a046c111dd@mail168.sea101.rsgsv.net Fri Jul 9 11:27:21 2021
Return-Path: <bounce-mc.us3_121979378.4767270-a046c111dd@mail168.sea101.rsgsv.net>
Delivered-To: michelc@tommy.heliohost.org
Received: from tommy.heliohost.org
by tommy.heliohost.org with LMTP
id f3MRBnkW6GCCTAEAY4nxBQ
(envelope-from <bounce-mc.us3_121979378.4767270-a046c111dd@mail168.sea101.rsgsv.net>)
for <michelc@tommy.heliohost.org>; Fri, 09 Jul 2021 09:27:21 +0000
Return-path: <bounce-mc.us3_121979378.4767270-a046c111dd@mail168.sea101.rsgsv.net>
Envelope-to: michelc@drit.ml
Delivery-date: Fri, 09 Jul 2021 09:27:21 +0000
Received: from mail168.sea101.rsgsv.net ([148.105.15.168]:17923)
by tommy.heliohost.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
(Exim 4.94.2)
(envelope-from <bounce-mc.us3_121979378.4767270-a046c111dd@mail168.sea101.rsgsv.net>)
id 1m1mmy-000Glg-3Q
for michelc@drit.ml; Fri, 09 Jul 2021 09:27:20 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchimpapp.net;
s=k2; t=1625822675;
i=regula.zellweger=3Dciviclab.ch@mailchimpapp.net;
bh=Orq+gTJE8KWtz7Mdf/WEiSzTLcZrv/mFUFEBfLMqmUc=;
h=Subject:From:Reply-To:To:Date:Message-ID:List-ID:List-Unsubscribe:
List-Unsubscribe-Post:Content-Type:MIME-Version;
b=S6kYqqyhhTraYmt37wGrOvbJDhPnI/PBmfu3KgBKABsDRD1MXJa16dNBYpORdBFaH
tn4sJ+yvQGEwPfVMyugjXSFuJ2VkuH46KmbDpNaNRmUD0CoF/V503bLmRZdXz/TfpA
v7y3/289Mv17LTE2Rj7V2SXHJt7yNDbCIc03f/grSgPGNhcFRc3Nkrde79tv1WB/CF
TAMmg4gVWg8bdjDvZl77HFzBa6JNPLCZLVClcxd9rpvMR8B/pedcy+NyF7fcd6b/vi
0Y38q3bDicz6DGzejRFJBWt6UV3BgYPYlqIpxV4AsEvwwpnxAGpfCr4EUm4GpX5Epv
YOgFNWEInfQug==
Received: from localhost (localhost [127.0.0.1])
by mail168.sea101.rsgsv.net (Mailchimp) with ESMTP id 4GLnmg3hfsz705gx6
for <michelc@drit.ml>; Fri, 9 Jul 2021 09:24:35 +0000 (GMT)
Subject: =?utf-8?Q?civicChallenge=20=3A=20R=C3=A9sultat=20de=20l=27=C3=A9valuation=20de=20votre=20id=C3=A9e?=
From: =?utf-8?Q?Regula=20Zellweger?= <regula.zellweger@civiclab.ch>
Reply-To: =?utf-8?Q?Regula=20Zellweger?= <regula.zellweger@civiclab.ch>
To: =?utf-8?Q?Michel=20Combes?= <michelc@drit.ml>
Date: Fri, 9 Jul 2021 09:24:35 +0000
Message-ID: <1325f98678d205026d3951e38.a046c111dd.20210709092429.e553d5d2fc.637e2d4e@mail168.sea101.rsgsv.net>
X-Mailer: MailChimp Mailer - **CIDe553d5d2fca046c111dd**
X-Campaign: mailchimp1325f98678d205026d3951e38.e553d5d2fc
X-campaignid: mailchimp1325f98678d205026d3951e38.e553d5d2fc
X-Report-Abuse: Please report abuse for this campaign here: https://mailchimp.com/contact/abuse/?u=1325f98678d205026d3951e38&id=e553d5d2fc&e=a046c111dd
X-MC-User: 1325f98678d205026d3951e38
Feedback-ID: 121979378:121979378.4767270:us3:mc
List-ID: 1325f98678d205026d3951e38mc list <1325f98678d205026d3951e38.655906.list-id.mcsv.net>
X-Accounttype: pd
List-Unsubscribe: <https://daisybell.us3.list-manage.com/unsubscribe?u=1325f98678d205026d3951e38&id=7a8a6f26db&e=a046c111dd&c=e553d5d2fc>, <mailto:unsubscribe-mc.us3_1325f98678d205026d3951e38.e553d5d2fc-a046c111dd@mailin.mcsv.net?subject=unsubscribe>
List-Unsubscribe-Post: List-Unsubscribe=One-Click
Content-Type: multipart/alternative; boundary="_----------=_MCPart_467261058"
MIME-Version: 1.0
X-Spam-Status: No, score=3.8
X-Spam-Score: 38
X-Spam-Bar: +++
X-Ham-Report: Spam detection software, running on the system "tommy.heliohost.org",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.
Content preview: Merci beaucoup pour votre participation. Vous recevez à présent
le résultat de l'évaluation de votre idée. Bonjour Michel Combes, Merci
d'avoir participé à la deuxième édition de civicChallenge ! Nous sommes
très heureux du grand intérêt suscité par le concours : 55 idées de
projets ont été soumises. La qualité globa [...]
Content analysis details: (3.8 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_PASS SPF: sender matches SPF record
1.0 URIBL_GREY Contains an URL listed in the URIBL greylist
[URIs: list-manage.com]
0.5 URIBL_GOLD Contains an URL listed in the URIBL GOLDlist
[URIs: list-manage.com]
0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
0.0 HTML_MESSAGE BODY: HTML included in message
0.0 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76
chars
0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily
valid
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
0.0 T_KAM_HTML_FONT_INVALID Test for Invalidly Named or Formatted
Colors in HTML
2.0 URI_TRY_3LD "Try it" URI, suspicious hostname
X-Spam-Flag: NO
Status: RO
Content-Length: 74841
Lines: 1687
This is a multi-part message in MIME format
--_----------=_MCPart_467261058
Content-Type: text/plain; charset="utf-8"; format="fixed"
Content-Transfer-Encoding: quoted-printable
Merci beaucoup pour votre participation. Vous recevez =C3=A0 pr=C3=A9sent=
le r=C3=A9sultat de l'=C3=A9valuation de votre id=C3=A9e.
Bonjour Michel Combes=2C
Merci d'avoir particip=C3=A9 =C3=A0 la deuxi=C3=A8me =C3=A9dition de civic=
Challenge ! Nous sommes tr=C3=A8s heureux du grand int=C3=A9r=C3=AAt susci=
t=C3=A9 par le concours : 55 id=C3=A9es de projets ont =C3=A9t=C3=A9 soumi=
ses. La qualit=C3=A9 globale des candidatures =C3=A9tait =C3=A9lev=C3=A9e=
et la course =C3=A0 la finale =C3=A9tait tout aussi serr=C3=A9e - le jury=
n'a pas eu la t=C3=A2che facile pour s=C3=A9lectionner les dix meilleurs.=
Pour en savoir plus sur les projets pr=C3=A9sent=C3=A9s au concours de ce=
tte ann=C3=A9e=2C cliquez
ici (https://www.civicchallenge.ch/fr/la-course-a-la-finale-de-2021-est-la=
ncee/) .
Malheureusement=2C votre contribution n'a pas =C3=A9t=C3=A9 retenue pour l=
e deuxi=C3=A8me tour du concours. N=C3=A9anmoins=2C nous aimerions vous en=
voyer les commentaires =C3=A9crits du jury et vous encourager =C3=A0 pours=
uivre le projet d=C3=A9crit. Au printemps 2022=2C nous organiserons le tro=
isi=C3=A8me tour de civicChallenge. Vous pouvez aff=C3=BBter cette id=C3=
=A9e de projet - ou une toute nouvelle - d'ici l=C3=A0 et tr=C3=A8s volont=
iers participer =C3=A0 nouveau !
Vous trouverez les commentaires du jury sur votre projet ici :
Commentaires du jury sur votre id=C3=A9e de projet (https://drive.google.com/open?id=3D1AGvliiJfjbhfCSGglXTAZB8kMpWomdkG)
Nous serions tr=C3=A8s heureux que vous rejoigniez notre communaut=C3=A9 e=
t restiez ainsi en contact avec d'autres employ=C3=A9s de l'administration=
publique int=C3=A9ress=C3=A9s par l'innovation.
Nous organisons r=C3=A9guli=C3=A8rement des =C3=A9v=C3=A9nements destin=C3=
=A9s =C3=A0 favoriser un =C3=A9change fructueux sur le th=C3=A8me de l'inn=
ovation.
Rejoignez la communaut=C3=A9 Slack maintenant (https://join.slack.com/t/ci=
vicchalleng-ulj7478/shared_invite/zt-rpnlk49j-16aRPi98DxRbzfZGtxMcLA)
Nous profitons de cette occasion pour vous remercier encore une fois de vo=
tre participation =C3=A0 l'=C3=A9dition de cette ann=C3=A9e de civicChalle=
nge et nous esp=C3=A9rons rester en contact avec vous.
Avec nos meilleures salutations=2C
Regula Zellweger et Che Wagner=2C Co-gestion de projet civicChallenge
https://civiclab.ch
civicChallenge=2C a project by civicLab
https://www.facebook.com/civicchallenge
http://www.twitter.com/civicChallenge
https://www.civicchallenge.ch/
http://www.linkedin.com/civicchallenge
http://instagram.com/civicchallenge
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
You are receiving this email because you opted in via our website.
civicChallenge
Rue Charles Humbert 9
Geneva 1205
Switzerland
=C2=A9 2021 civicChallenge=2C All rights reserved.
Want to change how you receive these emails?
You can ** update your preferences (https://daisybell.us3.list-manage.com/=
profile?u=3D1325f98678d205026d3951e38&id=3D7a8a6f26db&e=3Da046c111dd&c=3De55=
3d5d2fc)
or ** unsubscribe from this list (https://daisybell.us3.list-manage.com/un=
subscribe?u=3D1325f98678d205026d3951e38&id=3D7a8a6f26db&e=3Da046c111dd&c=3De=
553d5d2fc)
=2E
--_----------=_MCPart_467261058
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<!doctype html>
<html xmlns=3D"http://www.w3.org/1999/xhtml" xmlns:v=3D"urn:schemas-micros=
oft-com:vml" xmlns:o=3D"urn:schemas-microsoft-com:office:office">
<head>
<!-- NAME: ANNOUNCE -->
<!--[if gte mso 15]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta charset=3D"UTF-8">
<meta http-equiv=3D"X-UA-Compatible" content=3D"IE=3Dedge">
<meta name=3D"viewport" content=3D"width=3Ddevice-width=2C initial=
-scale=3D1">
<title>civicChallenge : R=C3=A9sultat de l'=C3=A9valuation de votr=
e id=C3=A9e</title>
<style type=3D"text/css">
=09=09p{
=09=09=09margin:10px 0;
=09=09=09padding:0;
=09=09}
=09=09table{
=09=09=09border-collapse:collapse;
=09=09}
=09=09h1=2Ch2=2Ch3=2Ch4=2Ch5=2Ch6{
=09=09=09display:block;
=09=09=09margin:0;
=09=09=09padding:0;
=09=09}
=09=09img=2Ca img{
=09=09=09border:0;
=09=09=09height:auto;
=09=09=09outline:none;
=09=09=09text-decoration:none;
=09=09}
=09=09body=2C#bodyTable=2C#bodyCell{
=09=09=09height:100%;
=09=09=09margin:0;
=09=09=09padding:0;
=09=09=09width:100%;
=09=09}
=09=09.mcnPreviewText{
=09=09=09display:none !important;
=09=09}
=09=09#outlook a{
=09=09=09padding:0;
=09=09}
=09=09img{
=09=09=09-ms-interpolation-mode:bicubic;
=09=09}
=09=09table{
=09=09=09mso-table-lspace:0pt;
=09=09=09mso-table-rspace:0pt;
=09=09}
=09=09.ReadMsgBody{
=09=09=09width:100%;
=09=09}
=09=09.ExternalClass{
=09=09=09width:100%;
=09=09}
=09=09p=2Ca=2Cli=2Ctd=2Cblockquote{
=09=09=09mso-line-height-rule:exactly;
=09=09}
=09=09a[href^=3Dtel]=2Ca[href^=3Dsms]{
=09=09=09color:inherit;
=09=09=09cursor:default;
=09=09=09text-decoration:none;
=09=09}
=09=09p=2Ca=2Cli=2Ctd=2Cbody=2Ctable=2Cblockquote{
=09=09=09-ms-text-size-adjust:100%;
=09=09=09-webkit-text-size-adjust:100%;
=09=09}
=09=09.ExternalClass=2C.ExternalClass p=2C.ExternalClass td=2C.ExternalCla=
ss div=2C.ExternalClass span=2C.ExternalClass font{
=09=09=09line-height:100%;
=09=09}
=09=09a[x-apple-data-detectors]{
=09=09=09color:inherit !important;
=09=09=09text-decoration:none !important;
=09=09=09font-size:inherit !important;
=09=09=09font-family:inherit !important;
=09=09=09font-weight:inherit !important;
=09=09=09line-height:inherit !important;
=09=09}
=09=09.templateContainer{
=09=09=09max-width:600px !important;
=09=09}
=09=09a.mcnButton{
=09=09=09display:block;
=09=09}
=09=09.mcnImage=2C.mcnRetinaImage{
=09=09=09vertical-align:bottom;
=09=09}
=09=09.mcnTextContent{
=09=09=09word-break:break-word;
=09=09}
=09=09.mcnTextContent img{
=09=09=09height:auto !important;
=09=09}
=09=09.mcnDividerBlock{
=09=09=09table-layout:fixed !important;
=09=09}
=09=09h1{
=09=09=09color:#222222;
=09=09=09font-family:Helvetica;
=09=09=09font-size:40px;
=09=09=09font-style:normal;
=09=09=09font-weight:bold;
=09=09=09line-height:150%;
=09=09=09letter-spacing:normal;
=09=09=09text-align:center;
=09=09}
=09=09h2{
=09=09=09color:#222222;
=09=09=09font-family:Helvetica;
=09=09=09font-size:34px;
=09=09=09font-style:normal;
=09=09=09font-weight:bold;
=09=09=09line-height:150%;
=09=09=09letter-spacing:normal;
=09=09=09text-align:left;
=09=09}
=09=09h3{
=09=09=09color:#444444;
=09=09=09font-family:Helvetica;
=09=09=09font-size:22px;
=09=09=09font-style:normal;
=09=09=09font-weight:bold;
=09=09=09line-height:150%;
=09=09=09letter-spacing:normal;
=09=09=09text-align:left;
=09=09}
=09=09h4{
=09=09=09color:#949494;
=09=09=09font-family:Georgia;
=09=09=09font-size:20px;
=09=09=09font-style:italic;
=09=09=09font-weight:normal;
=09=09=09line-height:125%;
=09=09=09letter-spacing:normal;
=09=09=09text-align:center;
=09=09}
=09=09#templateHeader{
=09=09=09background-color:#fbbd4e;
=09=09=09background-image:url("https://mcusercontent.com/1325f98678d205026=
d3951e38/images/2cac0f2b-bf7d-4914-bd0a-467ca415408a.jpg");
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:44px;
=09=09=09padding-bottom:44px;
=09=09}
=09=09.headerContainer{
=09=09=09background-color:#transparent;
=09=09=09background-image:none;
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:0px;
=09=09=09padding-bottom:0px;
=09=09}
=09=09.headerContainer .mcnTextContent=2C.headerContainer .mcnTextContent=
p{
=09=09=09color:#757575;
=09=09=09font-family:Helvetica;
=09=09=09font-size:16px;
=09=09=09line-height:150%;
=09=09=09text-align:left;
=09=09}
=09=09.headerContainer .mcnTextContent a=2C.headerContainer .mcnTextConten=
t p a{
=09=09=09color:#007C89;
=09=09=09font-weight:normal;
=09=09=09text-decoration:underline;
=09=09}
=09=09#templateBody{
=09=09=09background-color:#FFFFFF;
=09=09=09background-image:none;
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:39px;
=09=09=09padding-bottom:39px;
=09=09}
=09=09.bodyContainer{
=09=09=09background-color:transparent;
=09=09=09background-image:none;
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:0;
=09=09=09padding-bottom:0;
=09=09}
=09=09.bodyContainer .mcnTextContent=2C.bodyContainer .mcnTextContent p{
=09=09=09color:#757575;
=09=09=09font-family:Helvetica;
=09=09=09font-size:16px;
=09=09=09line-height:150%;
=09=09=09text-align:left;
=09=09}
=09=09.bodyContainer .mcnTextContent a=2C.bodyContainer .mcnTextContent p=
a{
=09=09=09color:#007C89;
=09=09=09font-weight:normal;
=09=09=09text-decoration:underline;
=09=09}
=09=09#templateFooter{
=09=09=09background-color:#fbbd4e;
=09=09=09background-image:url("https://gallery.mailchimp.com/2a2b87c0aeda2=
b0edba97f8d9/images/8183bd0b-39c3-41f2-b12a-caa23db0033f.jpg");
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:45px;
=09=09=09padding-bottom:63px;
=09=09}
=09=09.footerContainer{
=09=09=09background-color:transparent;
=09=09=09background-image:none;
=09=09=09background-repeat:no-repeat;
=09=09=09background-position:center;
=09=09=09background-size:cover;
=09=09=09border-top:0;
=09=09=09border-bottom:0;
=09=09=09padding-top:0;
=09=09=09padding-bottom:0;
=09=09}
=09=09.footerContainer .mcnTextContent=2C.footerContainer .mcnTextContent=
p{
=09=09=09color:#FFFFFF;
=09=09=09font-family:Helvetica;
=09=09=09font-size:12px;
=09=09=09line-height:150%;
=09=09=09text-align:center;
=09=09}
=09=09.footerContainer .mcnTextContent a=2C.footerContainer .mcnTextConten=
t p a{
=09=09=09color:#FFFFFF;
=09=09=09font-weight:normal;
=09=09=09text-decoration:underline;
=09=09}
=09@media only screen and (min-width:768px){
=09=09.templateContainer{
=09=09=09width:600px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09body=2Ctable=2Ctd=2Cp=2Ca=2Cli=2Cblockquote{
=09=09=09-webkit-text-size-adjust:none !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09body{
=09=09=09width:100% !important;
=09=09=09min-width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnRetinaImage{
=09=09=09max-width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImage{
=09=09=09width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnCartContainer=2C.mcnCaptionTopContent=2C.mcnRecContentContainer=
=2C.mcnCaptionBottomContent=2C.mcnTextContentContainer=2C.mcnBoxedTextCont=
entContainer=2C.mcnImageGroupContentContainer=2C.mcnCaptionLeftTextContent=
Container=2C.mcnCaptionRightTextContentContainer=2C.mcnCaptionLeftImageCon=
tentContainer=2C.mcnCaptionRightImageContentContainer=2C.mcnImageCardLeftT=
extContentContainer=2C.mcnImageCardRightTextContentContainer=2C.mcnImageCa=
rdLeftImageContentContainer=2C.mcnImageCardRightImageContentContainer{
=09=09=09max-width:100% !important;
=09=09=09width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnBoxedTextContentContainer{
=09=09=09min-width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageGroupContent{
=09=09=09padding:9px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnCaptionLeftContentOuter .mcnTextContent=2C.mcnCaptionRightConten=
tOuter .mcnTextContent{
=09=09=09padding-top:9px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageCardTopImageContent=2C.mcnCaptionBottomContent:last-child .=
mcnCaptionBottomImageContent=2C.mcnCaptionBlockInner .mcnCaptionTopContent=
:last-child .mcnTextContent{
=09=09=09padding-top:18px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageCardBottomImageContent{
=09=09=09padding-bottom:9px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageGroupBlockInner{
=09=09=09padding-top:0 !important;
=09=09=09padding-bottom:0 !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageGroupBlockOuter{
=09=09=09padding-top:9px !important;
=09=09=09padding-bottom:9px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnTextContent=2C.mcnBoxedTextContentColumn{
=09=09=09padding-right:18px !important;
=09=09=09padding-left:18px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnImageCardLeftImageContent=2C.mcnImageCardRightImageContent{
=09=09=09padding-right:18px !important;
=09=09=09padding-bottom:0 !important;
=09=09=09padding-left:18px !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcpreview-image-uploader{
=09=09=09display:none !important;
=09=09=09width:100% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09h1{
=09=09=09font-size:30px !important;
=09=09=09line-height:125% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09h2{
=09=09=09font-size:26px !important;
=09=09=09line-height:125% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09h3{
=09=09=09font-size:20px !important;
=09=09=09line-height:150% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09h4{
=09=09=09font-size:18px !important;
=09=09=09line-height:150% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.mcnBoxedTextContentContainer .mcnTextContent=2C.mcnBoxedTextContent=
Container .mcnTextContent p{
=09=09=09font-size:14px !important;
=09=09=09line-height:150% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.headerContainer .mcnTextContent=2C.headerContainer .mcnTextContent=
p{
=09=09=09font-size:16px !important;
=09=09=09line-height:150% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.bodyContainer .mcnTextContent=2C.bodyContainer .mcnTextContent p{
=09=09=09font-size:16px !important;
=09=09=09line-height:150% !important;
=09=09}
}=09@media only screen and (max-width: 480px){
=09=09.footerContainer .mcnTextContent=2C.footerContainer .mcnTextContent=
p{
=09=09=09font-size:14px !important;
=09=09=09line-height:150% !important;
=09=09}
}</style></head>
<body style=3D"height: 100%;margin: 0;padding: 0;width: 100%;-ms-text-=
size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<!--
-->
<!--[if !gte mso 9]><!----><span class=3D"mcnPreviewText" style=
=3D"display:none; font-size:0px; line-height:0px; max-height:0px; max-widt=
h:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">Merci=
beaucoup pour votre participation. Vous recevez =C3=A0 pr=C3=A9sent le r=
=C3=A9sultat de l'=C3=A9valuation de votre id=C3=A9e.</span><!--<![endif]=
-->
<!--
-->
<center>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspa=
cing=3D"0" height=3D"100%" width=3D"100%" id=3D"bodyTable" style=3D"border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;pad=
ding: 0;width: 100%;">
<tr>
<td align=3D"center" valign=3D"top" id=3D"bodyCell" st=
yle=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-te=
xt-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;">
<!-- BEGIN TEMPLATE // -->
<table border=3D"0" cellpadding=3D"0" cellspacing=
=3D"0" width=3D"100%" style=3D"border-collapse: collapse;mso-table-lspace:=
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-ad=
just: 100%;">
<tr>
<td align=3D"center" valign=3D"top" id=3D"=
templateHeader" data-template-container=3D"" style=3D"background:#fbbd4e u=
rl(&quot;https://mcusercontent.com/1325f98678d205026d3951e38/images/2cac0f=
2b-bf7d-4914-bd0a-467ca415408a.jpg&quot;) no-repeat center/cover;mso-line-=
height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust:=
100%;background-color: #fbbd4e;background-image: url(https://mcuserconten=
t.com/1325f98678d205026d3951e38/images/2cac0f2b-bf7d-4914-bd0a-467ca415408=
a.jpg);background-repeat: no-repeat;background-position: center;background=
-size: cover;border-top: 0;border-bottom: 0;padding-top: 44px;padding-bott=
om: 44px;">
<!--[if (gte mso 9)|(IE)]>
<table align=3D"center" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"0" width=3D"600" style=3D"width:600px;">
<tr>
<td align=3D"center" valign=3D"top" wi=
dth=3D"600" style=3D"width:600px;">
<![endif]-->
<table align=3D"center" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"templateContain=
er" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rsp=
ace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;max-wid=
th: 600px !important;">
<tr>
<td valign=3D"top" class=3D"he=
aderContainer" style=3D"background:#transparent none no-repeat center/cove=
r;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-si=
ze-adjust: 100%;background-color: #transparent;background-image: none;back=
ground-repeat: no-repeat;background-position: center;background-size: cove=
r;border-top: 0;border-bottom: 0;padding-top: 0px;padding-bottom: 0px;"><t=
able border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=
=3D"mcnImageBlock" style=3D"min-width: 100%;border-collapse: collapse;mso-=
table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit=
-text-size-adjust: 100%;">
<tbody class=3D"mcnImageBlockOuter">
<tr>
<td valign=3D"top" style=3D"padding: 0px;mso-line-height-r=
ule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" c=
lass=3D"mcnImageBlockInner">
<table align=3D"left" width=3D"100%" border=3D"0" cell=
padding=3D"0" cellspacing=3D"0" class=3D"mcnImageContentContainer" style=
=3D"min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-ta=
ble-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;=
">
<tbody><tr>
<td class=3D"mcnImageContent" valign=3D"top" s=
tyle=3D"padding-right: 0px;padding-left: 0px;padding-top: 0;padding-bottom=
: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust:=
100%;-webkit-text-size-adjust: 100%;">
<img align=3D"center" alt=3D"" src=
=3D"https://mcusercontent.com/1325f98678d205026d3951e38/images/f2af7e96-04=
7d-4d0b-b061-39c6c5882b91.png" width=3D"174" style=3D"max-width: 2000px;pa=
dding-bottom: 0;display: inline !important;vertical-align: bottom;border:=
0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode=
: bicubic;" class=3D"mcnRetinaImage">
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<tr>
<td align=3D"center" valign=3D"top" id=3D"=
templateBody" data-template-container=3D"" style=3D"background:#FFFFFF non=
e no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;backgroun=
d-image: none;background-repeat: no-repeat;background-position: center;bac=
kground-size: cover;border-top: 0;border-bottom: 0;padding-top: 39px;paddi=
ng-bottom: 39px;">
<!--[if (gte mso 9)|(IE)]>
<table align=3D"center" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"0" width=3D"600" style=3D"width:600px;">
<tr>
<td align=3D"center" valign=3D"top" wi=
dth=3D"600" style=3D"width:600px;">
<![endif]-->
<table align=3D"center" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"templateContain=
er" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rsp=
ace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;max-wid=
th: 600px !important;">
<tr>
<td valign=3D"top" class=3D"bo=
dyContainer" style=3D"background:transparent none no-repeat center/cover;m=
so-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-=
adjust: 100%;background-color: transparent;background-image: none;backgrou=
nd-repeat: no-repeat;background-position: center;background-size: cover;bo=
rder-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;"><table cla=
ss=3D"mcnDividerBlock" style=3D"min-width: 100%;border-collapse: collapse;=
mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-we=
bkit-text-size-adjust: 100%;table-layout: fixed !important;" width=3D"100%=
" cellspacing=3D"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnDividerBlockOuter">
<tr>
<td class=3D"mcnDividerBlockInner" style=3D"min-width: 100%;pa=
dding: 10px 18px 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 1=
00%;-webkit-text-size-adjust: 100%;">
<table class=3D"mcnDividerContent" style=3D"min-width: 100=
%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-m=
s-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" c=
ellspacing=3D"0" cellpadding=3D"0" border=3D"0">
<tbody><tr>
<td style=3D"mso-line-height-rule: exactly;-ms-tex=
t-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody></table>
<!--
<td class=3D"mcnDividerBlockInner" style=3D"padding: 18px;=
">
<hr class=3D"mcnDividerContent" style=3D"border-bottom-col=
or:none; border-left-color:none; border-right-color:none; border-bottom-wi=
dth:0; border-left-width:0; border-right-width:0; margin-top:0; margin-rig=
ht:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table><table class=3D"mcnTextBlock" style=3D"min-width: 100%;border-coll=
apse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-a=
djust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td class=3D"mcnTextBlockInner" style=3D"padding-top: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" valign=3D"top">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table style=3D"max-width: 100%;min-width: 100%;border-col=
lapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-=
adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnTextContentConta=
iner" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" alig=
n=3D"left">
<tbody><tr>
<td class=3D"mcnTextContent" style=3D"padding-top:=
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-hei=
ght-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;word-break: break-word;color: #757575;font-family: Helvetica;font-size:=
16px;line-height: 150%;text-align: left;" valign=3D"top">
<span style=3D"color:#000000">Bonjour Michel Combes=2C<br>
<br>
Merci d'avoir particip=C3=A9 =C3=A0 la deuxi=C3=A8me =C3=A9dition de civic=
Challenge ! Nous sommes tr=C3=A8s heureux du grand int=C3=A9r=C3=AAt susci=
t=C3=A9 par le concours : <strong>55 id=C3=A9es de projets ont =C3=A9t=C3=
=A9 soumises</strong>. <strong>La qualit=C3=A9 globale des candidatures=
=C3=A9tait =C3=A9lev=C3=A9e</strong> et la course =C3=A0 la finale =C3=A9=
tait tout aussi serr=C3=A9e - le jury n'a pas eu la t=C3=A2che facile pour=
s=C3=A9lectionner les dix meilleurs. Pour en savoir plus sur les projets=
pr=C3=A9sent=C3=A9s au concours de cette ann=C3=A9e=2C cliquez </span><a=
href=3D"https://daisybell.us3.list-manage.com/track/click?u=3D1325f98678d=
205026d3951e38&id=3De990fdceb7&e=3Da046c111dd" target=3D"_blank" style=3D=
"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-siz=
e-adjust: 100%;color: #007C89;font-weight: normal;text-decoration: underli=
ne;"><span style=3D"color:#000000">ici</span></a><span style=3D"color:#000=
000">.<br>
<br>
<strong>Malheureusement=2C votre contribution n'a pas =C3=A9t=C3=A9 retenu=
e pour le deuxi=C3=A8me tour du concours. </strong>N=C3=A9anmoins=2C nous=
aimerions vous envoyer les commentaires =C3=A9crits du jury et vous encou=
rager =C3=A0 poursuivre le projet d=C3=A9crit. Au printemps 2022=2C nous o=
rganiserons le troisi=C3=A8me tour de civicChallenge. Vous pouvez aff=C3=
=BBter cette id=C3=A9e de projet - ou une toute nouvelle - d'ici l=C3=A0 e=
t tr=C3=A8s volontiers participer =C3=A0 nouveau !<br>
<br>
Vous trouverez les commentaires du jury sur votre projet ici :</span>
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnButtonBlock" style=3D"min-width: 100%;border-collapse: co=
llapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 1=
00%;-webkit-text-size-adjust: 100%;">
<tbody class=3D"mcnButtonBlockOuter">
<tr>
<td style=3D"padding-top: 0;padding-right: 18px;padding-bottom=
: 18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adju=
st: 100%;-webkit-text-size-adjust: 100%;" valign=3D"top" align=3D"center"=
class=3D"mcnButtonBlockInner">
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" cl=
ass=3D"mcnButtonContentContainer" style=3D"border-collapse: separate !impo=
rtant;border-radius: 4px;background-color: #FFD249;mso-table-lspace: 0pt;m=
so-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust:=
100%;">
<tbody>
<tr>
<td align=3D"center" valign=3D"middle" class=
=3D"mcnButtonContent" style=3D"font-family: Arial;font-size: 16px;padding:=
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-tex=
t-size-adjust: 100%;">
<a class=3D"mcnButton " title=3D"Commentai=
res du jury sur votre id=C3=A9e de projet" href=3D"https://daisybell.us3.l=
ist-manage.com/track/click?u=3D1325f98678d205026d3951e38&id=3D3681e60e43&e=
=3Da046c111dd" target=3D"_blank" style=3D"font-weight: bold;letter-spacin=
g: normal;line-height: 100%;text-align: center;text-decoration: none;color=
: #222222;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit=
-text-size-adjust: 100%;display: block;">Commentaires du jury sur votre id=
=C3=A9e de projet</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table><table class=3D"mcnTextBlock" style=3D"min-width: 100%;border-coll=
apse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-a=
djust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td class=3D"mcnTextBlockInner" style=3D"padding-top: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" valign=3D"top">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table style=3D"max-width: 100%;min-width: 100%;border-col=
lapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-=
adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnTextContentConta=
iner" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" alig=
n=3D"left">
<tbody><tr>
<td class=3D"mcnTextContent" style=3D"padding-top:=
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-hei=
ght-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;word-break: break-word;color: #757575;font-family: Helvetica;font-size:=
16px;line-height: 150%;text-align: left;" valign=3D"top">
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table class=3D"mcnTextBlock" style=3D"min-width: 100%;border-coll=
apse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-a=
djust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td class=3D"mcnTextBlockInner" style=3D"padding-top: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" valign=3D"top">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table style=3D"max-width: 100%;min-width: 100%;border-col=
lapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-=
adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnTextContentConta=
iner" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" alig=
n=3D"left">
<tbody><tr>
<td class=3D"mcnTextContent" style=3D"padding-top:=
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-hei=
ght-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;word-break: break-word;color: #757575;font-family: Helvetica;font-size:=
16px;line-height: 150%;text-align: left;" valign=3D"top">
<span style=3D"color:#000000">Nous serions tr=
=C3=A8s heureux que vous <strong>rejoigniez notre communaut=C3=A9</strong>=
et restiez ainsi en contact avec d'autres employ=C3=A9s de l'administrati=
on publique int=C3=A9ress=C3=A9s par l'innovation.<br>
Nous organisons r=C3=A9guli=C3=A8rement des =C3=A9v=C3=A9nements destin=C3=
=A9s =C3=A0 favoriser un =C3=A9change fructueux sur le th=C3=A8me de l'inn=
ovation.</span>
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table class=3D"mcnButtonBlock" style=3D"min-width: 100%;border-co=
llapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size=
-adjust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=
=3D"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnButtonBlockOuter">
<tr>
<td style=3D"padding-top: 0;padding-right: 18px;padding-bottom=
: 18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adju=
st: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnButtonBlockInner" va=
lign=3D"top" align=3D"center">
<table class=3D"mcnButtonContentContainer" style=3D"border=
-collapse: separate !important;border-radius: 4px;background-color: #EA5B3=
A;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-=
webkit-text-size-adjust: 100%;" cellspacing=3D"0" cellpadding=3D"0" border=
=3D"0">
<tbody>
<tr>
<td class=3D"mcnButtonContent" style=3D"font-f=
amily: Arial;font-size: 16px;padding: 18px;mso-line-height-rule: exactly;-=
ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign=3D"middl=
e" align=3D"center">
<a class=3D"mcnButton " title=3D"Rejoignez=
la communaut=C3=A9 Slack maintenant" href=3D"https://daisybell.us3.list-m=
anage.com/track/click?u=3D1325f98678d205026d3951e38&id=3D821324388c&e=3Da046c111dd" target=3D"_blank" style=3D"font-weight: bold;letter-spacing: no=
rmal;line-height: 100%;text-align: center;text-decoration: none;color: #22=
2222;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text=
-size-adjust: 100%;display: block;">Rejoignez la communaut=C3=A9 Slack mai=
ntenant</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table><table class=3D"mcnTextBlock" style=3D"min-width: 100%;border-coll=
apse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-a=
djust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td class=3D"mcnTextBlockInner" style=3D"padding-top: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" valign=3D"top">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table style=3D"max-width: 100%;min-width: 100%;border-col=
lapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-=
adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnTextContentConta=
iner" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" alig=
n=3D"left">
<tbody><tr>
<td class=3D"mcnTextContent" style=3D"padding-top:=
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-hei=
ght-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;word-break: break-word;color: #757575;font-family: Helvetica;font-size:=
16px;line-height: 150%;text-align: left;" valign=3D"top">
<span style=3D"color:#000000">Nous profitons d=
e cette occasion pour vous remercier encore une fois de votre participatio=
n =C3=A0 l'=C3=A9dition de cette ann=C3=A9e de civicChallenge et nous esp=
=C3=A9rons rester en contact avec vous.<br>
<br>
Avec nos meilleures salutations=2C<br>
Regula Zellweger et Che Wagner=2C Co-gestion de projet civicChallenge</spa=
n>
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table class=3D"mcnTextBlock" style=3D"min-width: 100%;border-coll=
apse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-a=
djust: 100%;-webkit-text-size-adjust: 100%;" width=3D"100%" cellspacing=3D=
"0" cellpadding=3D"0" border=3D"0">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td class=3D"mcnTextBlockInner" style=3D"padding-top: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" valign=3D"top">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table style=3D"max-width: 100%;min-width: 100%;border-col=
lapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-=
adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnTextContentConta=
iner" width=3D"100%" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" alig=
n=3D"left">
<tbody><tr>
<td class=3D"mcnTextContent" style=3D"padding-top:=
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-hei=
ght-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;word-break: break-word;color: #757575;font-family: Helvetica;font-size:=
16px;line-height: 150%;text-align: left;" valign=3D"top">
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnDividerBlock" style=3D"min-width: 100%;border-collapse: c=
ollapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust:=
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
<tbody class=3D"mcnDividerBlockOuter">
<tr>
<td class=3D"mcnDividerBlockInner" style=3D"min-width: 100%;pa=
dding: 10px 18px 20px;mso-line-height-rule: exactly;-ms-text-size-adjust:=
100%;-webkit-text-size-adjust: 100%;">
<table class=3D"mcnDividerContent" border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0" width=3D"100%" style=3D"min-width: 100%;border-t=
op: 2px none #EAEAEA;border-collapse: collapse;mso-table-lspace: 0pt;mso-t=
able-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%=
;">
<tbody><tr>
<td style=3D"mso-line-height-rule: exactly;-ms-tex=
t-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody></table>
<!--
<td class=3D"mcnDividerBlockInner" style=3D"padding: 18px;=
">
<hr class=3D"mcnDividerContent" style=3D"border-bottom-col=
or:none; border-left-color:none; border-right-color:none; border-bottom-wi=
dth:0; border-left-width:0; border-right-width:0; margin-top:0; margin-rig=
ht:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnTextBlock" style=3D"min-width: 100%;border-collapse: coll=
apse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100=
%;-webkit-text-size-adjust: 100%;">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td valign=3D"top" class=3D"mcnTextBlockInner" style=3D"paddin=
g-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webki=
t-text-size-adjust: 100%;">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table align=3D"left" border=3D"0" cellpadding=3D"0" cells=
pacing=3D"0" style=3D"max-width: 100%;min-width: 100%;border-collapse: col=
lapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 10=
0%;-webkit-text-size-adjust: 100%;" width=3D"100%" class=3D"mcnTextContent=
Container">
<tbody><tr>
<td valign=3D"top" class=3D"mcnTextContent" style=
=3D"padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 1=
8px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-=
size-adjust: 100%;word-break: break-word;color: #757575;font-family: Helve=
tica;font-size: 16px;line-height: 150%;text-align: left;">
<div style=3D"text-align: left;"><span style=
=3D"color:#000000"><span style=3D"font-family:arial=2Chelvetica neue=2Chel=
vetica=2Csans-serif"><span style=3D"font-size:13px"><a href=3D"https://dai=
sybell.us3.list-manage.com/track/click?u=3D1325f98678d205026d3951e38&id=3D=
f63b615dfe&e=3Da046c111dd" target=3D"_blank" style=3D"mso-line-height-rul=
e: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color=
: #007C89;font-weight: normal;text-decoration: underline;"><img data-file-=
id=3D"4150281" height=3D"44" src=3D"https://gallery.mailchimp.com/2a2b87c0=
aeda2b0edba97f8d9/images/8d87e80f-1f01-4b43-876b-04daef1e095a.png" style=
=3D"border: 0px initial;width: 140px;height: 44px;margin: 0px;outline: non=
e;text-decoration: none;-ms-interpolation-mode: bicubic;" width=3D"140"></=
a></span><br>
<span style=3D"font-size:15px">civicChallenge=2C a project by civicLab</sp=
an></span></span></div>
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnDividerBlock" style=3D"min-width: 100%;border-collapse: c=
ollapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust:=
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
<tbody class=3D"mcnDividerBlockOuter">
<tr>
<td class=3D"mcnDividerBlockInner" style=3D"min-width: 100%;pa=
dding: 20px 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;=
-webkit-text-size-adjust: 100%;">
<table class=3D"mcnDividerContent" border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0" width=3D"100%" style=3D"min-width: 100%;border-t=
op: 2px solid #EAEAEA;border-collapse: collapse;mso-table-lspace: 0pt;mso-=
table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100=
%;">
<tbody><tr>
<td style=3D"mso-line-height-rule: exactly;-ms-tex=
t-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody></table>
<!--
<td class=3D"mcnDividerBlockInner" style=3D"padding: 18px;=
">
<hr class=3D"mcnDividerContent" style=3D"border-bottom-col=
or:none; border-left-color:none; border-right-color:none; border-bottom-wi=
dth:0; border-left-width:0; border-right-width:0; margin-top:0; margin-rig=
ht:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnFollowBlock" style=3D"min-width: 100%;border-collapse: co=
llapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 1=
00%;-webkit-text-size-adjust: 100%;">
<tbody class=3D"mcnFollowBlockOuter">
<tr>
<td align=3D"center" valign=3D"top" style=3D"padding: 9px;mso-=
line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adj=
ust: 100%;" class=3D"mcnFollowBlockInner">
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi=
dth=3D"100%" class=3D"mcnFollowContentContainer" style=3D"min-width: 100%;=
border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-=
text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td align=3D"center" style=3D"padding-left: 9px;padding-right: 9px=
;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-siz=
e-adjust: 100%;">
<table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=
=3D"100%" style=3D"min-width: 100%;border-collapse: collapse;mso-table-lsp=
ace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-siz=
e-adjust: 100%;" class=3D"mcnFollowContent">
<tbody><tr>
<td align=3D"center" valign=3D"top" style=3D"padding-t=
op: 9px;padding-right: 9px;padding-left: 9px;mso-line-height-rule: exactly=
;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table align=3D"center" border=3D"0" cellpadding=
=3D"0" cellspacing=3D"0" style=3D"border-collapse: collapse;mso-table-lspa=
ce: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size=
-adjust: 100%;">
<tbody><tr>
<td align=3D"center" valign=3D"top" style=
=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-=
size-adjust: 100%;">
<!--[if mso]>
<table align=3D"center" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"0">
<tr>
<![endif]-->
<!--[if mso]>
<td align=3D"center" valign=3D"top=
">
<![endif]-->
<table align=3D"left" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"display: inline;border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td valign=3D"top" sty=
le=3D"padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactl=
y;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcn=
FollowContentItemContainer">
<table border=3D"0=
" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mcnFollowCon=
tentItem" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-tab=
le-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"=
>
<tbody><tr>
<td align=
=3D"left" valign=3D"middle" style=3D"padding-top: 5px;padding-right: 10px;=
padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-te=
xt-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table=
align=3D"left" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspac=
e: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<t=
body><tr>
=
<td align=3D"center" valign=3D"middle" width=3D"24" class=3D"mcnFol=
lowIconContent" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;">
=
<a href=3D"https://daisybell.us3.list-manage.com/track/click?u=
=3D1325f98678d205026d3951e38&id=3D6cea3c9539&e=3Da046c111dd" target=3D"_b=
lank" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-w=
ebkit-text-size-adjust: 100%;"><img src=3D"https://cdn-images.mailchimp.co=
m/icons/social-block-v2/color-facebook-48.png" alt=3D"Facebook" style=3D"d=
isplay: block;border: 0;height: auto;outline: none;text-decoration: none;-=
ms-interpolation-mode: bicubic;" height=3D"24" width=3D"24" class=3D""></a=
>
=
</td>
</=
tr>
</tbod=
y></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align=3D"center" valign=3D"top=
">
<![endif]-->
<table align=3D"left" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"display: inline;border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td valign=3D"top" sty=
le=3D"padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactl=
y;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcn=
FollowContentItemContainer">
<table border=3D"0=
" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mcnFollowCon=
tentItem" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-tab=
le-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"=
>
<tbody><tr>
<td align=
=3D"left" valign=3D"middle" style=3D"padding-top: 5px;padding-right: 10px;=
padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-te=
xt-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table=
align=3D"left" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspac=
e: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<t=
body><tr>
=
<td align=3D"center" valign=3D"middle" width=3D"24" class=3D"mcnFol=
lowIconContent" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;">
=
<a href=3D"https://daisybell.us3.list-manage.com/track/click?u=
=3D1325f98678d205026d3951e38&id=3Dd3da1c53b1&e=3Da046c111dd" target=3D"_b=
lank" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-w=
ebkit-text-size-adjust: 100%;"><img src=3D"https://cdn-images.mailchimp.co=
m/icons/social-block-v2/color-twitter-48.png" alt=3D"Twitter" style=3D"dis=
play: block;border: 0;height: auto;outline: none;text-decoration: none;-ms=
-interpolation-mode: bicubic;" height=3D"24" width=3D"24" class=3D""></a>
=
</td>
</=
tr>
</tbod=
y></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align=3D"center" valign=3D"top=
">
<![endif]-->
<table align=3D"left" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"display: inline;border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td valign=3D"top" sty=
le=3D"padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactl=
y;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcn=
FollowContentItemContainer">
<table border=3D"0=
" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mcnFollowCon=
tentItem" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-tab=
le-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"=
>
<tbody><tr>
<td align=
=3D"left" valign=3D"middle" style=3D"padding-top: 5px;padding-right: 10px;=
padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-te=
xt-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table=
align=3D"left" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspac=
e: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<t=
body><tr>
=
<td align=3D"center" valign=3D"middle" width=3D"24" class=3D"mcnFol=
lowIconContent" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;">
=
<a href=3D"https://daisybell.us3.list-manage.com/track/click?u=
=3D1325f98678d205026d3951e38&id=3Da2588240cb&e=3Da046c111dd" target=3D"_b=
lank" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-w=
ebkit-text-size-adjust: 100%;"><img src=3D"https://cdn-images.mailchimp.co=
m/icons/social-block-v2/color-link-48.png" alt=3D"Website" style=3D"displa=
y: block;border: 0;height: auto;outline: none;text-decoration: none;-ms-in=
terpolation-mode: bicubic;" height=3D"24" width=3D"24" class=3D""></a>
=
</td>
</=
tr>
</tbod=
y></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align=3D"center" valign=3D"top=
">
<![endif]-->
<table align=3D"left" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"display: inline;border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td valign=3D"top" sty=
le=3D"padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactl=
y;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcn=
FollowContentItemContainer">
<table border=3D"0=
" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mcnFollowCon=
tentItem" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-tab=
le-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"=
>
<tbody><tr>
<td align=
=3D"left" valign=3D"middle" style=3D"padding-top: 5px;padding-right: 10px;=
padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-te=
xt-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table=
align=3D"left" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspac=
e: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<t=
body><tr>
=
<td align=3D"center" valign=3D"middle" width=3D"24" class=3D"mcnFol=
lowIconContent" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;">
=
<a href=3D"https://daisybell.us3.list-manage.com/track/click?u=
=3D1325f98678d205026d3951e38&id=3D6c3418821c&e=3Da046c111dd" target=3D"_b=
lank" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-w=
ebkit-text-size-adjust: 100%;"><img src=3D"https://cdn-images.mailchimp.co=
m/icons/social-block-v2/color-linkedin-48.png" alt=3D"LinkedIn" style=3D"d=
isplay: block;border: 0;height: auto;outline: none;text-decoration: none;-=
ms-interpolation-mode: bicubic;" height=3D"24" width=3D"24" class=3D""></a=
>
=
</td>
</=
tr>
</tbod=
y></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
<td align=3D"center" valign=3D"top=
">
<![endif]-->
<table align=3D"left" border=
=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D"display: inline;border=
-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-s=
ize-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody><tr>
<td valign=3D"top" sty=
le=3D"padding-right: 0;padding-bottom: 9px;mso-line-height-rule: exactly;-=
ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class=3D"mcnFol=
lowContentItemContainer">
<table border=3D"0=
" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mcnFollowCon=
tentItem" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-tab=
le-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"=
>
<tbody><tr>
<td align=
=3D"left" valign=3D"middle" style=3D"padding-top: 5px;padding-right: 10px;=
padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-te=
xt-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<table=
align=3D"left" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"=
" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspac=
e: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<t=
body><tr>
=
<td align=3D"center" valign=3D"middle" width=3D"24" class=3D"mcnFol=
lowIconContent" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjus=
t: 100%;-webkit-text-size-adjust: 100%;">
=
<a href=3D"https://daisybell.us3.list-manage.com/track/click?u=
=3D1325f98678d205026d3951e38&id=3Dd8ad2378f0&e=3Da046c111dd" target=3D"_b=
lank" style=3D"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-w=
ebkit-text-size-adjust: 100%;"><img src=3D"https://cdn-images.mailchimp.co=
m/icons/social-block-v2/color-instagram-48.png" alt=3D"Instagram" style=3D=
"display: block;border: 0;height: auto;outline: none;text-decoration: none=
;-ms-interpolation-mode: bicubic;" height=3D"24" width=3D"24" class=3D""><=
/a>
=
</td>
</=
tr>
</tbod=
y></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<!--[if mso]>
</td>
<![endif]-->
<!--[if mso]>
</tr>
</table>
<![endif]-->
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnTextBlock" style=3D"min-width: 100%;border-collapse: coll=
apse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100=
%;-webkit-text-size-adjust: 100%;">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td valign=3D"top" class=3D"mcnTextBlockInner" style=3D"paddin=
g-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webki=
t-text-size-adjust: 100%;">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table align=3D"left" border=3D"0" cellpadding=3D"0" cells=
pacing=3D"0" style=3D"max-width: 100%;min-width: 100%;border-collapse: col=
lapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 10=
0%;-webkit-text-size-adjust: 100%;" width=3D"100%" class=3D"mcnTextContent=
Container">
<tbody><tr>
<td valign=3D"top" class=3D"mcnTextContent" style=
=3D"padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 1=
8px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-=
size-adjust: 100%;word-break: break-word;color: #757575;font-family: Helve=
tica;font-size: 16px;line-height: 150%;text-align: left;">
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<tr>
<td align=3D"center" valign=3D"top" id=3D"=
templateFooter" data-template-container=3D"" style=3D"background:#fbbd4e u=
rl(&quot;https://gallery.mailchimp.com/2a2b87c0aeda2b0edba97f8d9/images/81=
83bd0b-39c3-41f2-b12a-caa23db0033f.jpg&quot;) no-repeat center/cover;mso-l=
ine-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adju=
st: 100%;background-color: #fbbd4e;background-image: url(https://gallery.m=
ailchimp.com/2a2b87c0aeda2b0edba97f8d9/images/8183bd0b-39c3-41f2-b12a-caa2=
3db0033f.jpg);background-repeat: no-repeat;background-position: center;bac=
kground-size: cover;border-top: 0;border-bottom: 0;padding-top: 45px;paddi=
ng-bottom: 63px;">
<!--[if (gte mso 9)|(IE)]>
<table align=3D"center" border=3D"0" c=
ellspacing=3D"0" cellpadding=3D"0" width=3D"600" style=3D"width:600px;">
<tr>
<td align=3D"center" valign=3D"top" wi=
dth=3D"600" style=3D"width:600px;">
<![endif]-->
<table align=3D"center" border=3D"0" c=
ellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"templateContain=
er" style=3D"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rsp=
ace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;max-wid=
th: 600px !important;">
<tr>
<td valign=3D"top" class=3D"fo=
oterContainer" style=3D"background:transparent none no-repeat center/cover=
;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-siz=
e-adjust: 100%;background-color: transparent;background-image: none;backgr=
ound-repeat: no-repeat;background-position: center;background-size: cover;=
border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;"><table b=
order=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" class=3D"mc=
nDividerBlock" style=3D"min-width: 100%;border-collapse: collapse;mso-tabl=
e-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-tex=
t-size-adjust: 100%;table-layout: fixed !important;">
<tbody class=3D"mcnDividerBlockOuter">
<tr>
<td class=3D"mcnDividerBlockInner" style=3D"min-width: 100%;pa=
dding: 10px 18px 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 1=
00%;-webkit-text-size-adjust: 100%;">
<table class=3D"mcnDividerContent" border=3D"0" cellpaddin=
g=3D"0" cellspacing=3D"0" width=3D"100%" style=3D"min-width: 100%;border-t=
op: 2px none #EAEAEA;border-collapse: collapse;mso-table-lspace: 0pt;mso-t=
able-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%=
;">
<tbody><tr>
<td style=3D"mso-line-height-rule: exactly;-ms-tex=
t-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<span></span>
</td>
</tr>
</tbody></table>
<!--
<td class=3D"mcnDividerBlockInner" style=3D"padding: 18px;=
">
<hr class=3D"mcnDividerContent" style=3D"border-bottom-col=
or:none; border-left-color:none; border-right-color:none; border-bottom-wi=
dth:0; border-left-width:0; border-right-width:0; margin-top:0; margin-rig=
ht:0; margin-bottom:0; margin-left:0;" />
-->
</td>
</tr>
</tbody>
</table><table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"1=
00%" class=3D"mcnTextBlock" style=3D"min-width: 100%;border-collapse: coll=
apse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100=
%;-webkit-text-size-adjust: 100%;">
<tbody class=3D"mcnTextBlockOuter">
<tr>
<td valign=3D"top" class=3D"mcnTextBlockInner" style=3D"paddin=
g-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webki=
t-text-size-adjust: 100%;">
=09<!--[if mso]>
=09=09=09=09<table align=3D"left" border=3D"0" cellspacing=3D"0" cellpaddi=
ng=3D"0" width=3D"100%" style=3D"width:100%;">
=09=09=09=09<tr>
=09=09=09=09<![endif]-->
=09=09=09
=09=09=09=09<!--[if mso]>
=09=09=09=09<td valign=3D"top" width=3D"600" style=3D"width:600px;">
=09=09=09=09<![endif]-->
<table align=3D"left" border=3D"0" cellpadding=3D"0" cells=
pacing=3D"0" style=3D"max-width: 100%;min-width: 100%;border-collapse: col=
lapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 10=
0%;-webkit-text-size-adjust: 100%;" width=3D"100%" class=3D"mcnTextContent=
Container">
<tbody><tr>
<td valign=3D"top" class=3D"mcnTextContent" style=
=3D"padding: 0px 18px 9px;font-family: Arial=2C &quot;Helvetica Neue&quot;=
=2C Helvetica=2C sans-serif;font-style: normal;font-weight: normal;text-al=
ign: left;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit=
-text-size-adjust: 100%;word-break: break-word;color: #FFFFFF;font-size: 1=
2px;line-height: 150%;">
<div style=3D"text-align: left;">
You are receiving this email because you opted in via our website.<br>
<br>
civicChallenge
Rue Charles Humbert 9
Geneva 1205
Switzerland
<br>
<br>
<em>=C2=A9 2021 civicChallenge=2C All rights reserved.</em><br>
<br>
Want to change how you receive these emails?<br>
You can <a href=3D"https://daisybell.us3.list-manage.com/profile?u=3D1325f=
98678d205026d3951e38&id=3D7a8a6f26db&e=3Da046c111dd&c=3De553d5d2fc" style=3D=
"mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-siz=
e-adjust: 100%;color: #FFFFFF;font-weight: normal;text-decoration: underli=
ne;">update your preferences</a> or <a href=3D"https://daisybell.us3.list-=
manage.com/unsubscribe?u=3D1325f98678d205026d3951e38&id=3D7a8a6f26db&e=3Da046c111dd&c=3De553d5d2fc" style=3D"mso-line-height-rule: exactly;-ms-text-si=
ze-adjust: 100%;-webkit-text-size-adjust: 100%;color: #FFFFFF;font-weight:=
normal;text-decoration: underline;">unsubscribe from this list</a>.<br>
<br>
<span style=3D"color:#FFFFFF; font-family:arial=2Chelvetica neue=2Chelveti=
ca=2Csans-serif; font-size:13px"> </span></div>
</td>
</tr>
</tbody></table>
=09=09=09=09<!--[if mso]>
=09=09=09=09</td>
=09=09=09=09<![endif]-->
=09=09=09=09<!--[if mso]>
=09=09=09=09</tr>
=09=09=09=09</table>
=09=09=09=09<![endif]-->
</td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</table>
<!-- // END TEMPLATE -->
</td>
</tr>
</table>
</center>
<img src=3D"https://daisybell.us3.list-manage.com/track/open.php?u=3D1=
325f98678d205026d3951e38&id=3De553d5d2fc&e=3Da046c111dd" height=3D"1" wid=
th=3D"1"></body>
</html>
--_----------=_MCPart_467261058--
[InternetShortcut]
URL=https://www.civicchallenge.ch/wp-content/uploads/2021/03/Innovation_card_2021-fr.pdf
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<meta charset=utf8>
<pre>
Content-Type: text/html; charsettf-8"
Content-Transfer-Encoding: quoted-printable
</pre>
<p>
Bonjour Michel Combes,<br/><br/>Nous vous remercions pour votre participation à l'édition 2021 du concours national d'innovation pour l'administration publique, civicChallenge ! Nous sommes déjà très enthousiastes à l'idée d'examiner votre projet et de le soumettre au jury pour évaluation. Les sélections auront lieu d'ici le 5 juillet 2021, à la suite de quoi, nous vous ferons savoir comment elles se sont déroulées et donc si vous faites partie des finalistes. Parmi toutes les idées de projets soumises au concours, dix seront sélectionnées comme finalistes qui participeront à un atelier gratuit sur l'innovation.<br/><br/><strong>Votre participation chez civicChallenge 2021</strong><br/><em>Projet (nom temporaire):</em> FairMedian<br/><em>Team:</em> [Non demandé] [Non demandé], [Non demandé] [Non demandé], [Non demandé] [Non demandé], [Non demandé] [Non demandé], [Non demandé] [Non demandé], [Non demandé] [Non demandé]<br/><em>Probl:</em> Les décisions de groupe à plus de 1000 personnes sont difficiles à prendre,<br/>aussi bien dans une entreprise, voire dans une administration ou une commune.<br/>Pourtant en matière de gouvernance et stabilité du groupe un consentement<br/>global est souvent désiré. Comment obtenir ce concensus avec les outils modernes informatiques ?<br/>Les technologies blockchain sont souvent trop compliquées et coûteuses à déployer.<br/><em>Goupe concerné:</em> Concern les larges groupes, et collectivités:<br/>Un tel outil d&#39;aide à la décision de groupe peut être utilisé pour la gestion d&#39;une ville,<br/>ou pour la gestion participative d&#39;une entreprise, comme pour tout projet de loi et votation diverse.<br/><em>Solution:</em> Solution: FairMedian, outil de calcul distribuée de mediane pour l&#39;aide a la decision de groupe<br/><br/> Un système en ligne pour enregistrer des propositions<br/> ainsi que de les présenter de manière les ordonner selon les préférences des membres.<br/><br/> La mesure de consensus la plus appropriée pour un groupe consensus est la valeur médiane<br/> des notes collectées pour les propositions (voir scrutin de Condorcet ou jugement majoritaire)<br/> Par exemple: avec un seuil à 60%, nous garantissons que plus de 60% du groupe approuve la proposition.<br/><br/>L&#39;outil pour pouvoir servir de larges groupes devra être distribué, sécurisé et infalsifiable.<br/>Nous utiliserons:<br/> - les fonctions cryptographiques de chiffrage et de signatures asymétriques afin d&#39;assurer la mutabilité des données.<br/> - le consensus est obtenu par fusion idempotante des arbres &#34;DAG&#34; des chaque des noeuds du réseau<br/> - les données sont stockées sous un typage CRDT afin de garantir la convergence éventuelle des résultats<br/><em>Prochaine étapes:</em> Juin 2021 : Proof of concept<br/>Sept 2021 : test en vrai grandeur (version alpha)<br/>Dec 2021 : development version publique (MLP)<br/>Mars 2022: deployement &#34;testnet&#34;<br/>Juin 2022: public launch version beta<br/><em>Commentaire:</em> Les technologies développées ici sont une alternative aux blockchaines et sans compromettre leur sécurité<br/>elles présente l&#39;avantage considérable de ne pas être gourmande en ressources. Elles peuvent donc être appliquées à bien d&#39;autres domaines.<br/><br/>Cordialement,<br/>Gioia Bulundwe, Team civicChallenge<br/><br/><span style='color:white'>xhpcp1z9bx7igtdcbwxhpcpipoia881h</span><p style="color:#AAAAAA; font-family:sans-serif; font-size:10pt;">Typeform vous a envoyé cet e-mail pour le compte d'un créateur de Typeform. Nous ne sommes pas responsables de son contenu. Si vous suspectez un abus (des liens suspects par exemple), veuillez le signaler <a href="https://www.typeform.com/help/report-abuse/">ici</a>.</p><br><p><a href="http://email.typeform.com/u/eJwVizsSwiAUAE8Tysz7kEAKCo9gaZUhPDBoMA5ioac3Vju7MyvOW0pRZUdACCNoPKi5t0wmEjIMaVgwQaehfZ4x7bX0YS9qdWyNGRkEDQyGydrJ6-gPHQV9tElVV3JY4xaOV2pufdnU_5_fWdzF8vn2-m6qVR_u-XGdj0gMKCkECIgaOC1M3koUDEJTQlbNdXT6ARIhNSk">Unsubscribe from all Typeform respondent notifications</a></p>
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Bonjour Michel Combes,<br/><br/>Nous vous remercions pour votre participati=
on =C3=A0 l'=C3=A9dition 2021 du concours national d'innovation pour l'admi=
nistration publique, civicChallenge ! Nous sommes d=C3=A9j=C3=A0 tr=C3=A8s =
enthousiastes =C3=A0 l'id=C3=A9e d'examiner votre projet et de le soumettre=
au jury pour =C3=A9valuation. Les s=C3=A9lections auront lieu d'ici le 5 j=
uillet 2021, =C3=A0 la suite de quoi, nous vous ferons savoir comment elles=
se sont d=C3=A9roul=C3=A9es et donc si vous faites partie des finalistes. =
Parmi toutes les id=C3=A9es de projets soumises au concours, dix seront s=
=C3=A9lectionn=C3=A9es comme finalistes qui participeront =C3=A0 un atelier=
gratuit sur l'innovation.<br/><br/><strong>Votre participation chez civicC=
hallenge 2021</strong><br/><em>Projet (nom temporaire):</em> FairMedian<br/=
><em>Team:</em> [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=A9] [=
Non demand=C3=A9], [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=A9=
] [Non demand=C3=A9], [Non demand=C3=A9] [Non demand=C3=A9], [Non demand=C3=
=A9] [Non demand=C3=A9]<br/><em>Probl:</em> Les d=C3=A9cisions de groupe =
=C3=A0 plus de 1000 personnes sont difficiles =C3=A0 prendre,<br/>aussi bie=
n dans une entreprise, voire dans une administration ou une commune.<br/>Po=
urtant en mati=C3=A8re de gouvernance et stabilit=C3=A9 du groupe un consen=
tement<br/>global est souvent d=C3=A9sir=C3=A9. Comment obtenir ce concensu=
s avec les outils modernes informatiques ?<br/>Les technologies blockchain =
sont souvent trop compliqu=C3=A9es et co=C3=BBteuses =C3=A0 d=C3=A9ployer.=
<br/><em>Goupe concern=C3=A9:</em> Concern les larges groupes, et collectiv=
it=C3=A9s:<br/>Un tel outil d&#39;aide =C3=A0 la d=C3=A9cision de groupe pe=
ut =C3=AAtre utilis=C3=A9 pour la gestion d&#39;une ville,<br/>ou pour la g=
estion participative d&#39;une entreprise, comme pour tout projet de loi et=
votation diverse.<br/><em>Solution:</em> Solution: FairMedian, outil de ca=
lcul distribu=C3=A9e de mediane pour l&#39;aide a la decision de groupe<br/=
><br/> Un syst=C3=A8me en ligne pour enregistrer des propositions<br/> ains=
i que de les pr=C3=A9senter de mani=C3=A8re les ordonner selon les pr=C3=A9=
f=C3=A9rences des membres.<br/><br/> La mesure de consensus la plus appropr=
i=C3=A9e pour un groupe consensus est la valeur m=C3=A9diane<br/> des notes=
collect=C3=A9es pour les propositions (voir scrutin de Condorcet ou jugeme=
nt majoritaire)<br/> Par exemple: avec un seuil =C3=A0 60%, nous garantisso=
ns que plus de 60% du groupe approuve la proposition.<br/><br/>L&#39;outil =
pour pouvoir servir de larges groupes devra =C3=AAtre distribu=C3=A9, s=C3=
=A9curis=C3=A9 et infalsifiable.<br/>Nous utiliserons:<br/> - les fonctions=
cryptographiques de chiffrage et de signatures asym=C3=A9triques afin d&#3=
9;assurer la mutabilit=C3=A9 des donn=C3=A9es.<br/> - le consensus est obte=
nu par fusion idempotante des arbres &#34;DAG&#34; des chaque des noeuds du=
r=C3=A9seau<br/> - les donn=C3=A9es sont stock=C3=A9es sous un typage CRDT=
afin de garantir la convergence =C3=A9ventuelle des r=C3=A9sultats<br/><em=
>Prochaine =C3=A9tapes:</em> Juin 2021 : Proof of concept<br/>Sept 2021 : t=
est en vrai grandeur (version alpha)<br/>Dec 2021 : development version pub=
lique (MLP)<br/>Mars 2022: deployement &#34;testnet&#34;<br/>Juin 2022: pub=
lic launch version beta<br/><em>Commentaire:</em> Les technologies d=C3=A9v=
elopp=C3=A9es ici sont une alternative aux blockchaines et sans compromettr=
e leur s=C3=A9curit=C3=A9<br/>elles pr=C3=A9sente l&#39;avantage consid=C3=
=A9rable de ne pas =C3=AAtre gourmande en ressources. Elles peuvent donc =
=C3=AAtre appliqu=C3=A9es =C3=A0 bien d&#39;autres domaines.<br/><br/>Cordi=
alement,<br/>Gioia Bulundwe, Team civicChallenge<br/><br/><span style=3D'co=
lor:white'>xhpcp1z9bx7igtdcbwxhpcpipoia881h</span><p style=3D"color:#AAAAAA=
; font-family:sans-serif; font-size:10pt;">Typeform vous a envoy=C3=A9 cet =
e-mail pour le compte d'un cr=C3=A9ateur de Typeform. Nous ne sommes pas re=
sponsables de son contenu. Si vous suspectez un abus (des liens suspects pa=
r exemple), veuillez le signaler <a href=3D"https://www.typeform.com/help/r=
eport-abuse/">ici</a>.</p><br><p><a href=3D"http://email.typeform.com/u/eJw=
VizsSwiAUAE8Tysz7kEAKCo9gaZUhPDBoMA5ioac3Vju7MyvOW0pRZUdACCNoPKi5t0wmEjIMaV=
gwQaehfZ4x7bX0YS9qdWyNGRkEDQyGydrJ6-gPHQV9tElVV3JY4xaOV2pufdnU_5_fWdzF8vn2-=
m6qVR_u-XGdj0gMKCkECIgaOC1M3koUDEJTQlbNdXT6ARIhNSk">Unsubscribe from all Ty=
peform respondent notifications</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment