#date_gauche {
	background-color: #050112;
	min-height :50px;
	min-width: 50%;
	text-align:left;
	color:#8c8a8c;
	font-size: 1.2em;
	letter-spacing: .5em;	
	padding-top: 12px;
  	padding-bottom: 25px;
}
#heure_droite{
    background-color: #050112;
	min-height :50px;
	min-width: 50%;
	text-align:right;
	color:#8c8a8c;
	font-size: 1.2em;
	letter-spacing: .5em;	
	padding-top: 12px;
  	padding-bottom: 25px;
}
.spanD {
	min-width: 100%;
}
.spanG {
	min-width: 100%;
}
/* ----------- passe l'heure sur left sur les petits écrans !! ------------ */
@media (max-width: 50em) {
#heure_droite{
	background-color: #050112;
	min-height :50px;
	min-width: 50%;
	text-align:left;
	color:#8c8a8c;
	letter-spacing: .5em;	
	padding-top: 12px;
  	padding-bottom: 25px;
	}
}
