-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.sass
770 lines (691 loc) · 17.1 KB
/
style.sass
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
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
/*
Theme Name: BootSTheme
Theme URI:
Version: 0.1
Author: Quentin Mestre
BootSTheme by Quentin Mestre */
/* =============================================================================
Définition des variables de couleurs
=========================================================================== */
$footerbkg_hexa: #003366
$hrcolor_hexa: #006080
$ex-vert: #00cccc
$gris: #f0f0f0
$gris-hover: #e7e7e7
$gris-active: #e0dcdc
// Couleurs de l'interface du téléphone
$device-screen-back: #fff
$device-ui-status-bar-back: #f9f9f9
$device-ui-status-bar-font: #000
$device-ui-input-bar-border: #fefefe
$device-ui-input-bar-back: #fefefe
$device-ui-input-bar-emoji: #66666b
$device-ui-input-bar-field-back: #f9f9f9
$device-ui-input-bar-field-border: #E5E5EA
$device-ui-input-bar-field-color: #dbdbe0
$device-ui-message-left-back: #E5E5EA
$device-ui-message-left-color: #000000
$device-ui-message-left-borderRight: #48578c
//$device-ui-message-right-back : linear-gradient(#5c9eff, #5b82d6)
$device-ui-message-right-back: #0B93F6
$device-ui-message-right-color: #fff
$device-ui-message-right-borderRight: #ecf5fd
/* Couleur rose des boutons/texts
- en hexadécimal
- en rgb
*/
$rose_hexa: #ff0066
$rose_hexa_hover: #e6005c
$rose_hexa_active: #cc0052
$rose_rgb: rgb(255, 0, 102)
$rose_rgb_hover: rgb(230, 0, 92)
$rose_rgb_active: rgb(204, 0, 82)
/* Couleur orange des boutons/texts
- en hexadécimal
- en rgb
*/
$orange_hexa: #ff8533
$orange_hexa_hover: #ff751a
$orange_hexa_active: #ff6600
$orange_rgb: rgb(255, 133, 51)
$orange_rgb_hover: rgb(255, 117, 26)
$orange_rgb_active: rgb(255, 102, 0)
/* =============================================================================
Définition des mixins
=========================================================================== */
@mixin Btn
padding:
left: 15px
right: 15px
box-shadow: none !important
outline: none !important
white-space: normal !important
word-wrap: break-word
@mixin Btn-round
@include Btn
border-radius: .3rem
@mixin navlinks
text-decoration: none
color: white
/* =============================================================================
Définition du style des boutons
=========================================================================== */
.btn
@include Btn
.btn-grad-roor
background: linear-gradient($rose_hexa, $orange_hexa)
color: white
&:hover
background-color: $rose_hexa_hover
color: white
&:active
background-color: $rose_hexa_active
color: white
.btn-blanc-or
background-color: white
color: $orange_hexa
&:hover
color: $orange_hexa_hover
&:active
color: $orange_hexa_active
.btn-round-ro
@include Btn-round
color: white
background-color: $rose_hexa
&:hover
background-color: $rose_hexa_hover
color: white
&:active
background-color: $rose_hexa_active
color: white
.btn-ro
@include Btn
background-color: $rose_hexa
color: white
&:hover
background-color: $rose_hexa_hover
&:active
background-color: $rose_hexa_active
.btn-round-ro-inv
@include Btn-round
color: $rose_hexa
background-color: rgba($rose_rgb, 0.1)
&:hover
background-color: rgba($rose_rgb_hover, 0.2)
color: $rose_hexa_hover
&:active
background-color: rgba($rose_rgb_active, 0.2)
color: $rose_hexa_active
.btn-out-ro
@include Btn-round
background: none
border: .05rem solid $rose_hexa
color: $rose_hexa
&:hover
background-color: $rose_hexa
color: white
transition: .20s
&:active
background-color: $rose_hexa_hover
transition: .20s
.btn-round-or
@include Btn-round
color: white
background-color: $orange_hexa
&:hover
background-color: $orange_hexa_hover
color: white
&:active
background-color: $orange_hexa_active
color: white
.btn-round-or-inv
@include Btn-round
color: $orange_hexa
background-color: rgba($orange_rgb, 0.1)
&:hover
background-color: rgba($orange_rgb_hover, 0.2)
color: $orange_hexa_hover
&:active
background-color: rgba($orange_rgb_active, 0.2)
color: $orange_hexa_active
.icon
vertical-align: baseline
.ex-rose
color: $rose_hexa
#ex-orange
color: $orange_hexa
#ex-vert
color: $ex-vert
#tabcontent
height: inherit
.or
color: gold !important
.carousel
color: white
.carousel-item
position: absolute
.active
position: relative
#slide1
min-height: 40rem
background-image: url("images/Carousel/background-header 1 2x.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
#slide2
min-height: 40rem
background-image: url("images/Carousel/background-header 2 x2.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
#slide3
min-height: 40rem
background-image: url("images/Carousel/background-header 3 x2.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
#slide4
min-height: 40rem
background-image: url("images/Carousel/background-header 4 x2.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
#slide5
min-height: 40rem
background-image: url("images/Carousel/background-header 5 x2.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
#slide6
min-height: 40rem
background-image: url("images/Carousel/background-header 6 x2.png")
background-repeat: no-repeat
background-position: left top
background-size: cover
.clients
max-width: 100px !important
min-width: 100px !important
#tarif
border-radius: .75rem
background-color: $footerbkg_hexa
box-shadow: 0px 0px 50px gray
color: white
label
font-weight: bold
.form-control
border: none
border-radius: .5rem
text-align: center
#price
background-color: rgba(255, 255, 255, 0.1)
color: white
.sellist
box-shadow: none !important
outline: none !important
white-space: normal !important
background: none !important
border: none
.input-group-carousel
input
border-radius: .25em .25em 0em 0em
border: none
a
border-radius: 0em 0em .25em .25em
border: none
color: white
#typo
background-color: #4f6888
background-image: url(images/Background/[email protected])
background-position: right top
background-size: cover
background-repeat: no-repeat
color: white
padding:
top: 4vw
bottom: 3vw
.nav-link
color: white
border: none
background-color: black
margin: 0.25em
padding: 0.25em .5em .25em .5em
.nav-item .active
color: black
background-color: white
img
height: 248px
width: auto
#scenar
.nav-link
color: black
border-radius: 1rem
.nav-item .active
color: white
background-color: #ffb249
img
height: 248px
width: auto
#simulateur
background-image: url(images/Background/[email protected])
background-position: right top
background-size: cover
img
max-height: 480px
#last
background-color: #f7f7f7
.border-bottom
color: $rose_hexa
width: 55px
.h-list
height: 100px !important
html
word-wrap: break-word
.custom-toggler.navbar-toggler
border-color: rgba(255, 255, 255, 0.7)
.custom-toggler .navbar-toggler-icon
background-image: url("data:image/svg+xmlcharset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
.navbar
.navbar-toggler
border: 2px solid rgba(255, 255, 255, .5) !important
outline: none
.nav-item
.nav-link
@include navlinks
&:hover
transition: 0.25s
.btn
@include Btn
.btn-default
background-color: $rose_hexa
color: white
.badge
color: $rose_hexa
&:hover
border-color: $rose_hexa_hover
background-color: $rose_hexa_hover
.badge
color: $rose_hexa_hover
&:active
border-color: $rose_hexa_active
background-color: $rose_hexa_active
.badge
color: $rose_hexa_active
#myPage\ page-tarifs, #myPage\ page-fonctionnalités
#navmenu
.nav-link
color: black
/* ============================================================================*/
/* Device Simulation*/
/* ============================================================================*/
@keyframes fadeInUp
from
opacity: 0
transform: translate3d(0, 10%, 0)
to
opacity: 1
transform: translate3d(0, 0, 0)
@keyframes fadeInDown
from
opacity: 0
transform: translate3d(0, -10%, 0)
to
opacity: 1
transform: translate3d(0, 0, 0)
.fadeInDown
animation-name: fadeInDown
.fadeInUp
animation-name: fadeInUp
.device-screen
width: 229px
height: 406px
background-color: $device-screen-back
position: absolute
top: 68px
right: 32px
z-index: 5
.device-ui
height: 100%
position: relative
.device-ui-status-bar
background-color: $device-ui-status-bar-back
height: 14px
font-size: 9px
color: $device-ui-status-bar-font
text-align: center
//box-shadow: 0px 1px 2px #717171
font-weight: 600
.device-ui-name-bar
border-bottom: 1px solid #cfcfcf
padding:
right: 10px
left: 10px
top: 5px
bottom: 5px
text-align: center
line-height: 13px
color: black
background-color: $device-ui-status-bar-back
.contact
span
font-size: 12px
font-weight: bolder
i
font-size: 1.75rem
.controls
color: $device-ui-message-right-back
font-size: .9rem
.device-ui-input-bar
height: 25px
width: 100%
position: absolute
bottom: 0
border-top: 1px solid $device-ui-input-bar-border
background-color: $device-ui-input-bar-back
.device-ui-input-bar-emoji
width: 50px
height: 25px
float: left
text-align: center
line-height: 25px
font-size: 20px
color: $device-ui-input-bar-emoji
.device-ui-input-bar-field
background-color: $device-ui-input-bar-field-back
width: 75%
margin-right: 5px
float: right
border: 1px solid $device-ui-input-bar-field-border
border-radius: 1rem
height: 20px
line-height: 19px
padding-left: 15px
font-size: .7rem
color: $device-ui-input-bar-field-color
i
position: absolute
right: 15px
top: 5px
color: $device-ui-input-bar-emoji
.device-ui-messages
height: 330px
position: relative
overflow: hidden
width: 100%
.message
&.animated:nth-of-type(1)
animation-delay: 1s
&.left
background: $device-ui-message-left-back
color: $device-ui-message-left-color
left: 0px
text-align: left
border-radius: 25px
&::before
border-left: 6px solid $device-ui-message-left-back
border-right: 0px solid $device-ui-message-left-back
left: -24px
transform: rotateY(180deg)
&.right
background: $device-ui-message-right-back
color: $device-ui-message-right-color
border-radius: 25px
margin-left: auto
&::before
border-left: 7px solid $device-ui-message-right-back
border-right: 0 solid $device-ui-message-right-back
&:nth-child(1)
animation-delay: 0s
max-width: 90%
min-width: 10%
width: fit-content
z-index: -1
font-size: 12px
font-weight: 500
position: relative
padding: 8px 14px
margin-bottom: 10px
min-height: 20px
word-break: break-word
outline: 1px solid transparent
&::before
border-color: transparent
border-radius: 1rem
border-style: solid
border-width: 0 20px
clip: rect(20px, 35px, 42px, 0px)
content: " "
height: 40px
position: absolute
right: -22px
bottom: -0px
width: 30px
z-index: -3
.fa.pull-right
margin-left: 0.3em
.fa-pull-right, .pull-right
float: right
.fa
display: inline-block
font: 14px/1 FontAwesome
font-size: inherit
text-rendering: auto
.pull-right
float: right !important
.animated
-webkit-animation-duration: .5s
animation-duration: .5s
-webkit-animation-fill-mode: both
animation-fill-mode: both
&.fadeInDown
-webkit-animation-duration: 0.5s
animation-duration: 0.5s
&.fadeInUp
-webkit-animation-duration: 0.5s
animation-duration: 0.5s
.fadeInUp
-webkit-animation-name: fadeInUp
animation-name: fadeInUp
.fadeInDown
-webkit-animation-name: fadeInDown
animation-name: fadeInDown
.conv
position: absolute
bottom: 0px
padding-left: 10px
padding-right: 10px
width: 100%
.none
display: none
position: absolute
/* ============================================================================*/
footer
background-color: $footerbkg_hexa
color: white
z-index: 4
.d-md-flex
background: none
.btn
@include Btn
border: none
border-radius: .5rem
padding:
right: 20px
left: 20px
top: 10px
bottom: 10px
hr
border-color: $hrcolor_hexa
.d-sm-flex
padding:
left: 5%
right: 5%
min-height: 200px
nav
.navbar-brand
color: white
margin-bottom: 10px
font-weight: bold
.nav-link
padding:
left: 0px
// top : 3px
// bottom : 3px
color: #cccccc
text-align: left
.bg
vertical-align: bottom
z-index: -2
.f1
position: absolute
bottom: -130px
right: 0px
.f2
position: absolute
top: -175px
left: 0px
.f3
position: absolute
top: -150px
right: 0px
.content
text-align: left
max-width: 100%
h2
color: $orange_hexa
hr
width: 25%
border-color: $orange_hexa
/* ============================================================================*/
/* Media Queries*/
/* ============================================================================*/
@media screen
.hidden-xl-down
display: none !important
.hidden-lg-down
display: block !important
.hidden-md-down
display: block !important
.hidden-sm-down
display: block !important
.hidden-xs-down
display: block !important
.hidden-xl-up
display: none !important
.hidden-lg-up
display: none !important
.hidden-md-up
display: none !important
.hidden-sm-up
display: none !important
.hidden-xs-up
display: none !important
@media screen and (max-width: 1200px)
.hidden-xl-down
display: none !important
.hidden-lg-down
display: none !important
.hidden-md-down
display: block !important
.hidden-sm-down
display: block !important
.hidden-xs-down
display: block !important
.hidden-xl-up
display: block !important
.hidden-lg-up
display: none !important
.hidden-md-up
display: none !important
.hidden-sm-up
display: none !important
.hidden-xs-up
display: none !important
@media screen and (max-width: 992px)
.hidden-xl-down
display: none !important
.hidden-lg-down
display: none !important
.hidden-md-down
display: none !important
.hidden-sm-down
display: block !important
.hidden-xs-down
display: block !important
.hidden-xl-up
display: block !important
.hidden-lg-up
display: block !important
.hidden-md-up
display: none !important
.hidden-sm-up
display: none !important
.hidden-xs-up
display: none !important
#push
right: -220px
width: 220px
height: 100%
top: 0
z-index: 1000
position: fixed
padding-top: 20px
display: block
text-align: center
background-color: $footerbkg_hexa
overflow: auto
.nav-item
margin-bottom: 10px
.nav-link
color: white !important
#corpus
overflow-x: hidden
position: relative
padding: 0
margin: 0
display: block
@media screen and (max-width: 768px)
.hidden-xl-down
display: none !important
.hidden-lg-down
display: none !important
.hidden-md-down
display: none !important
.hidden-sm-down
display: none !important
.hidden-xs-down
display: block !important
.hidden-xl-up
display: block !important
.hidden-lg-up
display: block !important
.hidden-md-up
display: block !important
.hidden-sm-up
display: none !important
.hidden-xs-up
display: none !important
#simulateur
background: none
@media screen and (max-width: 544px)
.hidden-xl-down
display: none !important
.hidden-lg-down
display: none !important
.hidden-md-down
display: none !important
.hidden-sm-down
display: none !important
.hidden-xs-down
display: none !important
.hidden-xl-up
display: block !important
.hidden-lg-up
display: block !important
.hidden-md-up
display: block !important
.hidden-sm-up
display: block !important
.hidden-xs-up
display: none !important
#simulateur
background: none