-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
109 lines (83 loc) · 2.46 KB
/
stylesheet.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
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
/* Mise en forme générale */
h1 { color: #c1121f; font-family: 'Helvetica Neue', sans-serif; font-size: 2.2vw; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }
a { color: #c1121f; font-family: 'Helvetica Neue', sans-serif; font-size: 1.3vw; font-weight: bold; letter-spacing: -1px; }
h2 { color: #c1121f; font-family: 'Open Sans', sans-serif; font-size: 1.5vw; font-weight: 300; line-height: 32px; margin: 0 0 20px; text-align: center; }
.border-drag h2{
color: #c1121f; font-family: 'Open Sans', sans-serif; font-size: 1.5vw; font-weight: 300; line-height: 32px;
}
p { color: #003049; font-family: 'Helvetica Neue', sans-serif; font-size: 1vw; line-height: 24px; margin: 0 0 0; text-align: justify; text-justify: inter-word; }
body {
width: 100%;
margin: auto; /* Pour centrer notre page */
margin-top: 0%; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
margin-bottom: 0%; /* aussi pour le bas du navigateur */
background-color: #fdf0d5; /* Un fond pour éviter d'avoir un fond blanc */
padding: 0%;
color: #c1121e;
}
h3 {
text-shadow: 2px 4px 3px rgba(192, 96, 102, 0.505);
}
/* Pour l'image sur index */
.text-index{
width:30%;
height:30%;
font-family: 'Helvetica Neue', sans-serif; font-size: 1.5vw; font-weight: bold; letter-spacing: -1px;
position:absolute;
margin-top:5%;
margin-left:2%;
}
.text-index2{
width:30%;
height:30%;
font-family: 'Helvetica Neue', sans-serif; font-size: 1.5vw;
font-weight: bold;
letter-spacing: -1px;
position:absolute;
margin-top:25%;
margin-left:68%;
}
.bleu{
font-size: 1.5vw;
color: #003049;
}
.boite-cliquable{
display: block;
}
#joli{
width: 100vw;
height: 100vh;
}
.button-acceuil-transparent{
color: #c1121f;
width:100%;
height: 100%;
background-color: #fdf0d5;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border:1px solid #669bbc;
}
.button-acceuil-transparent:hover {
background-color: #fbefd7;
}
/* navbar */
#neubar {
background: #669bbc;
box-shadow: 4px 6px 12px rgba(0,0,0,0.4)
}
.nav-item .active {
border-radius: 6px;
background: linear-gradient(145deg, #a9def9, #a9def9);
box-shadow: 4px 4px 8px #a9def9,
-4px -4px 8px #003049;
}
#neubar .nav-item {
margin : auto 4px;
}
#neubar a {
padding-left:12px;
padding-right:12px;
}
a.navbar-brand {
color: #c1121f
}
/* 2eme visu */