-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
123 lines (103 loc) · 2.22 KB
/
style.css
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
/* Header */
header {
background: url('img/pexels-samir-meftah-11875720.jpg');
background-size: cover;
background-position: center;
height: 95vh;
}
.text-intro {
padding-top: 300px;
padding-bottom: 200px;
}
.preTxt {
font-size: 70px;
margin: 0;
color: #000000;
line-height: 0.5;
}
h1 {
font-size: 150px;
color: #000000;
font-family: 'Kaushan Script';
}
/* Nav */
.navbar-brand {
font-size: 45px!important;
font-family: 'Kaushan Script' !important;
}
.navbar a {
color: #fff!important;
font-family: 'Lato';
font-size: 22px;
font-weight: 700;
}
/* A Propos */
#aPropos {
margin-top: 75px;
padding-bottom: 75px;
border-bottom: 1px dashed #2f2d2d;
}
#icones {
padding-top: 100px;
padding-bottom: 100px;
}
/* ban1 premiere banniere */
#ban1 {
position: relative;
background: url('img/pexels-samir-meftah-11875720\ \(1\).jpg');
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
/* pour centrer le bouton et les textes */
text-align: center;
}
/* Galerie */
#galerie {
padding-bottom: 100px;
}
.h2Photos {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Kaushan Script';
font-size: 70px;
}
#galerie .container p {
padding-bottom: 40px;
}
/* seconde banniere */
#ban2 {
position: relative;
min-height: 300px;
background: url('img/pexels-samir-meftah-11875720\ \(3\).jpg');
background-attachment: fixed;
background-repeat: no-repeat;
/* pour tout centrer dont le btn ;) */
text-align: center;
}
#carouselContent {
margin-top: 70px;
font-size: 35px;
color: #000;
font-weight: 400;
}
@media screen and (max-width: 500px) {
/* Header */
header {
height: 55vh;
}
.text-intro {
padding-top: 200px;
}
.text-intro a {
transform: scale(0.8);
}
.navbar-brand {
font-size: 35px!important;
}
.preTxt {
font-size: 30px;
}
h1 {
font-size: 51px;
}
}