-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreserver_mp.html
More file actions
631 lines (600 loc) · 45 KB
/
reserver_mp.html
File metadata and controls
631 lines (600 loc) · 45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<!-- Fonts -->
<script src="https://kit.fontawesome.com/e807f8aa79.js" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/datepicker.css">
<link rel="stylesheet" href="./css/bootstrap-toggle.min.css">
<title>LIKDOM</title>
</head>
<body>
<div class="loader">
<img src="./images/spinner.svg" alt="">
</div>
<section class="bg-section to-custum">
<nav class="navbar navbar-dark navbar-expand-lg">
<div class="container justify-content-start justify-content-md-between">
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand p-0 d-none d-md-inline-block" href="./index.html"><img src="./images/Logo@2x.png"
class="img-logo" alt="logo" /></a>
<!-- <form class="d-md-none flex-grow-1" method="GET" action="{{ route('reserv.code') }}">
<div class="input-group mx-auto">
<button class="btn" type="button" id="button-search">
<i class="fa fa-search"></i>
</button>
<input type="search" class="form-control form-search" placeholder="Entrer votre code"
aria-describedby="button-search" />
</div>
</form> -->
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">LIKDOM</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<!-- mobile menu -->
<ul class="navbar-nav d-lg-none justify-content-evenly flex-grow-1 pe-3">
<li class="nav-item">
<a href="#" class="nav-link">Accueil</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="./reserver.html" class="nav-link">Réserver</a>
</li>
<li class="nav-item"><a href="#" class="nav-link">FAQs</a></li>
<li class="nav-item">
<a href="#" class="nav-link link-danger">Professionnel</a>
</li>
</ul>
<!-- descktop menu -->
<div
class="navbar-desktop d-none d-lg-flex justify-content-evenly align-items-center flex-grow-1">
<a class="btn link-reserv" href="./services.html">Réserver</a>
<form class="d-flex m-0" method="GET" action="{{ route('reserv.code') }}">
<div class="input-group">
<input type="search" class="form-control form-search"
placeholder="Entrer votre code" aria-describedby="button-search" />
<button class="btn" type="button" id="button-search">
<i class="fa fa-search"></i>
</button>
</div>
</form>
<div>
<a class="btn btn-light link-signup" href="./compte.html">Créer
un
compte</a>
<a class="btn btn-outline-light link-signin" href="./login.html">Se
connecter</a>
</div>
<a class="btn link-prof" href="./professionnel.html">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="26" viewBox="0 0 14 26">
<path id="icons8_manager"
d="M20,11.667a4.4,4.4,0,0,1-4.455-4.333,4.456,4.456,0,0,1,8.909,0A4.4,4.4,0,0,1,20,11.667ZM24.623,12.9H21.907a.6.6,0,0,1-.064.277l-.955,1.857a.615.615,0,0,1-.14.173l1.148,5.3a.608.608,0,0,1-.125.514L20.5,22.578a.649.649,0,0,1-.995,0L18.23,21.03a.6.6,0,0,1-.125-.514l1.148-5.3a.615.615,0,0,1-.14-.173l-.955-1.857a.6.6,0,0,1-.064-.277H15.377A2.348,2.348,0,0,0,13,15.217V22.19a7,7,0,0,0,14,0V15.217A2.348,2.348,0,0,0,24.623,12.9Z"
transform="translate(-13 -3)" fill="#3d5b8e" />
</svg>
<span>Likdom Pro</span>
</a>
</div>
</div>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row px-4rem align-items-start">
<div class="col-12 col-lg-6 height-91 d-flex flex-column justify-content-between">
<!-- Progress bar -->
<div class="progressbar">
<div class="progress" id="progress"></div>
<div class="progress-step progress-step-active" data-title="step1"></div>
<div class="progress-step" data-title="step2"></div>
<div class="progress-step" data-title="step3"></div>
<div class="progress-step" data-title="step4"></div>
<div class="progress-step" data-title="step5"></div>
</div>
<!-- form steps -->
<form class="form-step-wrapper d-flex flex-column justify-content-center flex-grow-1" action="">
<div class="form-step type-logement mx-auto form-step-active">
<h4> Votre type de logement ?</h4>
<a id="link-apart" class="mylabel-card text-decoration-none" data-bs-toggle="collapse"
href="#collapse-form" role="button" aria-expanded="false" aria-controls="collapse-form">
<img src="./images/svg/icon-apartement.svg" alt="">
<span>Appartement</span>
</a>
<a id="link-maison" class="mylabel-card text-decoration-none" data-bs-toggle="collapse"
href="#collapse-form" role="button" aria-expanded="false" aria-controls="collapse-form">
<img src="./images/svg/icon-maison.svg" alt="">
<span>Maison</span>
</a>
<a id="link-villa" class="mylabel-card text-decoration-none" data-bs-toggle="collapse"
href="#collapse-form" role="button" aria-expanded="false" aria-controls="collapse-form">
<img src="./images/svg/icon-villa.svg" alt="">
<span>Villa</span>
</a>
<div class="collapse" id="collapse-form">
<div class="card card-pieces card-body">
<h5>Nombre de pièce</h5>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Chambre</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="1"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Cuisine</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="1"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label">Salon</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="1"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Toilette / Salle de bain</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="1"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Cour</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="0"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Térasse</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="0"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Cave</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="0"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="d-flex justify-content-between align-items-end mb-3 nbr-piece">
<label for="chambre" class="form-label"> Garage</label>
<div class="custom-input-number">
<button type="button" class="btn-svg cin-decrement">
<svg id="Minus" xmlns="http://www.w3.org/2000/svg" width="20"
height="20" viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
</svg>
</button>
<input type="number" class="cin-input basket-quantity" step="1" value="0"
min="0" max="10">
<button type="button" class="btn-svg cin-increment">
<svg id="Plus" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20">
<circle class="svg-circle" data-name="Ellipse 11" cx="10" cy="10"
r="10" fill="#fff" />
<line class="svg-line" data-name="Ligne 30" x2="10"
transform="translate(5 10)" fill="none" stroke="#3d5b8e"
stroke-linecap="round" stroke-width="2" />
<line class="svg-line" data-name="Ligne 31" x2="10"
transform="translate(10 5) rotate(90)" fill="none"
stroke="#3d5b8e" stroke-linecap="round" stroke-width="2" />
</svg>
</button>
</div>
</div>
<div class="nbr-agent d-flex align-items-center justify-content-evenly">
<img src="./images/compte/icon-housekeeper.svg" alt="">
<span>Nombre d'agents nécessaires :</span>
<span>2</span>
</div>
</div>
</div>
</div>
<div class="form-step select-taches mx-auto">
<div class="div-tache-wrapper">
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem ipsum dolor sit amet consectetur testing</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache1"
id="radiotache1" value="" aria-label="...">
</div>
</div>
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem ipsum dolor sit others as amet.</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache2"
id="radiotache2" value="" aria-label="...">
</div>
</div>
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem ipsum dolor sit amet consectetur.</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache3"
id="radiotache3" value="" aria-label="...">
</div>
</div>
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem, ipsum dolor.</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache4"
id="radiotache4" value="" aria-label="...">
</div>
</div>
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem ipsum dolor sit amet consectetur.</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache3"
id="radiotache3" value="" aria-label="...">
</div>
</div>
<div class="div-tache mylabel-card d-flex align-items-center justify-content-between">
<span>Lorem, ipsum dolor.</span>
<div>
<input class="form-check-input" type="checkbox" name="radiotache4"
id="radiotache4" value="" aria-label="...">
</div>
</div>
</div>
<div class="div-prix-tache d-flex align-items-center justify-content-between">
<span>Tarifs total des tâches: </span>
<span>220 DH</span>
</div>
</div>
<div class="form-step passage-form mx-auto">
<h4 class="mt-0">Choisir la date du passage </h4>
<div id="datepicker" class="calendar"></div>
<h4>Choisir l'heure du passage</h4>
<div class="select-time d-flex align-items-center mx-auto">
<img src="./images/svg/icon-clock.svg" class="me-3" alt="">
<select class="form-select flex-grow-1" aria-label="time-select">
<option selected value="1">08:30</option>
<option value="2">09:00</option>
<option value="2">09:30</option>
<option value="2">10:00</option>
<option value="2">10:30</option>
</select>
</div>
</div>
<div class="form-step select-produits mx-auto">
<h4>Services optionnels</h4>
<div class="d-flex justify-content-between align-items-center product-check">
<div class="product-icon">
<img src="./images/svg/icon-1.svg" class="" alt="">
<lottie-player id="stars"
src="https://assets10.lottiefiles.com/private_files/lf30_AwG077.json"
background="transparent" speed="0.4" style="width: 67px; height: 67px;" loop
autoplay></lottie-player>
</div>
<span>Produits et outils + 130 dh</span>
<!-- <div class="form-check form-switch">
<input id="input-check-product" class="form-check-input" type="checkbox"
role="switch" data-on-text="normal" data-off-text="abnormal" data-size="large"
id="flexSwitchCheckChecked">
</div> -->
<input id="input-check-product" type="checkbox">
</div>
<h4>Parfum</h4>
<div class="div-parfum mylabel-card d-flex align-items-center justify-content-between">
<img src="./images/parfum/parfum-orange.png" alt="">
<span>Oud</span>
<div>
<input class="form-check-input" type="radio" name="selectedparfum"
id="selectedparfum" value="" aria-label="..." disabled>
</div>
</div>
<div class="div-parfum mylabel-card d-flex align-items-center justify-content-between">
<img src="./images/parfum/parfum-citron.png" alt="">
<span>Citron</span>
<div>
<input class="form-check-input" type="radio" name="selectedparfum"
id="selectedparfum" value="" aria-label="..." disabled>
</div>
</div>
<div class="div-parfum mylabel-card d-flex align-items-center justify-content-between">
<img src="./images/parfum/parfum-lavendre.png" alt="">
<span>Lavendre</span>
<div>
<input class="form-check-input" type="radio" name="selectedparfum"
id="selectedparfum" value="" aria-label="..." disabled>
</div>
</div>
<div class="div-parfum mylabel-card d-flex align-items-center justify-content-between">
<img src="./images/parfum/parfum-none.png" alt="">
<span>Sans parfum</span>
<div>
<input class="form-check-input" type="radio" name="selectedparfum"
id="selectedparfum" value="" aria-label="..." disabled>
</div>
</div>
</div>
<div class="form-step user-form mx-auto">
<!-- <h4>Veuillez saisir vos informations</h4> -->
<div class="form-floating mb-3">
<input type="text" class="form-control" id="floatingNom" placeholder="Nom et prénom">
<label for="floatingNom">Nom et prénom</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingEmail" placeholder="E-mail">
<label for="floatingEmail">E-mail</label>
</div>
<div class="form-floating mb-3">
<input type="tel" class="form-control" id="floatingTel" placeholder="N° téléphone">
<label for="floatingTel">N° téléphone </label>
</div>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="floatingAdresse" placeholder="Adresse">
<label for="floatingAdresse">Adresse</label>
</div>
<select class="form-select mb-3" aria-label="ville select" id="floatingVille">
<option selected value="1">Mohammedia</option>
<option value="2">Casablanca</option>
</select>
<div class="form-floating mb-3">
<input type="text" class="form-control " id="floatingComptAdresse"
placeholder="Complément d'adresse">
<label for="floatingComptAdresse">Complément d'adresse (optionnel)</label>
</div>
<div class="div-login d-flex align-items-center justify-content-evenly">
<a href="./login.html" class="d-none d-lg-inline">Se connecter</a>
<span>se connecter avec </span>
<div>
<a href="" class="me-3"><img src="./images/svg/social-icons/icon-facebook.svg"
alt=""></a>
<a href=""><img src="./images/svg/social-icons/icon-google.svg" alt=""></a>
</div>
</div>
<!-- <div class="d-flex d-lg-none div-login align-items-center justify-content-between">
<a href="./login.html" class="">Se connecter</a>
<i class="fas fa-chevron-right"></i>
</div> -->
</div>
</form>
<div class="d-flex justify-content-between align-items-center mx-auto btn-wrapper flex-lg-grow-1">
<a href="#" class="btn-prev text-decoration-none">
<i class="fa fa-chevron-left me-1"></i> Retour</a>
<button class="btn-next">Suivant</button>
</div>
</div>
<div class="d-none col-lg-6 height-91 d-lg-flex justify-content-end">
<div class="d-flex flex-column justify-content-center w-40">
<img src="./images/svg/likdom-femme.svg" class="img-assistant" alt="">
</div>
<div class="d-flex flex-column justify-content-center div-img-wrapper w-60">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="70 0 500 500">
<path id="Big_Bubble" data-name="Big Bubble"
d="M1089.788,1277.57s87.08-91.985,43.587-134.9-228.237,24.885-219.385-93.037,244.5-205.6,359.345-181.128C1404.547,896.469,1374.487,1119.523,1089.788,1277.57Z"
transform="translate(-368.565 -1143.717) rotate(22)" fill="#c8deff" />
<text class="bubble-text" transform="translate(83.474 174.535)">
<tspan x="50" y="15">Merci de saisir</tspan>
<tspan x="50" y="60">vos informations</tspan>
</text>
</svg>
<!-- img steps -->
<div class="d-flex flex-grow-1 flex-column justify-content-center">
<div class="img-step img-log-wrapper align-items-end img-step-active">
<img id="img-maison" src="./images/svg/maison.svg" class="img-logement" alt="">
<img id="img-villa" src="./images/svg/villa.svg" class="img-logement" alt="">
<img id="img-apart" src="./images/svg/appartement.svg" class="img-logement" alt="">
</div>
<div class="img-step mx-auto">
<img src="./images/svg/calendar.svg" class="img-form" alt="">
</div>
<div class="img-step mx-auto">
<img src="./images/svg/calendar.svg" class="img-form" alt="">
</div>
<div class="img-step mx-auto">
<img src="./images/svg/produits.svg" class="img-form" alt="">
</div>
<div class="img-step">
<img src="./images/svg/form-step1.svg" class="img-form" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="./js/loader.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- datepicker -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/datepicker/1.0.10/datepicker.min.js"
integrity="sha512-RCgrAvvoLpP7KVgTkTctrUdv7C6t7Un3p1iaoPr1++3pybCyCsCZZN7QEHMZTcJTmcJ7jzexTO+eFpHk4OCFAg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./jquery-ui/jquery-ui.min.js"></script>
<script src="./js/datepicker.js"></script>
<!-- -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="./js/bootstrap-toggle.min.js"></script>
<script src="./js/reserver_mp.js"></script>
</body>
</html>