8
8
margin : 0 ;
9
9
padding : 0 ;
10
10
font-family : 'Roboto' , sans-serif;
11
+ scroll-behavior : smooth;
11
12
}
12
13
13
14
ul , ol {
35
36
font-family : 'Futura' , sans-serif;
36
37
font-size : 50px ;
37
38
letter-spacing : 0.2rem ;
39
+ color : # 3ED899 ;
40
+ }
41
+
42
+ h3 {
43
+ font-family : 'Futura' , sans-serif;
44
+ font-size : 30px ;
45
+ color : # 062B51 ;
46
+ }
47
+
48
+ .color-title-background {
38
49
color : # 062B51 ;
39
50
}
40
51
41
52
/*Header*/
53
+ header {
54
+ background-image : url ("../images/background.png" );
55
+ background-size : cover;
56
+ }
42
57
.main-header {
43
58
height : 100vh ;
44
59
display : flex;
51
66
height : 100% ;
52
67
}
53
68
.text-content {
54
- background-image : url ("../images/header/Fond.jpg" );
55
69
background-size : cover;
56
70
display : flex;
57
71
flex-direction : column;
58
72
justify-content : center;
59
- flex : 7 ;
73
+ flex : 6 ;
60
74
padding-left : 125px ;
61
75
}
62
76
70
84
}
71
85
72
86
.text-content p {
73
- font-size : 18 px ;
87
+ font-size : 30 px ;
74
88
}
75
89
76
90
form {
@@ -90,12 +104,13 @@ form {
90
104
font-size : 18px ;
91
105
border-radius : 100px 0 0 100px ;
92
106
color : rgba (0 , 0 , 0 , .46 );
107
+ margin-right : -1px ;
93
108
}
94
109
95
110
.input-button-mail {
96
111
margin-left : -4px ;
97
112
border-radius : 0 100px 100px 0 ;
98
- color : # 062B51 ;
113
+ color : # 3ED899 ;
99
114
font-weight : 700 ;
100
115
}
101
116
@@ -105,18 +120,16 @@ form {
105
120
}
106
121
107
122
.img-content {
108
- background-color : white;
109
123
display : flex;
110
124
align-items : center;
111
125
justify-content : center;
112
- flex : 3 ;
126
+ flex : 4 ;
113
127
}
114
128
115
129
.mocup-size {
116
130
width : auto;
117
- height : 120 % ;
131
+ height : 100 % ;
118
132
position : absolute;
119
- transform : rotate (-10deg );
120
133
top : 0 ;
121
134
}
122
135
@@ -136,19 +149,23 @@ form {
136
149
50% {bottom : 5% ;}
137
150
100% {bottom : 3% ;}
138
151
}
152
+
153
+
139
154
/*About Us*/
140
155
141
156
.about-us-content {
142
- margin : 0 125px ;
157
+ margin : 80 px 125px ;
143
158
display : grid;
144
- grid-template-columns : 50 % 50 % ;
159
+ grid-template-columns : 65 % 35 % ;
145
160
height : 70vh ;
146
161
overflow : hidden;
147
162
}
148
163
149
164
.text-about-us {
150
165
font-size : 24px ;
151
166
padding-top : 20px ;
167
+ display : flex;
168
+ position : relative;
152
169
}
153
170
154
171
.text-content-about-us {
@@ -168,24 +185,60 @@ form {
168
185
}
169
186
170
187
.img-about-us {
171
- height : 100% ;
172
- width : 100% ;
188
+ height : 80% ;
189
+ }
190
+
191
+
192
+ /*Etapes*/
193
+ # section-steps {
194
+ padding : 80px 125px ;
195
+ background-color : # FFE1E8 ;
196
+ display : grid;
197
+ grid-template-columns : 40% 60% ;
198
+ /* height: 70vh; */
199
+ overflow : hidden;
200
+ }
201
+
202
+ .title-step {
203
+ display : flex;
204
+ align-items : center;
205
+ margin : 0 ;
206
+ padding : 0 ;
207
+ }
208
+
209
+ .step {
210
+ display : flex;
211
+ flex-direction : inline;
212
+ }
213
+
214
+ .step p {
215
+ font-size : 24px ;
216
+ margin-top : 10px ;
217
+ }
218
+
219
+ .image-content-step {
220
+ width : 400px ;
221
+ }
222
+
223
+ .text-content-step {
224
+ display : flex;
225
+ margin-left : 25px ;
226
+ flex-direction : column;
227
+ justify-content : center;
173
228
}
174
229
175
230
/*Questions*/
176
231
# section-question {
177
232
padding : 115px 250px ;
178
- background-color : # 062B51 ;
179
233
display : flex;
180
234
flex-direction : column;
181
235
justify-content : center;
182
236
align-items : center;
183
237
}
184
238
# question {
185
239
font-family : 'Futura' , sans-serif;
186
- font-size : 70 px ;
240
+ font-size : 50 px ;
187
241
margin-bottom : 50px ;
188
- color : # FFF8F3 ;
189
242
}
190
243
191
244
.questions {
@@ -198,7 +251,7 @@ form {
198
251
width : 100% ;
199
252
margin : 10px 0 ;
200
253
201
- background-color : # FFF8F3 ;
254
+ border-bottom : # 062B51 1 px solid ;
202
255
203
256
cursor : pointer;
204
257
}
@@ -211,8 +264,7 @@ form {
211
264
}
212
265
213
266
.questions img {
214
- padding-right : 20px ;
215
- height : 16px ;
267
+ height : 50px ;
216
268
}
217
269
218
270
.social-icon-facebook {
@@ -230,28 +282,53 @@ form {
230
282
height : 50px ;
231
283
}
232
284
285
+
286
+ .avis {
287
+ text-align : center;
288
+ padding : 50px 0 ;
289
+ }
290
+
291
+ /*Downoad*/
292
+
293
+ # section-download {
294
+ padding : 80px 250px ;
295
+ background-color : # 3ED899 ;
296
+ text-align : center;
297
+ }
298
+
299
+ # section-download p {
300
+
301
+ margin : 25px 0 ;
302
+ font-size : 24px ;
303
+ }
304
+
233
305
/*Footer*/
234
306
235
307
footer {
236
- padding : 100px 375px ;
308
+ position : relative;
309
+ height : auto;
310
+ padding : 50px 375px 0 375px ;
237
311
display : flex;
238
312
flex-direction : column;
239
313
align-items : center;
240
314
justify-content : center;
241
- border-top : 1px solid # 062B51 ;
315
+ }
316
+
317
+ .logo-footer {
318
+ margin : 30px 0 0 0 ;
242
319
}
243
320
244
321
.content-footer {
245
322
display : contents;
246
323
}
247
324
248
325
# slogan {
249
- margin : 30px 0 70px 0 ;
250
326
font-size : 17px ;
251
327
color : # 062B51 ;
252
328
opacity : .5 ;
253
329
}
254
330
# menu {
331
+ margin : 100px 0 ;
255
332
width : 100% ;
256
333
display : flex;
257
334
justify-content : space-between;
@@ -274,8 +351,11 @@ footer {
274
351
}
275
352
276
353
# network {
277
- margin-top : 70 px ;
354
+ height : auto ;
278
355
width : 200px ;
279
356
display : flex;
280
357
justify-content : space-between;
358
+ position : absolute;
359
+ top : 85px ;
360
+ right : 80px ;
281
361
}
0 commit comments