aboutsummaryrefslogtreecommitdiff
path: root/src/css/main.css
blob: 1d572cf00ba4c01b2f016f4297ca516b5e5386b6 (plain) (blame)
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
@font-face {
  font-family: "Heroes";
  src: url('../fonts/texgyreheros-regular.otf') format('truetype');
}
* {
  font-family: Heroes;
  margin: 0;
  padding: 0;
}
body {
    margin-bottom: 42px;
}

header {
  background-color: #519c60;
  color: #ffffff;
  padding: 30px 0px 1px 0px;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 3em;
}

p {
  margin-top: 1em;
  font-size: 1.2em;
}

ul {
}

li {
    margin-left: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.spacing {
  margin-top: 1em;
}

header > .container > h1 {
  margin: 10px 0px -27px 0px;
}

header > .container > .menu-item {
  float: right;
}

header > .container > .menu-item > img {
  vertical-align: -9px;
}

header > .container > .menu-item > a,span {
  font-size: 30px;
  color: white;
  text-decoration: none;
}

.container {
  padding: 0px 40px 0px 40px;
}

.chapeau {
  font-size: 1.8em;
  font-weight: bold; 
  line-height: 1.2;
}

.service-box {
  color: #000;
  text-decoration: none;
  border: 0.2em solid #000;
  width: 250px;
  text-align:center;
  margin-right: 1em;
  float: left;
}

.service-box:hover {
  background-color: #000;
  color: #fff;
}

.list > br {
  clear: both;
}