body{
	margin: 0;
	padding: 0;
}

.col-centered{
	margin: 0 auto;
	float: none;
}

h1, h2{
	margin: 0;
	padding:0;
	text-align: left;
}

h1{
	color: #89887d;
	font-family: courier, serif;
	font-size: 19px;
	margin-bottom: 0px;
	line-height: inherit;
	text-transform: uppercase;
}

h2{
	font-size: 14px;
	letter-spacing: 3px;
	color: #000;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: inherit;
}

.footer{
	position: absolute;
	bottom: 0;
	height: auto;
	left: 0;
	width: 100%;
}

.text-footer{
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 10px 0px;
}

.text-footer a{
	color: black;
	text-decoration: none;
}

.wrapper {
	height: auto;
	position: relative;
	min-height: 100vh;
	box-sizing:border-box;
}

.table-parent{
	display: table;
	min-height: 100vh;
}

.table-cell-display{
	display: table-cell;
	vertical-align: middle;
	width: 100%;	
}

.now-wrap-block{
	white-space: nowrap;
}

.liste-rs{
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 30px;
	padding-right: 30px;
}

.mobile-list{
	position: relative !important;
	padding:0 !important;
}

.mobile-list li{
	display: inline-block !important;
	margin: 10px !important;
}

.mobile-list li:first-child{
	margin-left: 0 !important;
	margin-bottom: 20px !important;
}

.liste-rs li{
	padding: 0;
	margin: 10px 0;
	display: block;
	width: 38px;
	height:38px;
	border-radius: 50px;
	border:1px #89887d solid;
	text-align: center;
	line-height: 36px;
	color: #89887d;
	list-style: none;
}

.liste-rs li:hover{
	border:1px #53524c solid;
	cursor: pointer;
}

.liste-rs li a{
	color: #89887d;
	text-decoration: none;
}









