Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1431 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1431 Rev 1471
Line 3... Line 3...
3
	margin-top: 10px;
3
	margin-top: 10px;
4
    margin-bottom: -10px;
4
    margin-bottom: -10px;
5
}
5
}
Line 6... Line 6...
6
 
6
 
7
#smartflore-fiche .smartflore-titre-section {
7
#smartflore-fiche .smartflore-titre-section {
8
	background-color: #928B71;
8
	background-color: #C2D45B;
9
	color: #FFFFFF;
9
	color: #FFFFFF;
10
	padding-top: 10px;
10
	padding-top: 10px;
11
	padding-bottom: 10px;
11
	padding-bottom: 10px;
12
	margin-bottom: 20px;
12
	margin-bottom: 20px;
Line 50... Line 50...
50
	text-align: center;
50
	text-align: center;
51
}
51
}
Line 52... Line 52...
52
 
52
 
53
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
53
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
54
	font-size: 1.5em;
54
	font-size: 1.5em;
55
	background-color: #928B71;
55
	background-color: #C2D45B;
56
	color: #FFFFFF;
56
	color: #FFFFFF;
Line 57... Line 57...
57
}
57
}
58
 
58
 
59
#smartflore-fiche #smartflore-noms h2 {
59
#smartflore-fiche #smartflore-noms h2 {
60
	margin-top: 0px;
60
	margin-top: 0px;
Line 61... Line 61...
61
	font-size: 1.5em;
61
	font-size: 1.5em;
62
}
62
}
63
 
63
 
64
#smartflore-illustrations {
64
#smartflore-illustrations {
65
	background-color: #928B71;
65
	background-color: #C2D45B;
66
	padding-bottom: 10px;
66
	padding-bottom: 10px;
Line 133... Line 133...
133
}
133
}
Line 134... Line 134...
134
 
134
 
135
#smartflore-footer #collapse-partenaires {
135
#smartflore-footer #collapse-partenaires {
136
	padding-bottom: 5px;
136
	padding-bottom: 5px;
-
 
137
	font-size: 0.8em;
137
	font-size: 0.8em;
138
	background: white;
Line 138... Line 139...
138
}
139
}
139
 
140
 
140
#smartflore-footer #smartflore-partenaires #smartflore-accordeon-partenaires h4 {
141
#smartflore-footer #smartflore-partenaires #smartflore-accordeon-partenaires h4 {
Line 141... Line 142...
141
    font-size: 0.8em;
142
    font-size: 0.8em;
142
}
143
}
143
 
144
 
144
#smartflore-footer .smartflore-footer-partenaires-logo {
145
#smartflore-footer .smartflore-footer-partenaires-logo {
Line 145... Line 146...
145
	max-height: 30vh;
146
	max-height: 100%;
146
	max-width: 40vw;
147
	max-width: 100%;
147
}
148
}
Line 221... Line 222...
221
	}
222
	}
Line 222... Line 223...
222
	
223
	
223
	#smartflore-illustrations-galerie-carousel .carousel-indicators {
224
	#smartflore-illustrations-galerie-carousel .carousel-indicators {
224
	    bottom: -10px;
225
	    bottom: -10px;
225
	}
-
 
226
}
226
	}
-
 
227
}