@charset "UTF-8";
/* CSS Document */

#recherchemateriel
{
	width:48%;
}
#membredemande
{
	min-width:180px;
}
#recherchecommande
{
	width:100%;
	min-width:125px;
}
#listecommande
{
	align-items:flex-start;
	margin-left:4px;
	/*flex-wrap:wrap;*/
	width: 70%;
}
#listedemande
{
	padding-top: 0px;
    width: 100%;
}
#listedemande .colonneflex div:not(.Survol)
{
	padding-top:0px;
}
#btnimpfact,#btngenefact
{
	visibility: hidden;
}
.unecommande
{
	min-width:250px;
	max-width:250px;
	justify-content: space-around;
	flex-wrap: wrap;
	height: 80px;
}
.unecommande div:nth-of-type(3)
{
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.bloccommande
{
	min-width:20%;
	margin-bottom: 4px;
	border: 1px solid #434442;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(169,169,169,0.10);
}
.bloccommande .soustitre.bouton
{
	width:90%;
}
.lignecommande
{	
	color: rgba(67,68,66,1.00);
	width:100%;
	background-color: #FFF;
	display:flex;
	align-items:center;
	padding-top: 0px;
	font-size: 12px;
	justify-content: center;
	border-bottom: 1px solid rgba(93,137,229,1.00);
}
.lignecommande .demande
{	
	border-bottom: 1px solid rgba(169,169,169,0.30);
}
.lignecommande input:not(button),.lignecommande select
{
	border :0px;
	background-color: rgba(255,255,255,1.0);
	border-radius: 0px;
}
.lignecommande .qui
{
	justify-content: center;
	
	padding-right:5px;
	padding-top:0px;
}
.lignecommande .titre
{
	background-color: rgba(67,68,66,1.00);
	color: #FFF;
	font-size: 18px;
}
.lignecommande .titre input
{
	background-color: rgba(255,255,255,1.00);
}
.lignecommande .titre,.tarif,.qte
{
	text-align: center;

}
.lignecommande .qte
{
	justify-content: space-around;
	display: flex;
	align-items: center;
}
.infocommande
{
	background-color: rgba(67,68,66,1.00) !important;
	justify-content:center;
}
.infocommande div
{
	margin-right: 5px;
}
.actioncommande
{
	visibility: hidden;
	justify-content: flex-end;
	display: flex;
}

.lignecommande .ligneflex.qui .tarifnull
{
	font-size: 16px;
	font-weight: italic;
	position: absolute;
	color:rgba(149,23,25,1.0);
    left: 10px;
}
.lignecommande .ligneflex.qui .nom
{font-size: 24px;
	font-weight: bold;
	
}
.lignecommande .ligneflex.qui .total
{
	position: absolute;
    right: 60px;
	font-weight: normal;
	font-size: 20px;
}
.lignecommande .ligneflex.qui .FermeBloc
{
	position: absolute;
    right: 10px;
}
#ajoutcommande,#ajoutdemande
{
	width:100%;
}
#ajoutdemande input,#ajoutcommande input
{
	width:98%;
	height: 24px;
}
#ajoutdemande div:not(.bouton):not(.soustitre),#ajoutcommande div:not(.bouton):not(.soustitre)
{
	width:100%;
	justify-content: center;
}