-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9-styles.css
341 lines (285 loc) · 6.74 KB
/
9-styles.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
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
/* font */
@font-face {
font-family: 'Avenir';
src: url('/fonts/Avenir-Next-LT-Pro-Regular.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AvenirB';
src: url('/fonts/Avenir-Next-LT-Pro-Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Global Styles */
body {
font-family: 'Avenir', sans-serif;
background-color: rgba(245, 245, 247);
margin: 0;
padding: 0;
}
.main {
display: flex;
flex-direction: column; /* Organise les enfants verticalement home-consoles*/
justify-content: center; /* Centre les enfants verticalement */
min-height: 96vh;
}
/* Titre pages */
.container-consoles, .container-consoles1 {
display: flex;
justify-content: center;
align-items: center;
}
.titre-consoles {
/* background-color: rgba(0, 0, 0); */
background-image: url("/images/home-ordinateurs2.jpg");
background-size: 100%;
background-position: left;
overflow: hidden;
margin: 3.5em 28% 0 28%;
width: 100%;
text-align: center;
justify-content: center;
}
.titre-consoles1 {
background-image: url("/images/home-ordinateurs2.jpg");
background-size: 100%;
background-position: left;
margin: 0 28% 0.75em 28%;
width: 100%;
text-align: center;
justify-content: center;
}
.titre-consoles h1 {
font-size: 2.5em;
font-weight: lighter;
font-family: 'AvenirB', sans-serif;
color: rgba(255, 255, 255);
margin: 0.5% 0;
}
.titre-consoles1 h1 {
font-size: 2.5em;
font-weight: lighter;
font-family: 'AvenirB', sans-serif;
color: rgba(0, 0, 0, 0);
margin: 0.5% 0;
}
h2 {
display: flex;
font-size: 1.5em;
align-items: center; /* Centre les enfants horizontalement */
justify-content:center;
margin: 0.5em 0em 0em 0em;
}
h4 {
display: flex;
font-size: 1.3em;
align-items: center; /* Centre les enfants horizontalement */
justify-content:center;
margin: 0.5em 0em 0em 0em;
}
.h6 {
color: rgba(208, 40, 241);
}
h5 {
display: flex;
font-size: 1em;
align-items: center; /* Centre les enfants horizontalement */
justify-content:center;
margin: 0.5em 0em 1.5em 0em;
}
h6 {
font-size: 1.2em;
margin: 0.5em 0 0;
padding: 0;
font-weight: bold;
}
p {
display: flex;
font-size: 1em;
align-items: center; /* Centre les enfants horizontalement */
justify-content:center;
background-color: rgba(255,255,255);
padding: 1em;
margin: 0 28%;
}
.message {
color: rgba(241, 49, 40);
padding: 1em 0 0;
font-weight: bold;
}
.success-message {
color: rgba(208, 40, 241);
padding: 1em 0 0;
font-weight: bold; /* Texte en gras */
}
/* Styles pour le bouton de suppression */
.image-container1, .image-container2, .image-container3, .image-container4, .image-container5 {
position: relative;
display: inline-block; /* ou 'block' selon votre mise en page */
}
.delete-button {
position: absolute;
top: 25px; /* Ajustez selon le besoin */
right: 5px; /* Ajustez selon le besoin */
border: none;
background: transparent;
cursor: pointer;
}
.delete-button img {
width: 2.5em; /* Ajustez la taille de l'icône de suppression */
height: auto;
}
/* Styles form */
.login-section {
display: flex;
flex-direction: column;
align-items: center; /* Centre les enfants horizontalement */
justify-content:center;
margin: 0 28%;
background-color: rgba(255,255,255);
}
#titre, #prix, #categorie, #etat {
width: 55%;
text-align: center;
border-radius: 2em;
border: 0.2em solid rgba(5, 5, 5, 0.9); /* Ajout d'une bordure transparente pour maintenir la taille du bouton */
padding: 0.5em 0em;
font-size: 1em;
margin : 0.5em 0 1em 0;
background-color: rgba(245, 245, 247);
}
#description {
min-width: 85%;
max-width: 85%;
min-height: 30vh;
max-height: 30vh;
text-align: justify;
border-radius: 2em;
border: 0.2em solid rgba(5, 5, 5, 0.9); /* Ajout d'une bordure transparente pour maintenir la taille du bouton */
font-size: 1em;
margin : 0.5em 0 1em 0;
padding: 0.5em 1em;
background-color: rgba(245, 245, 247);
font-family: var(--main-font);
}
#fileToUpload {
font-size: 1em;
margin : 1em 0 1.5em 0;
}
#fileToUpload2, #fileToUpload3, #fileToUpload4 {
font-size: 1em;
margin-top : 1em;
}
#fileToUpload5 {
font-size: 1em;
margin : 1em 0 1.5em 0;
}
#image-principale, #image-secondaires2, #image-secondaires3, #image-secondaires4, #image-secondaires5 {
width: 20em;
height: 20em;
object-fit: cover; /* Couvre tout l'espace disponible sans déformer l'image */
object-position: center; /* Le point d'intérêt de l'image est centré */
overflow: hidden; /* Cache les parties de l'image qui dépassent du conteneur */
border-radius: 1em;
background-color: rgba(255, 255, 255);
border: 0.2em solid rgba(5, 5, 5, 0.9);
margin-top: 1em;
}
/*bouton recherche */
.login {
width: 40%;
text-align: center;
padding: 0.3em 0em;
font-size: 1.3em;
margin: 0em 0em 0.75em 0em;
cursor: pointer;
border-radius: 2em;
background-color: rgba(208, 40, 241);
color: rgba(245, 245, 247, 0.95);
text-decoration: none;
border: 0.2em solid rgba(208, 40, 241);
}
.login:hover {
background-color: transparent; /* Le fond disparaît */
padding: 0.2em auto;
border: 0.2em solid rgba(5, 5, 5, 0.9); /* La bordure apparaît */
color: rgba(5, 5, 5, 0.9); /* La couleur du texte change */
}
.g-recaptcha {
margin-bottom: 0.75em;
}
@media screen and (min-width: 99em) {
.main {
/* Styles pour centrer .main */
margin-left: auto;
margin-right: auto;
width: 98em; /* exemple de largeur */
}
}
/*Responsive pour tablettes */
@media (max-width: 1100px) {
body {
background-color: rgba(220, 220, 220);
}
.titre-consoles {
margin: 3.5em 11% 0em 11%;
}
.titre-consoles1 {
margin: 0em 11% 0.75em 11%;
}
.login-section {
margin: 0 11%;
}
p {
margin: 0 11%;
}
}
@media (max-width: 750px) {
body {
background-color: rgba(220, 220, 220);
}
.titre-consoles {
margin: 3.2em 0.4em 0em 0.4em;
}
.titre-consoles1 {
margin: 0em 0.4em 0.4em 0.4em;
}
.login-section {
margin: 0 0.4em;
}
.g-recaptcha {
margin-bottom: 0.4em;
}
p {
margin: 0 0.4em;
}
#titre, #prix, #categorie, #etat {
width: 80%;
}
#description {
min-width: 70%;
max-width: 70;
}
h4 {
display: inline-table;
font-size: 1em;
text-align: center;
margin: 0.5em 0 0 0;
width: 100%;
}
h2 {
text-align: center;
font-size: 1.3em;
}
h5 {
font-size: 0.8em;
text-align: center;
margin: 0.5em 0 1.5em 0;
width: 100%;
}
.login {
width: 60%;
font-size: 1.3em;
}
}