.bouton_envoi_js {
	color: #000000;  
	border: 1px solid #FF0000;
	background-color: #CECECE;
	width: 50px;
	font-weight: bold;
	border-radius: 5px;
}

.bouton_envoi_js:hover {
	color: #004F66; 
	border: 1px solid #024F23;
	cursor: pointer;
	background-color: #B0CDDB; 
}

.div_js {
	max-width: 600px;
	color: #FF0000;
	background-color: #E3EDF2;
	box-shadow: #000000 0px 2px 5px;
	z-index: 9998;
	position: fixed;
	border: 1px solid #FF0000;
	box-shadow: #000000 0px 2px 800px 80px;
	top: 50%;
	padding: 10px;
	border-radius: 10px;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	.div_js {
		max-width: 95%;
		/*height: auto;
		margin-left: -130px;*/
	}
}