-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_acceuil.css
More file actions
129 lines (111 loc) · 2.02 KB
/
Copy pathstyle_acceuil.css
File metadata and controls
129 lines (111 loc) · 2.02 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
#laListe {
display: flex;
font-size: 20px;
}
#laListe>div {
width: 800px;
margin: 30px;
}
#texte {
text-align: center;
margin-top: 50px;
margin-left: 40px;
margin-right: 40px;
font-size: 20px;
}
h1 {
text-align: center;
font-size: 30px;
font-weight: bolder;
margin-top: 20px;
}
#vid {
width: 100%;
}
footer {
margin-top: 30px;
}
.boutonBox {
display: flex;
flex-direction: row-reverse;
}
#audessus {
transition: 0.4s;
font-family: 'Ubuntu', cursive;
font-size: 60px;
font-weight: bolder;
color: #A9C2D9;
position: absolute;
top: 80px;
width: 100%;
height: 38vw;
opacity: 0;
z-index: 1;
display: flex;
justify-content: space-between;
}
#audessus:hover {
transition: 0.4s;
opacity: 1;
}
#vivez {
width: 500px;
padding-top: 70px;
padding-left: 30px;
}
#precomBox {
display: flex;
flex-direction: column;
justify-content: center;
opacity: 0.8;
}
#precom {
padding-left: 40px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
font-weight: bolder;
font-size: large;
border: none;
border-radius: 40px;
background-color: #0C1726;
color: #A9C2D9;
margin-right: 70px;
}
#precom:hover {
cursor: pointer;
}
#laListe li {
margin-bottom: 20px;
}
#listeDiv {
padding-left: 50px;
padding-right: 50px;
}
#vid2 {
display: block;
width: 700px;
margin: auto;
}
#listeTitre {
width: 300px;
font-size: 20px;
font-weight: bold;
text-align: center;
margin: auto;
margin-top: 50px;
border-bottom: solid 3px;
padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
#vivez {
padding-top: 10px;
font-size: 25px;
}
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
#vivez {
padding-top: 20px;
font-size: 35px;
}
}