ruiz.nils.html 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Nils Planning</title>
  6. <style>
  7. ::before,
  8. ::after {
  9. box-sizing: border-box;
  10. }
  11. :root {
  12. --color-primary-100: hsl(10, 59%, 25%);
  13. --color-primary-200: hsl(10, 59%, 45%);
  14. --color-primary-400: hsl(37, 100%, 45%);
  15. --color-primary-600: hsl(37, 100%, 65%);
  16. --color-primary-800: hsl(37, 100%, 85%);
  17. --color-accent-100: hsl(179, 52%, 15%);
  18. --color-accent-200: hsl(179, 52%, 25%);
  19. --color-accent-400: hsl(172, 58%, 40%);
  20. --color-accent-500: hsl(172, 58%, 53%);
  21. --color-accent-600: hsl(172, 58%, 66%);
  22. --color-accent-700: hsl(172, 60%, 70%);
  23. --color-accent-800: hsl(172, 60%, 80%);
  24. --color-accent-850: hsl(172, 70%, 90%);
  25. --color-accent-900: hsl(172, 85%, 95%);
  26. --color-accent-950: hsl(172, 96%, 98%);
  27. --color-neutral-100: hsl(37, 5%, 15%);
  28. --color-neutral-200: hsl(37, 5%, 25%);
  29. --color-neutral-300: hsl(37, 5%, 35%);
  30. --color-neutral-400: hsl(37, 5%, 45%);
  31. --color-neutral-600: hsl(37, 5%, 60%);
  32. --color-neutral-800: hsl(37, 5%, 80%);
  33. }
  34. .icon {
  35. font-family: "Material Icons";
  36. font-weight: normal;
  37. font-style: normal;
  38. font-size: 24px;
  39. line-height: 1;
  40. letter-spacing: normal;
  41. text-transform: none;
  42. display: inline-block;
  43. white-space: nowrap;
  44. word-wrap: normal;
  45. direction: ltr;
  46. font-feature-settings: "liga";
  47. -moz-font-feature-settings: "liga";
  48. -moz-osx-font-smoothing: grayscale;
  49. }
  50. .benevole {
  51. vertical-align: middle;
  52. display: inline-block;
  53. }
  54. .benevole .icon {
  55. vertical-align: bottom;
  56. }
  57. .planning-container {
  58. max-width: 800px;
  59. width: 100%;
  60. }
  61. .daily-agenda {
  62. border: solid 1px var(--color-neutral-200);
  63. }
  64. .day-header {
  65. background: var(--color-neutral-200);
  66. color: var(--color-accent-800);
  67. padding: 12px;
  68. font-size: 1.8rem;
  69. font-weight: bold;
  70. text-transform: capitalize;
  71. }
  72. .agenda-creneau-header {
  73. padding: 12px;
  74. background: var(--color-accent-850);
  75. position: relative;
  76. border-bottom: 1px solid var(--color-accent-600);
  77. }
  78. .agenda-creneau-time {
  79. padding-right: 8px;
  80. }
  81. .agenda-creneau-title {
  82. font-weight: bold;
  83. text-transform: capitalize;
  84. }
  85. .agenda-creneau-action {
  86. position: absolute;
  87. top: 8px;
  88. right: 12px;
  89. background: transparent;
  90. outline: 0;
  91. border: 0;
  92. cursor: pointer;
  93. }
  94. .agenda-creneau-action:hover {
  95. color: var(--color-neutral-400);
  96. }
  97. .transformation-container {
  98. height: auto;
  99. overflow: hidden;
  100. }
  101. .agenda-creneau-details {
  102. padding: 4px 12px;
  103. display: flex;
  104. flex-wrap: wrap;
  105. overflow: hidden;
  106. opacity: 1;
  107. transform-origin: 0px 0px;
  108. transition: height 0.3s ease-in-out;
  109. }
  110. .agenda-creneau-details--title {
  111. width: 100%;
  112. font-weight: 600;
  113. margin: 8px 0px;
  114. }
  115. .agenda-creneau-details--content {
  116. width: 100%;
  117. margin: 0px 0px 8px;
  118. }
  119. @media (min-width: 600px) {
  120. .name-header {
  121. text-align: center;
  122. }
  123. .planning-container {
  124. margin-left: auto;
  125. margin-right: auto;
  126. }
  127. .agenda-creneau-time {
  128. padding-right: 2rem;
  129. }
  130. .agenda-creneau-details--title {
  131. width: 16.6%;
  132. margin-bottom: 12px;
  133. }
  134. .agenda-creneau-details--content {
  135. width: calc(33.3% - 8px);
  136. padding-right: 8px;
  137. margin: 8px 0px 16px;
  138. }
  139. }
  140. .agenda-creneau-details--content .chip {
  141. margin: 2px;
  142. }
  143. .hide {
  144. display: none;
  145. }
  146. #links {
  147. list-style-type: none;
  148. max-width: 200px;
  149. margin: 0 auto;
  150. border-top: 1px solid var(--color-neutral-400);
  151. padding: 0;
  152. }
  153. .link-item {
  154. padding: 8px 12px;
  155. margin: 0 auto;
  156. border: solid 1px var(--color-neutral-400);
  157. border-top: 0px;
  158. }
  159. .link-item a {
  160. display: block;
  161. }
  162. .formcontrol {
  163. all: initial;
  164. display: block;
  165. box-sizing: border-box;
  166. font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  167. }
  168. .formcontrol.home-search {
  169. margin: 3rem auto 1rem;
  170. max-width: 400px;
  171. }
  172. .formcontrol:not(:last-child) {
  173. margin-bottom: 1rem;
  174. }
  175. .formcontrol-control {
  176. width: 100%;
  177. }
  178. .formcontrol-label {
  179. color: var(--color-neutral-200);
  180. display: -webkit-box;
  181. display: flex;
  182. font-size: 0.9rem;
  183. font-family: inherit;
  184. font-weight: 500;
  185. line-height: 1.5rem;
  186. margin-bottom: 0.2rem;
  187. }
  188. .formcontrol-label > button {
  189. margin-left: 0.25rem;
  190. }
  191. .formcontrol-optional {
  192. -webkit-box-flex: 1;
  193. flex: 1;
  194. color: #647592;
  195. font-size: 0.75rem;
  196. margin-top: 0.25rem;
  197. text-align: right;
  198. line-height: 1.125rem;
  199. margin-left: 0.25rem;
  200. }
  201. .formcontrol-help {
  202. color: #647592;
  203. display: -webkit-box;
  204. display: flex;
  205. font-size: 0.75rem;
  206. margin-top: 0.5rem;
  207. font-family: inherit;
  208. line-height: 1.125rem;
  209. }
  210. .formcontrol-helplink {
  211. -webkit-box-flex: 1;
  212. flex: 1;
  213. margin-top: calc(-0.25rem);
  214. text-align: right;
  215. }
  216. .formcontrol--error .formcontrol-help {
  217. color: #e4002b;
  218. }
  219. .formcontrol--success .formcontrol-help {
  220. color: #08875b;
  221. }
  222. .input {
  223. all: initial;
  224. color: var(--color-neutral-100);
  225. width: 100%;
  226. border: none;
  227. height: 2rem;
  228. margin: 0;
  229. outline: 0;
  230. padding: 0.2rem 0.5rem;
  231. font-size: 0.875rem;
  232. -webkit-appearance: none;
  233. -moz-appearance: none;
  234. appearance: none;
  235. box-shadow: 0 -1px 0 0 var(--color-accent-700) inset;
  236. box-sizing: border-box;
  237. -webkit-transition: 0.1s ease-in-out;
  238. transition: 0.1s ease-in-out;
  239. font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  240. line-height: 1.25rem;
  241. background-color: var(--color-accent-950);
  242. -webkit-transition-property: box-shadow, border;
  243. transition-property: box-shadow, border;
  244. }
  245. .input::-webkit-input-placeholder {
  246. color: #505d74;
  247. }
  248. .input:-ms-input-placeholder {
  249. color: #505d74;
  250. }
  251. .input::-ms-input-placeholder {
  252. color: #505d74;
  253. }
  254. .input::placeholder {
  255. color: #505d74;
  256. }
  257. .input:hover {
  258. background-color: var(--color-accent-850);
  259. }
  260. .input:focus {
  261. box-shadow: 0 0 0 2px var(--color-accent-700);
  262. border-color: transparent;
  263. background-color: var(--color-accent-950);
  264. }
  265. .input:disabled {
  266. color: #c1c7d3 !important;
  267. -webkit-user-select: none;
  268. -moz-user-select: none;
  269. -ms-user-select: none;
  270. user-select: none;
  271. border-color: transparent;
  272. pointer-events: none;
  273. }
  274. .input:disabled::-webkit-input-placeholder {
  275. color: #c1c7d3;
  276. }
  277. .input:disabled:-ms-input-placeholder {
  278. color: #c1c7d3;
  279. }
  280. .input:disabled::-ms-input-placeholder {
  281. color: #c1c7d3;
  282. }
  283. .input:disabled::placeholder {
  284. color: #c1c7d3;
  285. }
  286. .input--small {
  287. height: 2rem;
  288. font-size: 0.875rem;
  289. line-height: 1.125rem;
  290. padding-top: 0.25rem;
  291. padding-bottom: 0.25rem;
  292. }
  293. .input--adorned-start {
  294. padding-left: 2rem;
  295. }
  296. .input--adorned-end {
  297. padding-right: 2rem;
  298. }
  299. .input--valid {
  300. box-shadow: 0 -1px 0 0 #08875b inset !important;
  301. }
  302. .input--valid:focus {
  303. box-shadow: 0 0 0 2px #08875b !important;
  304. }
  305. .input--invalid {
  306. box-shadow: 0 -1px 0 0 #e93255 inset !important;
  307. }
  308. .input--invalid:focus {
  309. box-shadow: 0 0 0 2px #e93255 !important;
  310. }
  311. #search {
  312. background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%232ba191%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z%22%2F%3E%3C%2Fsvg%3E");
  313. background-repeat: no-repeat;
  314. padding-left: 30px;
  315. background-position: 4px;
  316. }
  317. </style>
  318. </head>
  319. <body>
  320. <p>Bonjour Nils,</p>
  321. <p>
  322. tu trouveras ci dessous et ci joint le récapitulatif de tes créneaux pour BDLG.<br />
  323. Blabla à faire valider à la com bénévole.
  324. </p>
  325. <p>Cordialement,<br />La commission Bénévole</p>
  326. <div class="planning-container">
  327. <div class="daily-agenda">
  328. <div class="day-header">vendredi 09 septembre</div>
  329. <div>
  330. <div>
  331. <div class="agenda-creneau-header">
  332. <span class="agenda-creneau-time">14h00-16h00 </span>
  333. <span class="agenda-creneau-title">installation salle durante</span>
  334. </div>
  335. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  336. <div class="agenda-creneau-details--content">Repérer les lieux. Installer les tables, la scène.Installer la cuisine. Mettre des fléchages pour poser les affaires et la signalétique. Brancher les tireuses, etc. Multi-tâche : on vous guidera ! </div>
  337. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  338. <div class="agenda-creneau-details--content">
  339. <div class="benevole">
  340. <svg
  341. class="icon"
  342. xmlns="http://www.w3.org/2000/svg"
  343. height="24px"
  344. viewBox="0 0 24 24"
  345. width="24px"
  346. fill="currentcolor"
  347. >
  348. <path d="M0 0h24v24H0z" fill="none" />
  349. <path
  350. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  351. />
  352. </svg>
  353. <span>Victor : 06 85 57 26 79</span>
  354. </div>
  355. <div class="benevole">
  356. <svg
  357. class="icon"
  358. xmlns="http://www.w3.org/2000/svg"
  359. height="24px"
  360. viewBox="0 0 24 24"
  361. width="24px"
  362. fill="currentcolor"
  363. >
  364. <path d="M0 0h24v24H0z" fill="none" />
  365. <path
  366. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  367. />
  368. </svg>
  369. <span>Manuel : 06 12 80 61 34</span>
  370. </div>
  371. <div class="benevole">
  372. <svg
  373. class="icon"
  374. xmlns="http://www.w3.org/2000/svg"
  375. height="24px"
  376. viewBox="0 0 24 24"
  377. width="24px"
  378. fill="currentcolor"
  379. >
  380. <path d="M0 0h24v24H0z" fill="none" />
  381. <path
  382. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  383. />
  384. </svg>
  385. <span>Louise : 06 77 62 65 64</span>
  386. </div>
  387. <div class="benevole">
  388. <svg
  389. class="icon"
  390. xmlns="http://www.w3.org/2000/svg"
  391. height="24px"
  392. viewBox="0 0 24 24"
  393. width="24px"
  394. fill="currentcolor"
  395. >
  396. <path d="M0 0h24v24H0z" fill="none" />
  397. <path
  398. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  399. />
  400. </svg>
  401. <span>Marine : 06 32 99 84 98</span>
  402. </div>
  403. <div class="benevole">
  404. <svg
  405. class="icon"
  406. xmlns="http://www.w3.org/2000/svg"
  407. height="24px"
  408. viewBox="0 0 24 24"
  409. width="24px"
  410. fill="currentcolor"
  411. >
  412. <path d="M0 0h24v24H0z" fill="none" />
  413. <path
  414. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  415. />
  416. </svg>
  417. <span>Stefan : 06 66 33 03 09</span>
  418. </div>
  419. </div>
  420. <div class="agenda-creneau-details--title">Le responsable</div>
  421. <div class="agenda-creneau-details--content">
  422. <div class="benevole">
  423. <svg
  424. class="icon"
  425. xmlns="http://www.w3.org/2000/svg"
  426. height="24px"
  427. viewBox="0 0 24 24"
  428. width="24px"
  429. fill="currentcolor"
  430. >
  431. <path d="M0 0h24v24H0z" fill="none" />
  432. <path
  433. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  434. />
  435. </svg>
  436. <span>Marine : 06 32 99 84 98
  437. Logistique Lorraine : 06 71 35 76 12</span>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <div>
  443. <div class="agenda-creneau-header">
  444. <span class="agenda-creneau-time">01h00-02h00 </span>
  445. <span class="agenda-creneau-title">Bar Durante </span>
  446. </div>
  447. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  448. <div class="agenda-creneau-details--content">Les gens sont en autonomie pour les bières mais votre créneau sera de changer les futs, nettoyer la zone du bar + gérer l&#39;alcool fort : ne pas ouvrir 1000 bouteilles en même temps, et servir le vin blanc et rosé qui sont au frais
  449. + passer la serpillère si bière renversée</div>
  450. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  451. <div class="agenda-creneau-details--content">
  452. <div class="benevole">
  453. <svg
  454. class="icon"
  455. xmlns="http://www.w3.org/2000/svg"
  456. height="24px"
  457. viewBox="0 0 24 24"
  458. width="24px"
  459. fill="currentcolor"
  460. >
  461. <path d="M0 0h24v24H0z" fill="none" />
  462. <path
  463. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  464. />
  465. </svg>
  466. <span>Nadège : 06 78 64 72 56</span>
  467. </div>
  468. </div>
  469. <div class="agenda-creneau-details--title">Le responsable</div>
  470. <div class="agenda-creneau-details--content">
  471. <div class="benevole">
  472. <svg
  473. class="icon"
  474. xmlns="http://www.w3.org/2000/svg"
  475. height="24px"
  476. viewBox="0 0 24 24"
  477. width="24px"
  478. fill="currentcolor"
  479. >
  480. <path d="M0 0h24v24H0z" fill="none" />
  481. <path
  482. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  483. />
  484. </svg>
  485. <span>Stef : 06 66 33 03 09</span>
  486. </div>
  487. </div>
  488. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  489. <div class="agenda-creneau-details--content">
  490. <div class="benevole">
  491. <svg
  492. class="icon"
  493. xmlns="http://www.w3.org/2000/svg"
  494. height="24px"
  495. viewBox="0 0 24 24"
  496. width="24px"
  497. fill="currentcolor"
  498. >
  499. <path d="M0 0h24v24H0z" fill="none" />
  500. <path
  501. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  502. />
  503. </svg>
  504. <span>Victor : 06 85 57 26 79</span>
  505. </div>
  506. <div class="benevole">
  507. <svg
  508. class="icon"
  509. xmlns="http://www.w3.org/2000/svg"
  510. height="24px"
  511. viewBox="0 0 24 24"
  512. width="24px"
  513. fill="currentcolor"
  514. >
  515. <path d="M0 0h24v24H0z" fill="none" />
  516. <path
  517. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  518. />
  519. </svg>
  520. <span>Sarah : 06 89 32 01 39</span>
  521. </div>
  522. </div>
  523. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  524. <div class="agenda-creneau-details--content">
  525. <div class="benevole">
  526. <svg
  527. class="icon"
  528. xmlns="http://www.w3.org/2000/svg"
  529. height="24px"
  530. viewBox="0 0 24 24"
  531. width="24px"
  532. fill="currentcolor"
  533. >
  534. <path d="M0 0h24v24H0z" fill="none" />
  535. <path
  536. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  537. />
  538. </svg>
  539. <span>Brian : 06 31 36 26 03</span>
  540. </div>
  541. <div class="benevole">
  542. <svg
  543. class="icon"
  544. xmlns="http://www.w3.org/2000/svg"
  545. height="24px"
  546. viewBox="0 0 24 24"
  547. width="24px"
  548. fill="currentcolor"
  549. >
  550. <path d="M0 0h24v24H0z" fill="none" />
  551. <path
  552. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  553. />
  554. </svg>
  555. <span>Ilyes : 06 76 68 30 66</span>
  556. </div>
  557. </div>
  558. </div>
  559. </div>
  560. <div>
  561. <div class="agenda-creneau-header">
  562. <span class="agenda-creneau-time">04h00-05h00 </span>
  563. <span class="agenda-creneau-title">Nettoyage et rangement Durante</span>
  564. </div>
  565. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  566. <div class="agenda-creneau-details--content">Quand presque tout le monde est parti : ranger la salle, mettre dans les poubelles, mettre dans un coin les bouteilles (attention au tri), etc.
  567. Passer un coup de balai + serpillère. Cleaner les toilettes.</div>
  568. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  569. <div class="agenda-creneau-details--content">
  570. <div class="benevole">
  571. <svg
  572. class="icon"
  573. xmlns="http://www.w3.org/2000/svg"
  574. height="24px"
  575. viewBox="0 0 24 24"
  576. width="24px"
  577. fill="currentcolor"
  578. >
  579. <path d="M0 0h24v24H0z" fill="none" />
  580. <path
  581. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  582. />
  583. </svg>
  584. <span>Anne Croute : 06 33 02 77 18</span>
  585. </div>
  586. <div class="benevole">
  587. <svg
  588. class="icon"
  589. xmlns="http://www.w3.org/2000/svg"
  590. height="24px"
  591. viewBox="0 0 24 24"
  592. width="24px"
  593. fill="currentcolor"
  594. >
  595. <path d="M0 0h24v24H0z" fill="none" />
  596. <path
  597. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  598. />
  599. </svg>
  600. <span>Nathan : 06 03 95 63 75</span>
  601. </div>
  602. <div class="benevole">
  603. <svg
  604. class="icon"
  605. xmlns="http://www.w3.org/2000/svg"
  606. height="24px"
  607. viewBox="0 0 24 24"
  608. width="24px"
  609. fill="currentcolor"
  610. >
  611. <path d="M0 0h24v24H0z" fill="none" />
  612. <path
  613. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  614. />
  615. </svg>
  616. <span>Amélie : 06 60 15 27 60</span>
  617. </div>
  618. <div class="benevole">
  619. <svg
  620. class="icon"
  621. xmlns="http://www.w3.org/2000/svg"
  622. height="24px"
  623. viewBox="0 0 24 24"
  624. width="24px"
  625. fill="currentcolor"
  626. >
  627. <path d="M0 0h24v24H0z" fill="none" />
  628. <path
  629. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  630. />
  631. </svg>
  632. <span>Voleur Elie : 06 43 71 56 83</span>
  633. </div>
  634. <div class="benevole">
  635. <svg
  636. class="icon"
  637. xmlns="http://www.w3.org/2000/svg"
  638. height="24px"
  639. viewBox="0 0 24 24"
  640. width="24px"
  641. fill="currentcolor"
  642. >
  643. <path d="M0 0h24v24H0z" fill="none" />
  644. <path
  645. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  646. />
  647. </svg>
  648. <span>Audrey : 06 71 20 80 36</span>
  649. </div>
  650. <div class="benevole">
  651. <svg
  652. class="icon"
  653. xmlns="http://www.w3.org/2000/svg"
  654. height="24px"
  655. viewBox="0 0 24 24"
  656. width="24px"
  657. fill="currentcolor"
  658. >
  659. <path d="M0 0h24v24H0z" fill="none" />
  660. <path
  661. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  662. />
  663. </svg>
  664. <span>Hutch : 06 89 09 67 29</span>
  665. </div>
  666. <div class="benevole">
  667. <svg
  668. class="icon"
  669. xmlns="http://www.w3.org/2000/svg"
  670. height="24px"
  671. viewBox="0 0 24 24"
  672. width="24px"
  673. fill="currentcolor"
  674. >
  675. <path d="M0 0h24v24H0z" fill="none" />
  676. <path
  677. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  678. />
  679. </svg>
  680. <span>Louise : 06 77 62 65 64</span>
  681. </div>
  682. <div class="benevole">
  683. <svg
  684. class="icon"
  685. xmlns="http://www.w3.org/2000/svg"
  686. height="24px"
  687. viewBox="0 0 24 24"
  688. width="24px"
  689. fill="currentcolor"
  690. >
  691. <path d="M0 0h24v24H0z" fill="none" />
  692. <path
  693. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  694. />
  695. </svg>
  696. <span>Sarah : 06 89 32 01 39</span>
  697. </div>
  698. <div class="benevole">
  699. <svg
  700. class="icon"
  701. xmlns="http://www.w3.org/2000/svg"
  702. height="24px"
  703. viewBox="0 0 24 24"
  704. width="24px"
  705. fill="currentcolor"
  706. >
  707. <path d="M0 0h24v24H0z" fill="none" />
  708. <path
  709. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  710. />
  711. </svg>
  712. <span>Stefan : 06 66 33 03 09</span>
  713. </div>
  714. </div>
  715. <div class="agenda-creneau-details--title">Le responsable</div>
  716. <div class="agenda-creneau-details--content">
  717. <div class="benevole">
  718. <svg
  719. class="icon"
  720. xmlns="http://www.w3.org/2000/svg"
  721. height="24px"
  722. viewBox="0 0 24 24"
  723. width="24px"
  724. fill="currentcolor"
  725. >
  726. <path d="M0 0h24v24H0z" fill="none" />
  727. <path
  728. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  729. />
  730. </svg>
  731. <span>Sylvain : 06 72 29 46 89</span>
  732. </div>
  733. </div>
  734. </div>
  735. </div>
  736. </div>
  737. </div>
  738. <div class="daily-agenda">
  739. <div class="day-header">samedi 10 septembre</div>
  740. <div>
  741. <div>
  742. <div class="agenda-creneau-header">
  743. <span class="agenda-creneau-time">21h30-22h30 </span>
  744. <span class="agenda-creneau-title">Vaisselle (autowash)</span>
  745. </div>
  746. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  747. <div class="agenda-creneau-details--content">Auto Wash (chacun fait sa vaisselle). En créneau tu dois vérifier que les gens font leur vaisselle, essuyer / ranger au fur et à mesure que la vaisselle propre s&#39;entasse. Faire la vaisselle &#34;oubliée&#34;. Changer les bacs d&#39;eau régulièrement. Si possible, mettre de l&#39;eau chaude dans le bac avec le produit vaisselle.</div>
  748. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  749. <div class="agenda-creneau-details--content">
  750. <div class="benevole">
  751. <svg
  752. class="icon"
  753. xmlns="http://www.w3.org/2000/svg"
  754. height="24px"
  755. viewBox="0 0 24 24"
  756. width="24px"
  757. fill="currentcolor"
  758. >
  759. <path d="M0 0h24v24H0z" fill="none" />
  760. <path
  761. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  762. />
  763. </svg>
  764. <span>José : 07 69 12 30 48</span>
  765. </div>
  766. </div>
  767. <div class="agenda-creneau-details--title">Le responsable</div>
  768. <div class="agenda-creneau-details--content">
  769. <div class="benevole">
  770. <svg
  771. class="icon"
  772. xmlns="http://www.w3.org/2000/svg"
  773. height="24px"
  774. viewBox="0 0 24 24"
  775. width="24px"
  776. fill="currentcolor"
  777. >
  778. <path d="M0 0h24v24H0z" fill="none" />
  779. <path
  780. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  781. />
  782. </svg>
  783. <span>Olivier : 06 82 50 92 85
  784. Alexis : 06 79 99 31 24</span>
  785. </div>
  786. </div>
  787. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  788. <div class="agenda-creneau-details--content">
  789. <div class="benevole">
  790. <svg
  791. class="icon"
  792. xmlns="http://www.w3.org/2000/svg"
  793. height="24px"
  794. viewBox="0 0 24 24"
  795. width="24px"
  796. fill="currentcolor"
  797. >
  798. <path d="M0 0h24v24H0z" fill="none" />
  799. <path
  800. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  801. />
  802. </svg>
  803. <span>Fanny : 06 49 95 48 32</span>
  804. </div>
  805. <div class="benevole">
  806. <svg
  807. class="icon"
  808. xmlns="http://www.w3.org/2000/svg"
  809. height="24px"
  810. viewBox="0 0 24 24"
  811. width="24px"
  812. fill="currentcolor"
  813. >
  814. <path d="M0 0h24v24H0z" fill="none" />
  815. <path
  816. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  817. />
  818. </svg>
  819. <span>Katharina „Tshik Tshik“ : 49176 43 49 76 81</span>
  820. </div>
  821. </div>
  822. </div>
  823. </div>
  824. <div>
  825. <div class="agenda-creneau-header">
  826. <span class="agenda-creneau-time">23h30-00h00 </span>
  827. <span class="agenda-creneau-title">Démontage barnum</span>
  828. </div>
  829. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  830. <div class="agenda-creneau-details--content">démonter le barnum</div>
  831. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  832. <div class="agenda-creneau-details--content">
  833. <div class="benevole">
  834. <svg
  835. class="icon"
  836. xmlns="http://www.w3.org/2000/svg"
  837. height="24px"
  838. viewBox="0 0 24 24"
  839. width="24px"
  840. fill="currentcolor"
  841. >
  842. <path d="M0 0h24v24H0z" fill="none" />
  843. <path
  844. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  845. />
  846. </svg>
  847. <span>Aymeric Pompom : 06 78 57 28 15</span>
  848. </div>
  849. <div class="benevole">
  850. <svg
  851. class="icon"
  852. xmlns="http://www.w3.org/2000/svg"
  853. height="24px"
  854. viewBox="0 0 24 24"
  855. width="24px"
  856. fill="currentcolor"
  857. >
  858. <path d="M0 0h24v24H0z" fill="none" />
  859. <path
  860. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  861. />
  862. </svg>
  863. <span>Anne Croute : 06 33 02 77 18</span>
  864. </div>
  865. <div class="benevole">
  866. <svg
  867. class="icon"
  868. xmlns="http://www.w3.org/2000/svg"
  869. height="24px"
  870. viewBox="0 0 24 24"
  871. width="24px"
  872. fill="currentcolor"
  873. >
  874. <path d="M0 0h24v24H0z" fill="none" />
  875. <path
  876. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  877. />
  878. </svg>
  879. <span>Armand TB : 06 46 24 64 37</span>
  880. </div>
  881. <div class="benevole">
  882. <svg
  883. class="icon"
  884. xmlns="http://www.w3.org/2000/svg"
  885. height="24px"
  886. viewBox="0 0 24 24"
  887. width="24px"
  888. fill="currentcolor"
  889. >
  890. <path d="M0 0h24v24H0z" fill="none" />
  891. <path
  892. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  893. />
  894. </svg>
  895. <span>Fred : 07 85 46 09 59</span>
  896. </div>
  897. <div class="benevole">
  898. <svg
  899. class="icon"
  900. xmlns="http://www.w3.org/2000/svg"
  901. height="24px"
  902. viewBox="0 0 24 24"
  903. width="24px"
  904. fill="currentcolor"
  905. >
  906. <path d="M0 0h24v24H0z" fill="none" />
  907. <path
  908. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  909. />
  910. </svg>
  911. <span>Alexis Méca : 06 74 57 10 12</span>
  912. </div>
  913. <div class="benevole">
  914. <svg
  915. class="icon"
  916. xmlns="http://www.w3.org/2000/svg"
  917. height="24px"
  918. viewBox="0 0 24 24"
  919. width="24px"
  920. fill="currentcolor"
  921. >
  922. <path d="M0 0h24v24H0z" fill="none" />
  923. <path
  924. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  925. />
  926. </svg>
  927. <span>Armel : 06 35 56 46 52</span>
  928. </div>
  929. <div class="benevole">
  930. <svg
  931. class="icon"
  932. xmlns="http://www.w3.org/2000/svg"
  933. height="24px"
  934. viewBox="0 0 24 24"
  935. width="24px"
  936. fill="currentcolor"
  937. >
  938. <path d="M0 0h24v24H0z" fill="none" />
  939. <path
  940. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  941. />
  942. </svg>
  943. <span>Nicolas : 06 88 18 89 44</span>
  944. </div>
  945. </div>
  946. <div class="agenda-creneau-details--title">Le responsable</div>
  947. <div class="agenda-creneau-details--content">
  948. <div class="benevole">
  949. <svg
  950. class="icon"
  951. xmlns="http://www.w3.org/2000/svg"
  952. height="24px"
  953. viewBox="0 0 24 24"
  954. width="24px"
  955. fill="currentcolor"
  956. >
  957. <path d="M0 0h24v24H0z" fill="none" />
  958. <path
  959. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  960. />
  961. </svg>
  962. <span>Lorraine 06 71 35 76 12</span>
  963. </div>
  964. </div>
  965. </div>
  966. </div>
  967. <div>
  968. <div class="agenda-creneau-header">
  969. <span class="agenda-creneau-time">00h00-01h30 </span>
  970. <span class="agenda-creneau-title">Rangement déco</span>
  971. </div>
  972. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  973. <div class="agenda-creneau-details--content">Ranger / nettoyer. Tout doit disparaitre et être remis dans les camions</div>
  974. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  975. <div class="agenda-creneau-details--content">
  976. <div class="benevole">
  977. <svg
  978. class="icon"
  979. xmlns="http://www.w3.org/2000/svg"
  980. height="24px"
  981. viewBox="0 0 24 24"
  982. width="24px"
  983. fill="currentcolor"
  984. >
  985. <path d="M0 0h24v24H0z" fill="none" />
  986. <path
  987. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  988. />
  989. </svg>
  990. <span>Hélène Duf. : 06 30 06 10 70</span>
  991. </div>
  992. <div class="benevole">
  993. <svg
  994. class="icon"
  995. xmlns="http://www.w3.org/2000/svg"
  996. height="24px"
  997. viewBox="0 0 24 24"
  998. width="24px"
  999. fill="currentcolor"
  1000. >
  1001. <path d="M0 0h24v24H0z" fill="none" />
  1002. <path
  1003. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1004. />
  1005. </svg>
  1006. <span>Fanny : 06 49 95 48 32</span>
  1007. </div>
  1008. <div class="benevole">
  1009. <svg
  1010. class="icon"
  1011. xmlns="http://www.w3.org/2000/svg"
  1012. height="24px"
  1013. viewBox="0 0 24 24"
  1014. width="24px"
  1015. fill="currentcolor"
  1016. >
  1017. <path d="M0 0h24v24H0z" fill="none" />
  1018. <path
  1019. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1020. />
  1021. </svg>
  1022. <span>Manuel : 06 12 80 61 34</span>
  1023. </div>
  1024. <div class="benevole">
  1025. <svg
  1026. class="icon"
  1027. xmlns="http://www.w3.org/2000/svg"
  1028. height="24px"
  1029. viewBox="0 0 24 24"
  1030. width="24px"
  1031. fill="currentcolor"
  1032. >
  1033. <path d="M0 0h24v24H0z" fill="none" />
  1034. <path
  1035. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1036. />
  1037. </svg>
  1038. <span>Marlène : 06 83 91 98 02</span>
  1039. </div>
  1040. <div class="benevole">
  1041. <svg
  1042. class="icon"
  1043. xmlns="http://www.w3.org/2000/svg"
  1044. height="24px"
  1045. viewBox="0 0 24 24"
  1046. width="24px"
  1047. fill="currentcolor"
  1048. >
  1049. <path d="M0 0h24v24H0z" fill="none" />
  1050. <path
  1051. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1052. />
  1053. </svg>
  1054. <span>Adela : 346 65 22 14 80</span>
  1055. </div>
  1056. <div class="benevole">
  1057. <svg
  1058. class="icon"
  1059. xmlns="http://www.w3.org/2000/svg"
  1060. height="24px"
  1061. viewBox="0 0 24 24"
  1062. width="24px"
  1063. fill="currentcolor"
  1064. >
  1065. <path d="M0 0h24v24H0z" fill="none" />
  1066. <path
  1067. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1068. />
  1069. </svg>
  1070. <span>Armel : 06 35 56 46 52</span>
  1071. </div>
  1072. <div class="benevole">
  1073. <svg
  1074. class="icon"
  1075. xmlns="http://www.w3.org/2000/svg"
  1076. height="24px"
  1077. viewBox="0 0 24 24"
  1078. width="24px"
  1079. fill="currentcolor"
  1080. >
  1081. <path d="M0 0h24v24H0z" fill="none" />
  1082. <path
  1083. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1084. />
  1085. </svg>
  1086. <span>Vincent Shérifa : 06 20 10 63 58</span>
  1087. </div>
  1088. <div class="benevole">
  1089. <svg
  1090. class="icon"
  1091. xmlns="http://www.w3.org/2000/svg"
  1092. height="24px"
  1093. viewBox="0 0 24 24"
  1094. width="24px"
  1095. fill="currentcolor"
  1096. >
  1097. <path d="M0 0h24v24H0z" fill="none" />
  1098. <path
  1099. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1100. />
  1101. </svg>
  1102. <span>Paul-Erwan : 07 87 76 64 76</span>
  1103. </div>
  1104. <div class="benevole">
  1105. <svg
  1106. class="icon"
  1107. xmlns="http://www.w3.org/2000/svg"
  1108. height="24px"
  1109. viewBox="0 0 24 24"
  1110. width="24px"
  1111. fill="currentcolor"
  1112. >
  1113. <path d="M0 0h24v24H0z" fill="none" />
  1114. <path
  1115. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1116. />
  1117. </svg>
  1118. <span>Maël : 06 10 31 87 30</span>
  1119. </div>
  1120. </div>
  1121. <div class="agenda-creneau-details--title">Le responsable</div>
  1122. <div class="agenda-creneau-details--content">
  1123. <div class="benevole">
  1124. <svg
  1125. class="icon"
  1126. xmlns="http://www.w3.org/2000/svg"
  1127. height="24px"
  1128. viewBox="0 0 24 24"
  1129. width="24px"
  1130. fill="currentcolor"
  1131. >
  1132. <path d="M0 0h24v24H0z" fill="none" />
  1133. <path
  1134. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1135. />
  1136. </svg>
  1137. <span>quang Huy : 06 74 44 36 35</span>
  1138. </div>
  1139. </div>
  1140. </div>
  1141. </div>
  1142. </div>
  1143. </div>
  1144. </div>
  1145. </body>
  1146. </html>