adrien.claustres.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Adrien 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">Adrien</h1>
  321. <div class="planning-container">
  322. <div class="daily-agenda">
  323. <div class="day-header">samedi 10 septembre</div>
  324. <div>
  325. <div>
  326. <div class="agenda-creneau-header">
  327. <span class="agenda-creneau-time">13h30-14h00 </span>
  328. <span class="agenda-creneau-title">Formation bar</span>
  329. </div>
  330. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  331. <div class="agenda-creneau-details--content">Tous les bénévoles qui font du bar dans la soirée se réunissent pour voir lieu / fonctionnement, etc.</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>Jonas : 06 69 74 79 04</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>Laureen : 07 78 10 47 37</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>Nadège : 06 78 64 72 56</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>Julien : 06 34 54 45 41</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>David : 06 20 63 29 57</span>
  413. </div>
  414. <div class="benevole">
  415. <svg
  416. class="icon"
  417. xmlns="http://www.w3.org/2000/svg"
  418. height="24px"
  419. viewBox="0 0 24 24"
  420. width="24px"
  421. fill="currentcolor"
  422. >
  423. <path d="M0 0h24v24H0z" fill="none" />
  424. <path
  425. 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"
  426. />
  427. </svg>
  428. <span>Armand FP : 06 03 46 59 48</span>
  429. </div>
  430. <div class="benevole">
  431. <svg
  432. class="icon"
  433. xmlns="http://www.w3.org/2000/svg"
  434. height="24px"
  435. viewBox="0 0 24 24"
  436. width="24px"
  437. fill="currentcolor"
  438. >
  439. <path d="M0 0h24v24H0z" fill="none" />
  440. <path
  441. 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"
  442. />
  443. </svg>
  444. <span>Nicholas : 07 77 82 44 89</span>
  445. </div>
  446. <div class="benevole">
  447. <svg
  448. class="icon"
  449. xmlns="http://www.w3.org/2000/svg"
  450. height="24px"
  451. viewBox="0 0 24 24"
  452. width="24px"
  453. fill="currentcolor"
  454. >
  455. <path d="M0 0h24v24H0z" fill="none" />
  456. <path
  457. 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"
  458. />
  459. </svg>
  460. <span>Theo : 06 51 13 60 36</span>
  461. </div>
  462. <div class="benevole">
  463. <svg
  464. class="icon"
  465. xmlns="http://www.w3.org/2000/svg"
  466. height="24px"
  467. viewBox="0 0 24 24"
  468. width="24px"
  469. fill="currentcolor"
  470. >
  471. <path d="M0 0h24v24H0z" fill="none" />
  472. <path
  473. 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"
  474. />
  475. </svg>
  476. <span>Anne-Gaëlle : 06 66 96 14 07</span>
  477. </div>
  478. <div class="benevole">
  479. <svg
  480. class="icon"
  481. xmlns="http://www.w3.org/2000/svg"
  482. height="24px"
  483. viewBox="0 0 24 24"
  484. width="24px"
  485. fill="currentcolor"
  486. >
  487. <path d="M0 0h24v24H0z" fill="none" />
  488. <path
  489. 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"
  490. />
  491. </svg>
  492. <span>Laurie : 07 77 23 11 34</span>
  493. </div>
  494. <div class="benevole">
  495. <svg
  496. class="icon"
  497. xmlns="http://www.w3.org/2000/svg"
  498. height="24px"
  499. viewBox="0 0 24 24"
  500. width="24px"
  501. fill="currentcolor"
  502. >
  503. <path d="M0 0h24v24H0z" fill="none" />
  504. <path
  505. 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"
  506. />
  507. </svg>
  508. <span>Vincent M. : 06 25 57 25 99</span>
  509. </div>
  510. <div class="benevole">
  511. <svg
  512. class="icon"
  513. xmlns="http://www.w3.org/2000/svg"
  514. height="24px"
  515. viewBox="0 0 24 24"
  516. width="24px"
  517. fill="currentcolor"
  518. >
  519. <path d="M0 0h24v24H0z" fill="none" />
  520. <path
  521. 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"
  522. />
  523. </svg>
  524. <span>Mathilde : 07 71 14 41 46</span>
  525. </div>
  526. <div class="benevole">
  527. <svg
  528. class="icon"
  529. xmlns="http://www.w3.org/2000/svg"
  530. height="24px"
  531. viewBox="0 0 24 24"
  532. width="24px"
  533. fill="currentcolor"
  534. >
  535. <path d="M0 0h24v24H0z" fill="none" />
  536. <path
  537. 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"
  538. />
  539. </svg>
  540. <span>Maxime : 06 16 13 39 41</span>
  541. </div>
  542. <div class="benevole">
  543. <svg
  544. class="icon"
  545. xmlns="http://www.w3.org/2000/svg"
  546. height="24px"
  547. viewBox="0 0 24 24"
  548. width="24px"
  549. fill="currentcolor"
  550. >
  551. <path d="M0 0h24v24H0z" fill="none" />
  552. <path
  553. 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"
  554. />
  555. </svg>
  556. <span>Nicole : 06 34 10 06 88</span>
  557. </div>
  558. <div class="benevole">
  559. <svg
  560. class="icon"
  561. xmlns="http://www.w3.org/2000/svg"
  562. height="24px"
  563. viewBox="0 0 24 24"
  564. width="24px"
  565. fill="currentcolor"
  566. >
  567. <path d="M0 0h24v24H0z" fill="none" />
  568. <path
  569. 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"
  570. />
  571. </svg>
  572. <span>Maël : 06 10 31 87 30</span>
  573. </div>
  574. <div class="benevole">
  575. <svg
  576. class="icon"
  577. xmlns="http://www.w3.org/2000/svg"
  578. height="24px"
  579. viewBox="0 0 24 24"
  580. width="24px"
  581. fill="currentcolor"
  582. >
  583. <path d="M0 0h24v24H0z" fill="none" />
  584. <path
  585. 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"
  586. />
  587. </svg>
  588. <span>Stefan : 06 66 33 03 09</span>
  589. </div>
  590. <div class="benevole">
  591. <svg
  592. class="icon"
  593. xmlns="http://www.w3.org/2000/svg"
  594. height="24px"
  595. viewBox="0 0 24 24"
  596. width="24px"
  597. fill="currentcolor"
  598. >
  599. <path d="M0 0h24v24H0z" fill="none" />
  600. <path
  601. 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"
  602. />
  603. </svg>
  604. <span>Félix : 06 38 30 68 67</span>
  605. </div>
  606. </div>
  607. <div class="agenda-creneau-details--title">Le responsable</div>
  608. <div class="agenda-creneau-details--content">
  609. <div class="benevole">
  610. <svg
  611. class="icon"
  612. xmlns="http://www.w3.org/2000/svg"
  613. height="24px"
  614. viewBox="0 0 24 24"
  615. width="24px"
  616. fill="currentcolor"
  617. >
  618. <path d="M0 0h24v24H0z" fill="none" />
  619. <path
  620. 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"
  621. />
  622. </svg>
  623. <span>Stef 06 66 33 03 09
  624. Jonas 06 69 74 79 04</span>
  625. </div>
  626. </div>
  627. </div>
  628. </div>
  629. <div>
  630. <div class="agenda-creneau-header">
  631. <span class="agenda-creneau-time">15h00-16h00 </span>
  632. <span class="agenda-creneau-title">Bar : samedi aprem</span>
  633. </div>
  634. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  635. <div class="agenda-creneau-details--content">Bah tu tiens un bar !</div>
  636. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  637. <div class="agenda-creneau-details--content">
  638. <div class="benevole">
  639. <svg
  640. class="icon"
  641. xmlns="http://www.w3.org/2000/svg"
  642. height="24px"
  643. viewBox="0 0 24 24"
  644. width="24px"
  645. fill="currentcolor"
  646. >
  647. <path d="M0 0h24v24H0z" fill="none" />
  648. <path
  649. 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"
  650. />
  651. </svg>
  652. <span>Laureen : 07 78 10 47 37</span>
  653. </div>
  654. <div class="benevole">
  655. <svg
  656. class="icon"
  657. xmlns="http://www.w3.org/2000/svg"
  658. height="24px"
  659. viewBox="0 0 24 24"
  660. width="24px"
  661. fill="currentcolor"
  662. >
  663. <path d="M0 0h24v24H0z" fill="none" />
  664. <path
  665. 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"
  666. />
  667. </svg>
  668. <span>Theo : 06 51 13 60 36</span>
  669. </div>
  670. <div class="benevole">
  671. <svg
  672. class="icon"
  673. xmlns="http://www.w3.org/2000/svg"
  674. height="24px"
  675. viewBox="0 0 24 24"
  676. width="24px"
  677. fill="currentcolor"
  678. >
  679. <path d="M0 0h24v24H0z" fill="none" />
  680. <path
  681. 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"
  682. />
  683. </svg>
  684. <span>Nicole : 06 34 10 06 88</span>
  685. </div>
  686. </div>
  687. <div class="agenda-creneau-details--title">Le responsable</div>
  688. <div class="agenda-creneau-details--content">
  689. <div class="benevole">
  690. <svg
  691. class="icon"
  692. xmlns="http://www.w3.org/2000/svg"
  693. height="24px"
  694. viewBox="0 0 24 24"
  695. width="24px"
  696. fill="currentcolor"
  697. >
  698. <path d="M0 0h24v24H0z" fill="none" />
  699. <path
  700. 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"
  701. />
  702. </svg>
  703. <span>Stef 06 66 33 03 09
  704. Jonas 06 69 74 79 04</span>
  705. </div>
  706. </div>
  707. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  708. <div class="agenda-creneau-details--content">
  709. <div class="benevole">
  710. <svg
  711. class="icon"
  712. xmlns="http://www.w3.org/2000/svg"
  713. height="24px"
  714. viewBox="0 0 24 24"
  715. width="24px"
  716. fill="currentcolor"
  717. >
  718. <path d="M0 0h24v24H0z" fill="none" />
  719. <path
  720. 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"
  721. />
  722. </svg>
  723. <span>Julien : 06 34 54 45 41</span>
  724. </div>
  725. <div class="benevole">
  726. <svg
  727. class="icon"
  728. xmlns="http://www.w3.org/2000/svg"
  729. height="24px"
  730. viewBox="0 0 24 24"
  731. width="24px"
  732. fill="currentcolor"
  733. >
  734. <path d="M0 0h24v24H0z" fill="none" />
  735. <path
  736. 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"
  737. />
  738. </svg>
  739. <span>David : 06 20 63 29 57</span>
  740. </div>
  741. <div class="benevole">
  742. <svg
  743. class="icon"
  744. xmlns="http://www.w3.org/2000/svg"
  745. height="24px"
  746. viewBox="0 0 24 24"
  747. width="24px"
  748. fill="currentcolor"
  749. >
  750. <path d="M0 0h24v24H0z" fill="none" />
  751. <path
  752. 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"
  753. />
  754. </svg>
  755. <span>Mathilde : 07 71 14 41 46</span>
  756. </div>
  757. </div>
  758. </div>
  759. </div>
  760. <div>
  761. <div class="agenda-creneau-header">
  762. <span class="agenda-creneau-time">18h00-19h30 </span>
  763. <span class="agenda-creneau-title">Bar : samedi aprem</span>
  764. </div>
  765. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  766. <div class="agenda-creneau-details--content">Bah tu tiens un bar !</div>
  767. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</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>Laureen : 07 78 10 47 37</span>
  784. </div>
  785. <div class="benevole">
  786. <svg
  787. class="icon"
  788. xmlns="http://www.w3.org/2000/svg"
  789. height="24px"
  790. viewBox="0 0 24 24"
  791. width="24px"
  792. fill="currentcolor"
  793. >
  794. <path d="M0 0h24v24H0z" fill="none" />
  795. <path
  796. 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"
  797. />
  798. </svg>
  799. <span>Nicholas : 07 77 82 44 89</span>
  800. </div>
  801. <div class="benevole">
  802. <svg
  803. class="icon"
  804. xmlns="http://www.w3.org/2000/svg"
  805. height="24px"
  806. viewBox="0 0 24 24"
  807. width="24px"
  808. fill="currentcolor"
  809. >
  810. <path d="M0 0h24v24H0z" fill="none" />
  811. <path
  812. 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"
  813. />
  814. </svg>
  815. <span>Mathilde : 07 71 14 41 46</span>
  816. </div>
  817. </div>
  818. <div class="agenda-creneau-details--title">Le responsable</div>
  819. <div class="agenda-creneau-details--content">
  820. <div class="benevole">
  821. <svg
  822. class="icon"
  823. xmlns="http://www.w3.org/2000/svg"
  824. height="24px"
  825. viewBox="0 0 24 24"
  826. width="24px"
  827. fill="currentcolor"
  828. >
  829. <path d="M0 0h24v24H0z" fill="none" />
  830. <path
  831. 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"
  832. />
  833. </svg>
  834. <span>Stef 06 66 33 03 09
  835. Jonas 06 69 74 79 04</span>
  836. </div>
  837. </div>
  838. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  839. <div class="agenda-creneau-details--content">
  840. <div class="benevole">
  841. <svg
  842. class="icon"
  843. xmlns="http://www.w3.org/2000/svg"
  844. height="24px"
  845. viewBox="0 0 24 24"
  846. width="24px"
  847. fill="currentcolor"
  848. >
  849. <path d="M0 0h24v24H0z" fill="none" />
  850. <path
  851. 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"
  852. />
  853. </svg>
  854. <span>Laurie : 07 77 23 11 34</span>
  855. </div>
  856. <div class="benevole">
  857. <svg
  858. class="icon"
  859. xmlns="http://www.w3.org/2000/svg"
  860. height="24px"
  861. viewBox="0 0 24 24"
  862. width="24px"
  863. fill="currentcolor"
  864. >
  865. <path d="M0 0h24v24H0z" fill="none" />
  866. <path
  867. 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"
  868. />
  869. </svg>
  870. <span>Maxime : 06 16 13 39 41</span>
  871. </div>
  872. </div>
  873. </div>
  874. </div>
  875. <div>
  876. <div class="agenda-creneau-header">
  877. <span class="agenda-creneau-time">20h30-22h00 </span>
  878. <span class="agenda-creneau-title">Bar : samedi soirée</span>
  879. </div>
  880. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  881. <div class="agenda-creneau-details--content">Bah tu tiens un bar !</div>
  882. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  883. <div class="agenda-creneau-details--content">
  884. <div class="benevole">
  885. <svg
  886. class="icon"
  887. xmlns="http://www.w3.org/2000/svg"
  888. height="24px"
  889. viewBox="0 0 24 24"
  890. width="24px"
  891. fill="currentcolor"
  892. >
  893. <path d="M0 0h24v24H0z" fill="none" />
  894. <path
  895. 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"
  896. />
  897. </svg>
  898. <span>Laureen : 07 78 10 47 37</span>
  899. </div>
  900. <div class="benevole">
  901. <svg
  902. class="icon"
  903. xmlns="http://www.w3.org/2000/svg"
  904. height="24px"
  905. viewBox="0 0 24 24"
  906. width="24px"
  907. fill="currentcolor"
  908. >
  909. <path d="M0 0h24v24H0z" fill="none" />
  910. <path
  911. 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"
  912. />
  913. </svg>
  914. <span>Nadège : 06 78 64 72 56</span>
  915. </div>
  916. <div class="benevole">
  917. <svg
  918. class="icon"
  919. xmlns="http://www.w3.org/2000/svg"
  920. height="24px"
  921. viewBox="0 0 24 24"
  922. width="24px"
  923. fill="currentcolor"
  924. >
  925. <path d="M0 0h24v24H0z" fill="none" />
  926. <path
  927. 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"
  928. />
  929. </svg>
  930. <span>Nicole : 06 34 10 06 88</span>
  931. </div>
  932. </div>
  933. <div class="agenda-creneau-details--title">Le responsable</div>
  934. <div class="agenda-creneau-details--content">
  935. <div class="benevole">
  936. <svg
  937. class="icon"
  938. xmlns="http://www.w3.org/2000/svg"
  939. height="24px"
  940. viewBox="0 0 24 24"
  941. width="24px"
  942. fill="currentcolor"
  943. >
  944. <path d="M0 0h24v24H0z" fill="none" />
  945. <path
  946. 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"
  947. />
  948. </svg>
  949. <span>Stef 06 66 33 03 09
  950. Jonas 06 69 74 79 04</span>
  951. </div>
  952. </div>
  953. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  954. <div class="agenda-creneau-details--content">
  955. <div class="benevole">
  956. <svg
  957. class="icon"
  958. xmlns="http://www.w3.org/2000/svg"
  959. height="24px"
  960. viewBox="0 0 24 24"
  961. width="24px"
  962. fill="currentcolor"
  963. >
  964. <path d="M0 0h24v24H0z" fill="none" />
  965. <path
  966. 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"
  967. />
  968. </svg>
  969. <span>Julien : 06 34 54 45 41</span>
  970. </div>
  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>David : 06 20 63 29 57</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>Armand FP : 06 03 46 59 48</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>Nicholas : 07 77 82 44 89</span>
  1018. </div>
  1019. </div>
  1020. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  1021. <div class="agenda-creneau-details--content">
  1022. <div class="benevole">
  1023. <svg
  1024. class="icon"
  1025. xmlns="http://www.w3.org/2000/svg"
  1026. height="24px"
  1027. viewBox="0 0 24 24"
  1028. width="24px"
  1029. fill="currentcolor"
  1030. >
  1031. <path d="M0 0h24v24H0z" fill="none" />
  1032. <path
  1033. 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"
  1034. />
  1035. </svg>
  1036. <span>Julien : 06 34 54 45 41</span>
  1037. </div>
  1038. <div class="benevole">
  1039. <svg
  1040. class="icon"
  1041. xmlns="http://www.w3.org/2000/svg"
  1042. height="24px"
  1043. viewBox="0 0 24 24"
  1044. width="24px"
  1045. fill="currentcolor"
  1046. >
  1047. <path d="M0 0h24v24H0z" fill="none" />
  1048. <path
  1049. 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"
  1050. />
  1051. </svg>
  1052. <span>David : 06 20 63 29 57</span>
  1053. </div>
  1054. <div class="benevole">
  1055. <svg
  1056. class="icon"
  1057. xmlns="http://www.w3.org/2000/svg"
  1058. height="24px"
  1059. viewBox="0 0 24 24"
  1060. width="24px"
  1061. fill="currentcolor"
  1062. >
  1063. <path d="M0 0h24v24H0z" fill="none" />
  1064. <path
  1065. 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"
  1066. />
  1067. </svg>
  1068. <span>Armand FP : 06 03 46 59 48</span>
  1069. </div>
  1070. <div class="benevole">
  1071. <svg
  1072. class="icon"
  1073. xmlns="http://www.w3.org/2000/svg"
  1074. height="24px"
  1075. viewBox="0 0 24 24"
  1076. width="24px"
  1077. fill="currentcolor"
  1078. >
  1079. <path d="M0 0h24v24H0z" fill="none" />
  1080. <path
  1081. 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"
  1082. />
  1083. </svg>
  1084. <span>Nicholas : 07 77 82 44 89</span>
  1085. </div>
  1086. </div>
  1087. </div>
  1088. </div>
  1089. <div>
  1090. <div class="agenda-creneau-header">
  1091. <span class="agenda-creneau-time">23h00-00h00 </span>
  1092. <span class="agenda-creneau-title">Bar : samedi soirée</span>
  1093. </div>
  1094. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  1095. <div class="agenda-creneau-details--content">Bah tu tiens un bar !</div>
  1096. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  1097. <div class="agenda-creneau-details--content">
  1098. <div class="benevole">
  1099. <svg
  1100. class="icon"
  1101. xmlns="http://www.w3.org/2000/svg"
  1102. height="24px"
  1103. viewBox="0 0 24 24"
  1104. width="24px"
  1105. fill="currentcolor"
  1106. >
  1107. <path d="M0 0h24v24H0z" fill="none" />
  1108. <path
  1109. 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"
  1110. />
  1111. </svg>
  1112. <span>Laureen : 07 78 10 47 37</span>
  1113. </div>
  1114. </div>
  1115. <div class="agenda-creneau-details--title">Le responsable</div>
  1116. <div class="agenda-creneau-details--content">
  1117. <div class="benevole">
  1118. <svg
  1119. class="icon"
  1120. xmlns="http://www.w3.org/2000/svg"
  1121. height="24px"
  1122. viewBox="0 0 24 24"
  1123. width="24px"
  1124. fill="currentcolor"
  1125. >
  1126. <path d="M0 0h24v24H0z" fill="none" />
  1127. <path
  1128. 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"
  1129. />
  1130. </svg>
  1131. <span>Stef 06 66 33 03 09
  1132. Jonas 06 69 74 79 04</span>
  1133. </div>
  1134. </div>
  1135. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  1136. <div class="agenda-creneau-details--content">
  1137. <div class="benevole">
  1138. <svg
  1139. class="icon"
  1140. xmlns="http://www.w3.org/2000/svg"
  1141. height="24px"
  1142. viewBox="0 0 24 24"
  1143. width="24px"
  1144. fill="currentcolor"
  1145. >
  1146. <path d="M0 0h24v24H0z" fill="none" />
  1147. <path
  1148. 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"
  1149. />
  1150. </svg>
  1151. <span>Theo : 06 51 13 60 36</span>
  1152. </div>
  1153. <div class="benevole">
  1154. <svg
  1155. class="icon"
  1156. xmlns="http://www.w3.org/2000/svg"
  1157. height="24px"
  1158. viewBox="0 0 24 24"
  1159. width="24px"
  1160. fill="currentcolor"
  1161. >
  1162. <path d="M0 0h24v24H0z" fill="none" />
  1163. <path
  1164. 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"
  1165. />
  1166. </svg>
  1167. <span>Mathilde : 07 71 14 41 46</span>
  1168. </div>
  1169. </div>
  1170. </div>
  1171. </div>
  1172. </div>
  1173. </div>
  1174. </div>
  1175. </body>
  1176. </html>