-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSSConfidentialité.css
66 lines (56 loc) · 1.06 KB
/
CSSConfidentialité.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
/*OUDJMAN ET MARCIAUX*/
/* BODY */
.MiseEnPage {
font-size: 250%;
text-align: center;
-webkit-text-stroke-width: 0.13rem;
-webkit-text-stroke-color: black;
color: #C78805;
}
.ConfidentialitéListe{
background: url('Photo/BackgroundClair.png');
background-size: cover;
}
section ul {
margin: 0;
padding: 0;
list-style-position: initial;
list-style-image: initial;
list-style-type: none;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
* {
box-sizing: border-box;
}
section ul li{
text-align: -webkit-match-parent;
}
.ConfidentialitéItem{
border-bottom: 1px solid black;
-webkit-box-pack: end;
justify-content: flex-end;
overflow: hidden;
padding: 20px 15px;
position: relative;
width: 75%;
margin: auto;
background-color: white;
}
.ConfidentialitéItem_Complet{
width: 100%;
}
.ConfidentialitéItem_Titre{
cursor: pointer;
font-size: 110%;
font-weight: 700;
line-height: 1.2;
text-align: center;
}
.ConfidentialitéItem_Texte{
font-size: 80%;
line-height: 1.5;
}