<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box{
	text-align: center;
	float: left;
	width: 32%;
	height: 265px;
	margin: 20px 2% 0 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 215px;
	display: table;
	padding: 215px 5px 2px 5px;
}

.box h2{
	font-size: 0.7em;
	font-weight: normal;
	padding: 0;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
}

.jalon{
	width: 100%;
	height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
	background-color: rgba(233,233,237,0.9);
	font-size: 0.7em;
	line-height: 40px;
	border: solid 1px rgba(157,157,169,0.9);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 215px;
}

.box:nth-child(1){margin-top: 0;}
.box:nth-child(2){margin-top: 0;}
.box:nth-child(3){margin-top: 0;}
.box:nth-child(3n){margin-right: 0;}
.box:nth-child(4n+1){background-color: rgb(220,230,242);}
.box:nth-child(4n+2){background-color: rgb(242,220,238);}
.box:nth-child(4n+3){background-color: rgb(253,234,218);}
.box:nth-child(4n){background-color: rgb(204,193,218);}

.box:nth-child(4n+1) h2{background-color: rgba(220,230,242,0.8);}
.box:nth-child(4n+2) h2{background-color: rgba(242,220,238,0.8);}
.box:nth-child(4n+3) h2{background-color: rgba(253,234,218,0.8);}
.box:nth-child(4n) h2{background-color: rgba(204,193,218,0.8);}

.jalon .image{
	width: 158px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jalon th{
	font-weight: normal;
    padding: 5px 20px 0 20px;
}

.jalon td{
    padding: 0 20px 5px 20px;
}

.jalon .close{
	height: 50px;
	line-height: 50px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	text-indent: 40px;
	margin: 0 -20px -5px -20px;
	background-repeat: no-repeat;
	background-image: url(icones/up.png);
	background-position: 12px center;
	background-size: 20px auto;
}

.jalon .galerie{
	padding: 5px 2% 0 2%;
	height: 128px;
}

.jalon .galerie a{
	display: block;
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 15px;
	float: left;
}

.jalon .galerie a:nth-child(3n){
	margin-right: 0;
}

.jalon .galerie a img{
	float: left;
	width: 100%;
}

.jalon h2{
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}</pre></body></html>