/* CSS Document */

.box-rebours{ 
            height: 15vh; 
            display: flex; 
            justify-content: left; 
            align-items: center; 
            text-align: center; 
        }
        .box_jour, .box_heure, .box_minute, .box_seconde { 
            padding: 10px; 
        }
        #jour, #heure, #minute, #seconde { 
            background:black; 
            padding: 10px 20px; 
            color: white; 
            font-size: 30px; 
            font-weight: bold;
			color:#f68338;
        }
        #jour_label, #heure_label, #minute_label, #seconde_label { 
            font-size: 17px; 
        }

