summaryrefslogtreecommitdiff
path: root/public/css/foot.css
blob: 0e454ac987b85e0b8ae3c8741b16848132e42b36 (plain)
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/*-- pied de page  --*/
footer
{
	/*background-color: #279dc177;*/
	/*background-color: #13aff077;*/
	background-color: #B7E9FE;
	/*width: 1200px;*/
	margin: auto;
	
}
footer > div
{
	margin: auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-around;
}
.contact a
{
	color: unset;
	border-bottom: 3px #13aff000 solid; /* bordure invisible */
}
.contact a:hover
{
	/*background-color: #fadb11;*/
	text-decoration: none;
	padding: 0 2px;
	/*background-color: #13aff0ff;
	border-bottom: 3px #fadb11 solid;*/
	background-color: #ffff00;
	/*border-bottom: 2px #00a8f3 solid;*/
	border-bottom: 2px #ff1d04 solid;
}

/*-- fil d'ariane --*/
.breadcrumb
{
	/*max-width: 45%;*/
	/*margin-right: 10px;*/
	/*margin: 16px 0;*/ /* = p */
	padding: 10px;
	list-style: none; /* retirer les puces */
	font-size: small;
	text-align: right;
	font-weight: bold;
}
.breadcrumb img
{
	width: 12px;
	vertical-align: middle;
}
.breadcrumb a img, .breadcrumb a span
{
	border-bottom: 2px #13aff000 solid;
}
.breadcrumb a img:hover, .breadcrumb a span:hover
{
	/*background-color: #13aff0;
	border-bottom: 3px #fadb11 solid;*/
	background-color: #ffff00;
	/*border-bottom: 2px #00a8f3 solid;*/
	border-bottom: 2px #ff1d04 solid;
}
/*.breadcrumb *:not(:last-child)::after
{
	content: "→";
	display: block;
	margin: 0 3px;
}*/

.footer_logo img
{
	max-width: 288px;
}

.breadcrumb a
{
	color: unset; /* ne plus hériter */
	text-decoration: none;
}

/* zone admin */
.logged_out
{
	/*display: none;*/
	justify-content: start;
}
.logged_out a
{
	color: black;
	text-decoration: none;
}
.empty_admin_zone
{
	height: 32px;
}
.logged_in
{
	height: 32px;
	width: 1200px;
	margin: auto;
	background-color: #ffff00;
	position: fixed;
	bottom: 0px;
}
.logged_in > p
{
	margin: 5px 0;
	display: flex;
	justify-content: center;
}
.logged_in button
{
	margin-left: 5px;
	color: #ff1d04;
	font-size: medium;
	border: lightgrey 2px outset;
	border-radius: 4px;
	background-color: white;
}
.logged_in button:hover
{
	cursor: pointer; /* curseur qui touche du doigt */
	background-color: #ffff00;
	border-radius: 4px;
}