@charset "utf-8";
/* CSS Document */

@charset "utf-8";

body {
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	text-align: center;
	color: #999;
	font-family: 'Exo', sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #333;
	background-image: url(../imgs/night.jpg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0,8;
}

#box1 {
	background-color: #000;
	height: 80px;
	width: 100%;
}

#heuretop {
	font-size: 140px;
	color: #5F7078;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 38px;
	padding-bottom: 38px;
}

#active {
	background-color:#000;
	font-size: 18px;
	line-height: 26px;
	color: #515862;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#note {
	font-size: 12px;
	color: #A22D56;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
}
#hiver {
	background-color: rgba(14, 8, 20, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 2em;
	color: #B8B6DA;
	line-height: 1.9em;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #4E84BA;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #363261;
	text-transform: uppercase;
	display: none;
}
.gros {
	font-size: 1.4em;
	line-height: 1.4px;
}
.rose {
	color: #D34174;
}
