ruiz.nils.html 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208
  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. <h1 class="name-header">Nils</h1>
  321. <div class="planning-container">
  322. <div class="daily-agenda">
  323. <div class="day-header">vendredi 09 septembre</div>
  324. <div>
  325. <div>
  326. <div class="agenda-creneau-header">
  327. <span class="agenda-creneau-time">14h00-16h00 </span>
  328. <span class="agenda-creneau-title">installation salle durante</span>
  329. </div>
  330. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  331. <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>
  332. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  333. <div class="agenda-creneau-details--content">
  334. <div class="benevole">
  335. <svg
  336. class="icon"
  337. xmlns="http://www.w3.org/2000/svg"
  338. height="24px"
  339. viewBox="0 0 24 24"
  340. width="24px"
  341. fill="currentcolor"
  342. >
  343. <path d="M0 0h24v24H0z" fill="none" />
  344. <path
  345. 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"
  346. />
  347. </svg>
  348. <span>Victor : 06 85 57 26 79</span>
  349. </div>
  350. <div class="benevole">
  351. <svg
  352. class="icon"
  353. xmlns="http://www.w3.org/2000/svg"
  354. height="24px"
  355. viewBox="0 0 24 24"
  356. width="24px"
  357. fill="currentcolor"
  358. >
  359. <path d="M0 0h24v24H0z" fill="none" />
  360. <path
  361. 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"
  362. />
  363. </svg>
  364. <span>Manuel : 06 12 80 61 34</span>
  365. </div>
  366. <div class="benevole">
  367. <svg
  368. class="icon"
  369. xmlns="http://www.w3.org/2000/svg"
  370. height="24px"
  371. viewBox="0 0 24 24"
  372. width="24px"
  373. fill="currentcolor"
  374. >
  375. <path d="M0 0h24v24H0z" fill="none" />
  376. <path
  377. 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"
  378. />
  379. </svg>
  380. <span>Louise : 06 77 62 65 64</span>
  381. </div>
  382. <div class="benevole">
  383. <svg
  384. class="icon"
  385. xmlns="http://www.w3.org/2000/svg"
  386. height="24px"
  387. viewBox="0 0 24 24"
  388. width="24px"
  389. fill="currentcolor"
  390. >
  391. <path d="M0 0h24v24H0z" fill="none" />
  392. <path
  393. 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"
  394. />
  395. </svg>
  396. <span>Marine : 06 32 99 84 98</span>
  397. </div>
  398. <div class="benevole">
  399. <svg
  400. class="icon"
  401. xmlns="http://www.w3.org/2000/svg"
  402. height="24px"
  403. viewBox="0 0 24 24"
  404. width="24px"
  405. fill="currentcolor"
  406. >
  407. <path d="M0 0h24v24H0z" fill="none" />
  408. <path
  409. 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"
  410. />
  411. </svg>
  412. <span>Stefan : 06 66 33 03 09</span>
  413. </div>
  414. </div>
  415. <div class="agenda-creneau-details--title">Le responsable</div>
  416. <div class="agenda-creneau-details--content">
  417. <div class="benevole">
  418. <svg
  419. class="icon"
  420. xmlns="http://www.w3.org/2000/svg"
  421. height="24px"
  422. viewBox="0 0 24 24"
  423. width="24px"
  424. fill="currentcolor"
  425. >
  426. <path d="M0 0h24v24H0z" fill="none" />
  427. <path
  428. 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"
  429. />
  430. </svg>
  431. <span>Marine : 06 32 99 84 98
  432. Logistique Lorraine : 06 71 35 76 12</span>
  433. </div>
  434. </div>
  435. </div>
  436. </div>
  437. <div>
  438. <div class="agenda-creneau-header">
  439. <span class="agenda-creneau-time">01h00-02h00 </span>
  440. <span class="agenda-creneau-title">Bar Durante </span>
  441. </div>
  442. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  443. <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
  444. + passer la serpillère si bière renversée</div>
  445. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  446. <div class="agenda-creneau-details--content">
  447. <div class="benevole">
  448. <svg
  449. class="icon"
  450. xmlns="http://www.w3.org/2000/svg"
  451. height="24px"
  452. viewBox="0 0 24 24"
  453. width="24px"
  454. fill="currentcolor"
  455. >
  456. <path d="M0 0h24v24H0z" fill="none" />
  457. <path
  458. 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"
  459. />
  460. </svg>
  461. <span>Nadège : 06 78 64 72 56</span>
  462. </div>
  463. </div>
  464. <div class="agenda-creneau-details--title">Le responsable</div>
  465. <div class="agenda-creneau-details--content">
  466. <div class="benevole">
  467. <svg
  468. class="icon"
  469. xmlns="http://www.w3.org/2000/svg"
  470. height="24px"
  471. viewBox="0 0 24 24"
  472. width="24px"
  473. fill="currentcolor"
  474. >
  475. <path d="M0 0h24v24H0z" fill="none" />
  476. <path
  477. 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"
  478. />
  479. </svg>
  480. <span>Stef : 06 66 33 03 09</span>
  481. </div>
  482. </div>
  483. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  484. <div class="agenda-creneau-details--content">
  485. <div class="benevole">
  486. <svg
  487. class="icon"
  488. xmlns="http://www.w3.org/2000/svg"
  489. height="24px"
  490. viewBox="0 0 24 24"
  491. width="24px"
  492. fill="currentcolor"
  493. >
  494. <path d="M0 0h24v24H0z" fill="none" />
  495. <path
  496. 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"
  497. />
  498. </svg>
  499. <span>Victor : 06 85 57 26 79</span>
  500. </div>
  501. <div class="benevole">
  502. <svg
  503. class="icon"
  504. xmlns="http://www.w3.org/2000/svg"
  505. height="24px"
  506. viewBox="0 0 24 24"
  507. width="24px"
  508. fill="currentcolor"
  509. >
  510. <path d="M0 0h24v24H0z" fill="none" />
  511. <path
  512. 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"
  513. />
  514. </svg>
  515. <span>Sarah : 06 89 32 01 39</span>
  516. </div>
  517. </div>
  518. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  519. <div class="agenda-creneau-details--content">
  520. <div class="benevole">
  521. <svg
  522. class="icon"
  523. xmlns="http://www.w3.org/2000/svg"
  524. height="24px"
  525. viewBox="0 0 24 24"
  526. width="24px"
  527. fill="currentcolor"
  528. >
  529. <path d="M0 0h24v24H0z" fill="none" />
  530. <path
  531. 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"
  532. />
  533. </svg>
  534. <span>Brian : 06 31 36 26 03</span>
  535. </div>
  536. <div class="benevole">
  537. <svg
  538. class="icon"
  539. xmlns="http://www.w3.org/2000/svg"
  540. height="24px"
  541. viewBox="0 0 24 24"
  542. width="24px"
  543. fill="currentcolor"
  544. >
  545. <path d="M0 0h24v24H0z" fill="none" />
  546. <path
  547. 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"
  548. />
  549. </svg>
  550. <span>Ilyes : 06 76 68 30 66</span>
  551. </div>
  552. </div>
  553. </div>
  554. </div>
  555. <div>
  556. <div class="agenda-creneau-header">
  557. <span class="agenda-creneau-time">04h00-05h00 </span>
  558. <span class="agenda-creneau-title">Nettoyage et rangement Durante</span>
  559. </div>
  560. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  561. <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.
  562. Passer un coup de balai + serpillère. Cleaner les toilettes.</div>
  563. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  564. <div class="agenda-creneau-details--content">
  565. <div class="benevole">
  566. <svg
  567. class="icon"
  568. xmlns="http://www.w3.org/2000/svg"
  569. height="24px"
  570. viewBox="0 0 24 24"
  571. width="24px"
  572. fill="currentcolor"
  573. >
  574. <path d="M0 0h24v24H0z" fill="none" />
  575. <path
  576. 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"
  577. />
  578. </svg>
  579. <span>Anne Croute : 06 33 02 77 18</span>
  580. </div>
  581. <div class="benevole">
  582. <svg
  583. class="icon"
  584. xmlns="http://www.w3.org/2000/svg"
  585. height="24px"
  586. viewBox="0 0 24 24"
  587. width="24px"
  588. fill="currentcolor"
  589. >
  590. <path d="M0 0h24v24H0z" fill="none" />
  591. <path
  592. 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"
  593. />
  594. </svg>
  595. <span>Nathan : 06 03 95 63 75</span>
  596. </div>
  597. <div class="benevole">
  598. <svg
  599. class="icon"
  600. xmlns="http://www.w3.org/2000/svg"
  601. height="24px"
  602. viewBox="0 0 24 24"
  603. width="24px"
  604. fill="currentcolor"
  605. >
  606. <path d="M0 0h24v24H0z" fill="none" />
  607. <path
  608. 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"
  609. />
  610. </svg>
  611. <span>Amélie : 06 60 15 27 60</span>
  612. </div>
  613. <div class="benevole">
  614. <svg
  615. class="icon"
  616. xmlns="http://www.w3.org/2000/svg"
  617. height="24px"
  618. viewBox="0 0 24 24"
  619. width="24px"
  620. fill="currentcolor"
  621. >
  622. <path d="M0 0h24v24H0z" fill="none" />
  623. <path
  624. 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"
  625. />
  626. </svg>
  627. <span>Voleur Elie : 06 43 71 56 83</span>
  628. </div>
  629. <div class="benevole">
  630. <svg
  631. class="icon"
  632. xmlns="http://www.w3.org/2000/svg"
  633. height="24px"
  634. viewBox="0 0 24 24"
  635. width="24px"
  636. fill="currentcolor"
  637. >
  638. <path d="M0 0h24v24H0z" fill="none" />
  639. <path
  640. 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"
  641. />
  642. </svg>
  643. <span>Audrey : 06 71 20 80 36</span>
  644. </div>
  645. <div class="benevole">
  646. <svg
  647. class="icon"
  648. xmlns="http://www.w3.org/2000/svg"
  649. height="24px"
  650. viewBox="0 0 24 24"
  651. width="24px"
  652. fill="currentcolor"
  653. >
  654. <path d="M0 0h24v24H0z" fill="none" />
  655. <path
  656. 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"
  657. />
  658. </svg>
  659. <span>Hutch : 06 89 09 67 29</span>
  660. </div>
  661. <div class="benevole">
  662. <svg
  663. class="icon"
  664. xmlns="http://www.w3.org/2000/svg"
  665. height="24px"
  666. viewBox="0 0 24 24"
  667. width="24px"
  668. fill="currentcolor"
  669. >
  670. <path d="M0 0h24v24H0z" fill="none" />
  671. <path
  672. 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"
  673. />
  674. </svg>
  675. <span>Louise : 06 77 62 65 64</span>
  676. </div>
  677. <div class="benevole">
  678. <svg
  679. class="icon"
  680. xmlns="http://www.w3.org/2000/svg"
  681. height="24px"
  682. viewBox="0 0 24 24"
  683. width="24px"
  684. fill="currentcolor"
  685. >
  686. <path d="M0 0h24v24H0z" fill="none" />
  687. <path
  688. 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"
  689. />
  690. </svg>
  691. <span>Sarah : 06 89 32 01 39</span>
  692. </div>
  693. <div class="benevole">
  694. <svg
  695. class="icon"
  696. xmlns="http://www.w3.org/2000/svg"
  697. height="24px"
  698. viewBox="0 0 24 24"
  699. width="24px"
  700. fill="currentcolor"
  701. >
  702. <path d="M0 0h24v24H0z" fill="none" />
  703. <path
  704. 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"
  705. />
  706. </svg>
  707. <span>Stefan : 06 66 33 03 09</span>
  708. </div>
  709. </div>
  710. <div class="agenda-creneau-details--title">Le responsable</div>
  711. <div class="agenda-creneau-details--content">
  712. <div class="benevole">
  713. <svg
  714. class="icon"
  715. xmlns="http://www.w3.org/2000/svg"
  716. height="24px"
  717. viewBox="0 0 24 24"
  718. width="24px"
  719. fill="currentcolor"
  720. >
  721. <path d="M0 0h24v24H0z" fill="none" />
  722. <path
  723. 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"
  724. />
  725. </svg>
  726. <span>Sylvain : 06 72 29 46 89</span>
  727. </div>
  728. </div>
  729. </div>
  730. </div>
  731. </div>
  732. </div>
  733. <div class="daily-agenda">
  734. <div class="day-header">samedi 10 septembre</div>
  735. <div>
  736. <div>
  737. <div class="agenda-creneau-header">
  738. <span class="agenda-creneau-time">21h30-22h30 </span>
  739. <span class="agenda-creneau-title">Vaisselle (autowash)</span>
  740. </div>
  741. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  742. <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>
  743. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  744. <div class="agenda-creneau-details--content">
  745. <div class="benevole">
  746. <svg
  747. class="icon"
  748. xmlns="http://www.w3.org/2000/svg"
  749. height="24px"
  750. viewBox="0 0 24 24"
  751. width="24px"
  752. fill="currentcolor"
  753. >
  754. <path d="M0 0h24v24H0z" fill="none" />
  755. <path
  756. 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"
  757. />
  758. </svg>
  759. <span>José : 07 69 12 30 48</span>
  760. </div>
  761. </div>
  762. <div class="agenda-creneau-details--title">Le responsable</div>
  763. <div class="agenda-creneau-details--content">
  764. <div class="benevole">
  765. <svg
  766. class="icon"
  767. xmlns="http://www.w3.org/2000/svg"
  768. height="24px"
  769. viewBox="0 0 24 24"
  770. width="24px"
  771. fill="currentcolor"
  772. >
  773. <path d="M0 0h24v24H0z" fill="none" />
  774. <path
  775. 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"
  776. />
  777. </svg>
  778. <span>Olivier : 06 82 50 92 85
  779. Alexis : 06 79 99 31 24</span>
  780. </div>
  781. </div>
  782. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  783. <div class="agenda-creneau-details--content">
  784. <div class="benevole">
  785. <svg
  786. class="icon"
  787. xmlns="http://www.w3.org/2000/svg"
  788. height="24px"
  789. viewBox="0 0 24 24"
  790. width="24px"
  791. fill="currentcolor"
  792. >
  793. <path d="M0 0h24v24H0z" fill="none" />
  794. <path
  795. 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"
  796. />
  797. </svg>
  798. <span>Fanny : 06 49 95 48 32</span>
  799. </div>
  800. <div class="benevole">
  801. <svg
  802. class="icon"
  803. xmlns="http://www.w3.org/2000/svg"
  804. height="24px"
  805. viewBox="0 0 24 24"
  806. width="24px"
  807. fill="currentcolor"
  808. >
  809. <path d="M0 0h24v24H0z" fill="none" />
  810. <path
  811. 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"
  812. />
  813. </svg>
  814. <span>Katharina „Tshik Tshik“ : 49176 43 49 76 81</span>
  815. </div>
  816. </div>
  817. </div>
  818. </div>
  819. <div>
  820. <div class="agenda-creneau-header">
  821. <span class="agenda-creneau-time">23h30-00h00 </span>
  822. <span class="agenda-creneau-title">Démontage barnum</span>
  823. </div>
  824. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  825. <div class="agenda-creneau-details--content">démonter le barnum</div>
  826. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  827. <div class="agenda-creneau-details--content">
  828. <div class="benevole">
  829. <svg
  830. class="icon"
  831. xmlns="http://www.w3.org/2000/svg"
  832. height="24px"
  833. viewBox="0 0 24 24"
  834. width="24px"
  835. fill="currentcolor"
  836. >
  837. <path d="M0 0h24v24H0z" fill="none" />
  838. <path
  839. 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"
  840. />
  841. </svg>
  842. <span>Aymeric Pompom : 06 78 57 28 15</span>
  843. </div>
  844. <div class="benevole">
  845. <svg
  846. class="icon"
  847. xmlns="http://www.w3.org/2000/svg"
  848. height="24px"
  849. viewBox="0 0 24 24"
  850. width="24px"
  851. fill="currentcolor"
  852. >
  853. <path d="M0 0h24v24H0z" fill="none" />
  854. <path
  855. 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"
  856. />
  857. </svg>
  858. <span>Anne Croute : 06 33 02 77 18</span>
  859. </div>
  860. <div class="benevole">
  861. <svg
  862. class="icon"
  863. xmlns="http://www.w3.org/2000/svg"
  864. height="24px"
  865. viewBox="0 0 24 24"
  866. width="24px"
  867. fill="currentcolor"
  868. >
  869. <path d="M0 0h24v24H0z" fill="none" />
  870. <path
  871. 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"
  872. />
  873. </svg>
  874. <span>Armand TB : 06 46 24 64 37</span>
  875. </div>
  876. <div class="benevole">
  877. <svg
  878. class="icon"
  879. xmlns="http://www.w3.org/2000/svg"
  880. height="24px"
  881. viewBox="0 0 24 24"
  882. width="24px"
  883. fill="currentcolor"
  884. >
  885. <path d="M0 0h24v24H0z" fill="none" />
  886. <path
  887. 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"
  888. />
  889. </svg>
  890. <span>Fred : 07 85 46 09 59</span>
  891. </div>
  892. <div class="benevole">
  893. <svg
  894. class="icon"
  895. xmlns="http://www.w3.org/2000/svg"
  896. height="24px"
  897. viewBox="0 0 24 24"
  898. width="24px"
  899. fill="currentcolor"
  900. >
  901. <path d="M0 0h24v24H0z" fill="none" />
  902. <path
  903. 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"
  904. />
  905. </svg>
  906. <span>Alexis Méca : 06 74 57 10 12</span>
  907. </div>
  908. <div class="benevole">
  909. <svg
  910. class="icon"
  911. xmlns="http://www.w3.org/2000/svg"
  912. height="24px"
  913. viewBox="0 0 24 24"
  914. width="24px"
  915. fill="currentcolor"
  916. >
  917. <path d="M0 0h24v24H0z" fill="none" />
  918. <path
  919. 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"
  920. />
  921. </svg>
  922. <span>Armel : 06 35 56 46 52</span>
  923. </div>
  924. <div class="benevole">
  925. <svg
  926. class="icon"
  927. xmlns="http://www.w3.org/2000/svg"
  928. height="24px"
  929. viewBox="0 0 24 24"
  930. width="24px"
  931. fill="currentcolor"
  932. >
  933. <path d="M0 0h24v24H0z" fill="none" />
  934. <path
  935. 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"
  936. />
  937. </svg>
  938. <span>Nicolas : 06 88 18 89 44</span>
  939. </div>
  940. </div>
  941. <div class="agenda-creneau-details--title">Le responsable</div>
  942. <div class="agenda-creneau-details--content">
  943. <div class="benevole">
  944. <svg
  945. class="icon"
  946. xmlns="http://www.w3.org/2000/svg"
  947. height="24px"
  948. viewBox="0 0 24 24"
  949. width="24px"
  950. fill="currentcolor"
  951. >
  952. <path d="M0 0h24v24H0z" fill="none" />
  953. <path
  954. 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"
  955. />
  956. </svg>
  957. <span>Lorraine 06 71 35 76 12</span>
  958. </div>
  959. </div>
  960. </div>
  961. </div>
  962. <div>
  963. <div class="agenda-creneau-header">
  964. <span class="agenda-creneau-time">00h00-01h30 </span>
  965. <span class="agenda-creneau-title">Rangement déco</span>
  966. </div>
  967. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  968. <div class="agenda-creneau-details--content">Ranger / nettoyer. Tout doit disparaitre et être remis dans les camions</div>
  969. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  970. <div class="agenda-creneau-details--content">
  971. <div class="benevole">
  972. <svg
  973. class="icon"
  974. xmlns="http://www.w3.org/2000/svg"
  975. height="24px"
  976. viewBox="0 0 24 24"
  977. width="24px"
  978. fill="currentcolor"
  979. >
  980. <path d="M0 0h24v24H0z" fill="none" />
  981. <path
  982. 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"
  983. />
  984. </svg>
  985. <span>Hélène Duf. : 06 30 06 10 70</span>
  986. </div>
  987. <div class="benevole">
  988. <svg
  989. class="icon"
  990. xmlns="http://www.w3.org/2000/svg"
  991. height="24px"
  992. viewBox="0 0 24 24"
  993. width="24px"
  994. fill="currentcolor"
  995. >
  996. <path d="M0 0h24v24H0z" fill="none" />
  997. <path
  998. 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"
  999. />
  1000. </svg>
  1001. <span>Fanny : 06 49 95 48 32</span>
  1002. </div>
  1003. <div class="benevole">
  1004. <svg
  1005. class="icon"
  1006. xmlns="http://www.w3.org/2000/svg"
  1007. height="24px"
  1008. viewBox="0 0 24 24"
  1009. width="24px"
  1010. fill="currentcolor"
  1011. >
  1012. <path d="M0 0h24v24H0z" fill="none" />
  1013. <path
  1014. 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"
  1015. />
  1016. </svg>
  1017. <span>Manuel : 06 12 80 61 34</span>
  1018. </div>
  1019. <div class="benevole">
  1020. <svg
  1021. class="icon"
  1022. xmlns="http://www.w3.org/2000/svg"
  1023. height="24px"
  1024. viewBox="0 0 24 24"
  1025. width="24px"
  1026. fill="currentcolor"
  1027. >
  1028. <path d="M0 0h24v24H0z" fill="none" />
  1029. <path
  1030. 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"
  1031. />
  1032. </svg>
  1033. <span>Marlène : 06 83 91 98 02</span>
  1034. </div>
  1035. <div class="benevole">
  1036. <svg
  1037. class="icon"
  1038. xmlns="http://www.w3.org/2000/svg"
  1039. height="24px"
  1040. viewBox="0 0 24 24"
  1041. width="24px"
  1042. fill="currentcolor"
  1043. >
  1044. <path d="M0 0h24v24H0z" fill="none" />
  1045. <path
  1046. 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"
  1047. />
  1048. </svg>
  1049. <span>Adela : 346 65 22 14 80</span>
  1050. </div>
  1051. <div class="benevole">
  1052. <svg
  1053. class="icon"
  1054. xmlns="http://www.w3.org/2000/svg"
  1055. height="24px"
  1056. viewBox="0 0 24 24"
  1057. width="24px"
  1058. fill="currentcolor"
  1059. >
  1060. <path d="M0 0h24v24H0z" fill="none" />
  1061. <path
  1062. 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"
  1063. />
  1064. </svg>
  1065. <span>Armel : 06 35 56 46 52</span>
  1066. </div>
  1067. <div class="benevole">
  1068. <svg
  1069. class="icon"
  1070. xmlns="http://www.w3.org/2000/svg"
  1071. height="24px"
  1072. viewBox="0 0 24 24"
  1073. width="24px"
  1074. fill="currentcolor"
  1075. >
  1076. <path d="M0 0h24v24H0z" fill="none" />
  1077. <path
  1078. 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"
  1079. />
  1080. </svg>
  1081. <span>Vincent Shérifa : 06 20 10 63 58</span>
  1082. </div>
  1083. <div class="benevole">
  1084. <svg
  1085. class="icon"
  1086. xmlns="http://www.w3.org/2000/svg"
  1087. height="24px"
  1088. viewBox="0 0 24 24"
  1089. width="24px"
  1090. fill="currentcolor"
  1091. >
  1092. <path d="M0 0h24v24H0z" fill="none" />
  1093. <path
  1094. 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"
  1095. />
  1096. </svg>
  1097. <span>Paul-Erwan : 07 87 76 64 76</span>
  1098. </div>
  1099. <div class="benevole">
  1100. <svg
  1101. class="icon"
  1102. xmlns="http://www.w3.org/2000/svg"
  1103. height="24px"
  1104. viewBox="0 0 24 24"
  1105. width="24px"
  1106. fill="currentcolor"
  1107. >
  1108. <path d="M0 0h24v24H0z" fill="none" />
  1109. <path
  1110. 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"
  1111. />
  1112. </svg>
  1113. <span>Maël : 06 10 31 87 30</span>
  1114. </div>
  1115. </div>
  1116. <div class="agenda-creneau-details--title">Le responsable</div>
  1117. <div class="agenda-creneau-details--content">
  1118. <div class="benevole">
  1119. <svg
  1120. class="icon"
  1121. xmlns="http://www.w3.org/2000/svg"
  1122. height="24px"
  1123. viewBox="0 0 24 24"
  1124. width="24px"
  1125. fill="currentcolor"
  1126. >
  1127. <path d="M0 0h24v24H0z" fill="none" />
  1128. <path
  1129. 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"
  1130. />
  1131. </svg>
  1132. <span>quang Huy : 06 74 44 36 35</span>
  1133. </div>
  1134. </div>
  1135. </div>
  1136. </div>
  1137. </div>
  1138. </div>
  1139. </div>
  1140. </body>
  1141. </html>