-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (79 loc) · 2.14 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (79 loc) · 2.14 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
header.home {
position: absolute;
width: 100%; }
header.home .navbar-default {
background-color: transparent;
border-color: transparent; }
header.home .navbar-default > .container {
border-bottom: 1px solid #fff; }
header.home .navbar-default .navbar-brand,
header.home .navbar-default .navbar-nav > li > a {
color: #fff; }
.cover {
height: 100vh;
position: relative; }
.cover .cover__media {
width: 100%;
height: 100%;
background: url("../images/salle_3_big.jpg") center center no-repeat;
background-size: cover;
filter: blur(1px); }
.cover .cover__media:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: radial-gradient(ellipse, #000, transparent 53%);
opacity: .6; }
.cover .cover__content {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center; }
.cover .scrool-down {
position: absolute;
top: 76%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #fff;
border-radius: 50%;
padding: 0.5em 0.7em; }
.cover .scrool-down a {
color: #fff; }
footer {
border-top: 1px solid #000; }
footer .container {
padding-top: 15px; }
footer .social-links li,
footer .navbar__footer li {
display: inline; }
footer .social-links li a,
footer .navbar__footer li a {
color: inherit; }
footer .navbar__footer {
text-align: right; }
.gallery .gallery__secondary > .col-xs-4 {
padding: 0; }
.gallery:after {
content: '';
display: block;
clear: both; }
.description .description__features {
padding-bottom: 15px;
border-bottom: 1px solid #000; }
.description .description__features:after {
content: '';
display: block;
clear: both; }
.description .description__features__item {
text-align: center; }
.description .description__features__item i, .description .description__features__item span {
display: block; }
.description .description__action {
text-align: center;
padding: 15px 0; }
/*# sourceMappingURL=maps/style.css.map */