body {
	
}

.container {
	height: 100%;
	text-align: center;
	    border-spacing: 10px;
}

.alldiv {
	width:33%;
	height:120px;
	display:table-cell;
	font-family: 'Comfortaa', cursive;
	border-radius: 50px 20px;
}

.alldiv p {
	font-size:32px;
}

.titre {
	width:100%;
	background-color: lightgrey;
	margin-bottom:20px;
	font-family: 'Comfortaa', cursive;
	padding:20px;
	font-size:42px;
}
.div1 {
	background-color: #faefa0;
	
}

.div2 {
	background-color: lightblue;
}

.div3 {
	background-color: #fcccff;
}

.resultat {
	background-color: white;
	margin-top:50px;
	font-size: 30px;
	text-align: justify;
	margin: 20px;
	padding: 20px;
}

.chiffres {
	margin-top: 10px;
}

.controle {
	display: table;
	width:100%;
}

.chiffres textarea {
	width: 58px;
}

.btn {
	color: #0099CC;
	background: transparent;
	border: 2px solid #0099CC;
	border-radius: 6px;
	border: none;
 	color: white;
 	padding:8px 16px;
 	text-align: center;
 	display: inline-block;
 	font-size: 16px;
 	margin: 4px 2px;
 	-webkit-transition-duration: 0.4s;
 	transition-duration: 0.4s;
 	cursor: pointer;
 	text-decoration: none;
 	text-transform: uppercase;
 	}
 	
 .btn_lower {
 	text-transform: lowercase !important;
 }
 	
 .btn1 {
 	background-color: white;
 	color: black;
 	border: 2px solid #008CBA;
 	}

 .btn1:hover {
 	background-color: #008CBA;
 	color: white;
 }
