/* CSS */
/* (Version) By sync - Boulette (V5.5.4) */

body {
	font-family: Arial, sans-serif;
	background-image: url('clock.jpg'); /* remplace par le bon chemin */
	background-size: cover; /* ajuste l'image à toute la taille de l'écran */
	background-position: center; /* centre l'image */
	background-repeat: repeat; /* évite la répétition de l'image */
	font-family: Arial, sans-serif;
	text-align: center;
	user-select: none;
	margin: 2px auto;
}
@media (max-width: 500px) {
	table, .tableau1, .tableau2 {
		width: 95%;
		min-width: unset;
	}
	#button, button, #input {
		font-size: 12px;
		width: auto;
	}
}
.titre{ font-family: "New century Schoolbook", "TeX Gyre Schola", serif; font-weight: bold; font-size: 24px; color: #fff; text-align: center; padding-top: 2px; text-shadow: 0px 2px 6px #003388;}
table {
	margin: 25px auto;
	border-collapse: collapse;
	width: 40%;
	background-color: #339999;
}
.tableau1 {
	margin-bottom: 4px;
	border-collapse: collapse;
	text-align: center;
	font-family: sans-serif;
}
/* .tableau2 {
	width: 40%;
	margin: 2px auto;
	background: linear-gradient(to right, #FFCCFF, #336666);
	border:1;
} */
.tableau2 {
	width: 40%;
	min-width: 280px; /* garantit qu'il ne devient pas trop étroit */
	margin: 2px auto;
	background: linear-gradient(to right, #FFCCFF, #336666);
	border-collapse: collapse;
	border: 2px solid #aaa;
}
th, td {
	border: 2px solid #aaa;
	padding: 3px 5px;
	font-size: 12px;
	min-width: 25px;
	text-align: center; /* Centrer le texte */
	vertical-align: middle;
}
caption {
	caption-side: top;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 25px;
}
input { background-color: #99CC66;}
#input {  font-size: 10px; width: 100px; border-radius: 55px; /* CSS3 */ -moz-border-radius: 55px; /* pour Mozilla */ -khtml-border-radius: 55px; /* pour Safari et Chrome */ -webkit-border-radius: 55px; /* pour Safari sur Mac */ }
button {
	padding: 8px 15px;
	margin: 15px;
	font-size: 14px;
	cursor: pointer;
	background-color: #99CC66;
}
#button {
	padding: 8px 15px;
	margin: 13px;
	font-size: 11px;
	cursor: pointer;
	background-color: #99CC66;
}
/* Couleurs pour minutes et centièmes */
.minute {
	background-color: #D1E8FF;
}
.centieme {
	background-color: #FFF3CD;
}
#result { font-weight: bold; background-color: #99CC66;}

/* FIN CSS */