aboutsummaryrefslogtreecommitdiff
path: root/src/css/main.css
blob: 37e3b4dc860dc173859b1d2874f92e9d9584b2de (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@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;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.3em;
}

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

ul {
    margin-left: 42px;
}

li {
    padding-top: 4px;
    padding-bottom: 4px;
}

nav {
    float: right;
}

.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;
}

.service-box h3 {
    font-size: 1.15em;
}

.list > br {
  clear: both;
}

.center {
    text-align: center;
}