

.no-js {
	height: 100vh;
	width: 100vw;
	z-index: 300;
	background: #f3f3f3;
	position: fixed;
	top: 0;
	overflow: auto;
	color: #2a2a2a;
}




.no-script-info {
	display: block;
	position: fixed;
	bottom: 0;
	padding: 30px 0;
	background: rgba(74, 74, 74, .95);
	width: 100vw;
}

.no-script-contact, .no-script-time {
	width: 100vw;
	height: auto;
	float: left;
	margin-top: 50px;
}
.no-script-time {
	height: 500px;
	margin-top: 80px;
}
@media screen and (min-width: 640px) {
	.no-script-contact, .no-script-time {
		width: 50vw;
		height: 500px;
		margin-top: 50px;
	}
}

.Contact {
		width: 305px;
		margin: 0 auto;
	}
.symbole {
	display: block;
	text-align: center;
}
.no-script h1 {
	text-align: center;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0;
}
.Contact h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 20px;
}
.Contact h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1em;
}
.no-script a {
	color: inherit;
}
#Time {
	width: 205px;
	margin: 20px auto 30px auto;
	padding: 12px 20px;
	border: solid #2a2a2a 2px;
	border-radius: 15px;
	color: #2a2a2a;
}
#Time p {
	display: block;
	line-height: 2em;
	position: relative;
}
#Time span {
	display: inline-block;
	position: absolute;
	left: 100px;
}




.no-script-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #D4CBCB;
	width: 65%;
	min-width: 700px;
	margin: 0 auto;
}
.no-script-info p:first-child {
	margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
	.no-script-info p {
		font-size: 14px;
		width: 90%;
		min-width: 0;
	}
}
.no-script-info a {
	color: white;
}

