

.V8_MQ	{
	position:fixed; 
	top: 50%; left: 50%; 
	transform: translate(-50%, -50%);
	border-radius : 4px;
	width:60%;
	max-height:20%;
	overflow-y : auto;
	z-index:1052;
	font-size:15px;
}
.V8_MQ	.erreur{
	color:red;
	font-size:12px;
	width:100%;
}
.V8_MQ	.titre{
	/* background-color:#000000; */
	/* color:#ffffff; */
	
	background-color:#172b4d;
	color:#ffffff90;
	
	padding:10px 20px;
}
.V8_MQ	.contenu{
	/* background-color:#e0e1e1; */
	background-color:#ffdcf2;
	color:#000000;
	padding:20px;
}
.V8_MQ	input{
	border-radius:4px;
	/* background-color:rgb(255, 255, 255, 0.1); */
	/* background-color:#ffffff50; */
	background-color:#172b4d;
	color:#ffffff90;
	height:40px;
	font-size:15px;
	padding:10px;
    border: 0px;
    outline: 1px solid #d9d9d9;
}
.V8_MQ	input[type=text]{
	width:calc(80% - 4px);
}
/* .V8_MQ	input[type=text]:focus{ */
	/* background-color:#ffffff90; */
/* } */
.V8_MQ	input[type=submit]{
	width:18%;
}
.V8_MQ	.loading{
	height:40px;
	width:40px;
	float:right;
}
.V8_MQ	input[type=submit]:hover{
	background-color:#172b4d90;
}
.V8_MQ .close {
	height: 32px;
	width: 32px;
	margin: 4px;
	position: absolute;
	right: 0;
	top: 0;
    filter: invert(1);
}



