Subversion Repositories eFlore/Applications.cel

Rev

Rev 3838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3838 Rev 3961
Line 159... Line 159...
159
	color: #fff;
159
	color: #fff;
160
	cursor: pointer;
160
	cursor: pointer;
161
	z-index: 10;
161
	z-index: 10;
162
}
162
}
Line -... Line 163...
-
 
163
 
-
 
164
/************  Pour l'affichage en mode eflore' *****************/
-
 
165
.liste-illustrations {
-
 
166
	list-style-type: none;
-
 
167
	padding: 0;
-
 
168
	overflow-wrap: break-word;
-
 
169
	width: 100%;
-
 
170
	display: flex;
-
 
171
	justify-content: center;
-
 
172
	margin-bottom: 0;
-
 
173
}
-
 
174
 
-
 
175
.liste-illustrations li.icone-organe-list.active{
-
 
176
	background-color: #e9f6f8;
-
 
177
}
-
 
178
 
-
 
179
.liste-illustrations li.icone-organe-list:first-of-type {
-
 
180
	border-radius: 10px 0 0 0;
-
 
181
}
-
 
182
 
-
 
183
.liste-illustrations li.icone-organe-list:last-of-type {
-
 
184
	border-radius: 0 10px 0 0;
-
 
185
}
-
 
186
 
-
 
187
.liste-illustrations li.icone-organe-list {
-
 
188
	width: 108px;
-
 
189
	height: auto;
-
 
190
	padding-top: 5px;
-
 
191
	padding-bottom: 5px;
-
 
192
	background-color: #ffffff;
-
 
193
}
-
 
194
 
-
 
195
.liste-illustrations li {
-
 
196
	list-style-image: none !important;
-
 
197
	background: none;
-
 
198
	text-align: center;
-
 
199
	font-size: 11px;
-
 
200
	float: left;
-
 
201
	margin: 0px;
-
 
202
	padding: 0px;
-
 
203
}
-
 
204
 
-
 
205
a.lien-images-organes.fourni {
-
 
206
	cursor: pointer;
-
 
207
}
-
 
208
 
-
 
209
.component-text a {
-
 
210
	border-bottom: 1px solid;
-
 
211
	border-bottom: 0.1rem solid;
-
 
212
	color: #006979;
-
 
213
	font-weight: 400;
-
 
214
	text-decoration: none;
-
 
215
	-webkit-transition: background .2s ease;
-
 
216
	-o-transition: background .2s ease;
-
 
217
	transition: background .2s ease;
-
 
218
}
-
 
219
 
-
 
220
.liste-illustrations img {
-
 
221
	display: block;
-
 
222
	border: 1px solid white;
-
 
223
	margin: 0 auto;
-
 
224
	padding: 0px;
-
 
225
	max-height: 196px;
-
 
226
	max-width: 196px;
-
 
227
}
-
 
228
 
-
 
229
img.icone-organe {
-
 
230
	height: 30px;
-
 
231
	margin: auto;
-
 
232
	border: none;
-
 
233
}
-
 
234
 
-
 
235
.cel-galerie-photo.eflore{
-
 
236
	background-color: #e9f6f8;
-
 
237
	padding-top: 1rem;
-
 
238
}
-
 
239
 
-
 
240
/********* Fin de l'affichage eflore ******/
163
 
241
 
164
@media screen and ( max-width: 991px ) {
242
@media screen and ( max-width: 991px ) {
165
	.form-recherche .autres-filtres {
243
	.form-recherche .autres-filtres {
166
		position: fixed;
244
		position: fixed;
167
		border-radius: 0;
245
		border-radius: 0;