input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance:none;
	margin:0;
}

input[type=number]{
	-moz-appearance: textfield;
}

.calculIllu, .inputsCalculIllu{
	background-color: #00a487;
	color: #fff;
	height: fit-content;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.9em;
	border-radius: 50px;
}

.calculIllu{
	margin-left: 25px;
}

.inputsCalculIllu input{
	border: none;
	margin-bottom: 5px;
}

.inputsCalculIllu label{
	margin-bottom: 2px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}

.inputsCalculIllu h3{
	text-align: center;
	max-width: 200px;
	color: #fff !important;
	text-decoration-color: #fff;
	font-size: 1.5em !important;
	margin-bottom: 15px !important;
}

.calculIllu h2, .calculIllu h2 u{
	color:black;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: black;
}

.btn-calculIllu{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: #00a487;
	min-width: 280px;
	width: fit-content !important;
	height: 45px !important;
	padding: 7.5px;
	border: none;
	border-radius: 50px;
	font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	cursor: pointer;
}

.btn-calculIllu p{
	color: #fff !important;
	font-size: 1.3em !important;
	text-align: center !important;
}

.btn-calculIllu img{
	width:40px;
}

.btn-calculIllu2 {
	border-radius: 50px 50px 0px 0px;
}

.btn-calculIllu:hover{
	background-color: #01876e;
}

.btn-calculIllu:active{
	background-color: #016754;
}

#illu-calcul{
	background-color: #fff;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	color: #00a487;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#illu-calcul:hover{
	background-color: rgb(238, 238, 238);
}

#illu-res{
	font-size: initial !important;
	color: black !important;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.hide{
	display:none;
}
