-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (47 loc) · 865 Bytes
/
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
@import url('https://fonts.googleapis.com/css?family=Dancing+script&display=swap');
.Jumbotron-hero{
height: 200px;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position: relative;
overflow: hidden;}
body{
padding:0;
margin:0;
}
.c-itemax{
height: 600px;
}
.c-img{
height: 100%;
object-fit: cover;
filter: brightness(0.7)
}
footer {
font-size: 14px; /* Taille de police générale */
}
#video-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow:visible;
z-index: 1;
width: 100%;
}
.jumbotron-hero .container {
position: relative;
z-index: 1;
}
video {
display: block;
margin: auto;
}
.hover-zoom:hover {
transform: scale(1.2);
}
.hover-zoom {
transition: transform 0.3s ease-in-out;
}