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

/* 
gris clair	 rgba(169,169,169,1.00),#a9a9a9
vert		 #9db668 rgba(157,182,104,1.00)
vert foncé   #73874a
rouge 		#F53A3A
bleu 		 #58ACFA rgba(43,92,195,1.00)*/
body
{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 14px;
	background-color:#FFF;
}
body,html{
	height: 100%;
  	width: 100%;
	margin: auto;
}
input,select,button 
{	
	background-color: rgba(255,255,255,0.40);
	min-width:50px;
	/*border-radius: 10px;*/
	border: 1px solid  rgba(93,137,229,1.00);
	outline: none;	
	border-radius: 4px;
	margin-bottom:2px;
	min-height: 26px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
select option
{
	height: 22px;
}
input[type="button"],button
{
	min-width:80px;
	cursor: pointer;
}
select 
{	
	min-width:80px;
}
input[type="text"],select
{
	text-indent:2px;
}
input:hover,input:focus,select:focus
{
	color: rgba(0,0,0,1.00);
	background-color:rgba(93,137,229,0.30);
}
input:disabled
{
	cursor: no-drop;
}
a
{
	outline: none;	
    text-decoration: none;
	color:#000;
}
a:hover
{
	
    text-decoration: underline;
}
.entier,.reel
{
	text-align:right;
	width:48px;
}
.Nouveau
{
	background-color:rgba(93,137,229,1.00)!important;
}
.textNouveau
{
	color:rgba(93,137,229,1.00)!important;	
}
.Annulee
{
	background-color:rgba(169,169,169,1.00)!important;
}
.textAnnulee
{
	color:rgba(169,169,169,1.00)!important;	
}
.Erreur
{
	background-color:rgba(149,23,25,0.40) !important;
}
.textErreur
{
	color:rgba(149,23,25,0.40) !important;
}
.numerique
{
	text-align: center;
}
.logotete
{
	width:120px;
	height:auto;
}

.logotete:hover
{
	opacity: 0.50;
}
.ligneflex
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height:24px;
}
.ligneflex.centre
{
	justify-content: center;
	
}
.colonneflex
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	
}
.flexend
{
	justify-content: flex-end !important;
}
.colonneflex div:not(.Survol)
{
	padding-top: 5px;
	
}
.ajoutm
{
	text-align: center;
	border-left: 1px solid #434442;
}

.ajoutm input,.ajout div
{
	border-bottom:1px solid #FFF;
}
.bordbas
{
	border-bottom:1px solid #434442;
}

.bordgauche
{
	border-left:1px solid #434442;
}


.borddroit
{
	border-right:1px solid #434442;
}
.titre,.titremenu
{
	font-size: 18px;
	font-weight: bolder;
} 
.titremenu
{
	color:#FFF;
	width:100%;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: rgba(67,68,66,1.00);
	display:flex;
	align-items:center;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 24px;
	justify-content: center;
	margin-bottom:2px;
	border-left: 1px outset rgba(0,0,0,0.70);
	border-right: 1px outset rgba(0,0,0,0.70);	
	border-bottom: 1px outset rgba(0,0,0,0.70);
}
.soustitre
{
	background-color: rgba(67,68,66,1.00);
	width:100%;
	/*border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;*/
	color: #FFF;
	display:flex;
	align-items:center;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 24px;
	justify-content: center;
	margin-bottom:2px;
	/*border-left: 1px outset rgba(0,0,0,0.70);
	border-right: 1px outset rgba(0,0,0,0.70);*/	
	border-bottom: 2px solid rgba(93,137,229,1.00)
	
}


.loader
{
	width:200px;
	height:200px;
	/*background-image: url(../../../ressources/img/ring.svg);*/
	background-image: url(../../../ressources/img/Ripple.svg);

	background-repeat: no-repeat;
}

.bloc
{
	background-color:rgba(157,182,104,0.80);
	/*background-color: rgba(254,254,254,0.80);
	border-radius: 5px;*/
	border-top:2px solid #434442;
	border-left:1px solid #434442;
	border-right:1px solid #434442;
	border-bottom:1px solid #434442;
	
	padding:10px;color:#FFF;
}
.gras
{
	font-weight: bold;
}
.texterouge
{
	color:darkred;
}
.tableau
{
	background-color: rgba(169,169,169,0.10);
	/*border-bottom: 1px solid #9db668;*/
	border: 1px solid #434442;
	padding:5px;
}

.resultat
{
	overflow-y: auto;	
}

.tableau .ligneflex .div
{
	border-left: 1px solid #434442;
	align-items: center;
	display: flex;
}
.tableau input
{
		
	background-color: rgba(255,255,255,0.60);
	min-width:50px;
	border-radius: 0px;
	border:0px;
	outline: none;	
}
.tableau .ligneflex
{
	align-items: stretch;
	text-align: center;
}


.tableau .ligneflex.titre
{
	
	border-bottom: 2px solid #434442;
	font-size: 14px;
	font-weight: bold;
}
.blocclick
{
	cursor:pointer;
	border-left:1px solid rgba(93,137,229,1.00);
	border-right:1px solid rgba(93,137,229,1.00);
	margin-right:1px;
}
.bouton:hover,.blocclick:hover
{
	background-color:rgba(43,92,195,0.30);
	border:1px solid rgba(43,92,195,0.80);
	/*color:#FFF;*/
}

.bouton, .bouton:disabled
{
	text-align: center;
	background-color:#FFF;
	padding:5px;
	cursor:pointer;
	border-radius: 25px;
	border:1px solid rgba(43,92,195,1.00) !important;
	margin :2px;
}

.bouton:disabled {
	cursor:no-drop;
	background-color:rgba(169,169,169,0.60);
}

.btn
{
	background-repeat: no-repeat;
	background-position: center;
}
.cadrerond
{
	/*border:1px solid #9db668;
	border-radius: 50%;*/
}

.ValidVert64
{
	width: 64px;
	height:64px;
	background-image: url(../../../ressources/img/ValidVert64.png);
}
.SelVert32
{
	width: 32px;
	height:32px;
	background-image: url(../../../ressources/img/ValidVert32.png);
}
.ValidVert32
{
	width: 32px;
	height:32px;
	background-image: url(../../../ressources/img/ValidVert32.png);
}
.ValidVert32:hover
{
	background-color: #434442;
	background-image: url(../../../ressources/img/ValidBlanc32.png);
}
.ValidVert64:hover
{
	background-color: #434442;
	background-image: url(../../../ressources/img/ValidBlanc64.png);
}
.AddMembre64
{
	width: 64px;
	height:64px;
	background-image: url(../../../ressources/img/AddMembre64.png);
}
.AddMembre32
{
	width: 32px;
	height:32px;
	background-image: url(../../../ressources/img/AddMembre32.png);
}

.OuvreBloc,.FermeBloc
{
	width: 32px;
	height:32px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.OuvreBloc
{	
	background-image: url("../../../ressources/img/btnMoinsGris.svg") !important;
}
.FermeBloc
{
	background-image: url("../../../ressources/img/btnMenu.svg");
	transform: rotate(0deg);	
}
.OuvreBloc:hover
{
	transform: rotate(180deg) !important;
	transition-duration: 1s;
	background-image: url("../../../ressources/img/btnMenu.svg"),url("../../../ressources/img/btnMenu.svg");
}
.FermeBloc:hover
{
	transform: rotate(180deg) !important;
	transition-duration: 1s;
	background-image: url("../../../ressources/img/btnMoinsGris.svg"),url("../../../ressources/img/btnMenu.svg") !important;
}
.AddMembre32:hover
{
	background-color: #434442;
}
.AddMembre64:hover
{
	background-color: #434442;
}
.cache
{
	visibility: hidden;
}
.Actualiser
{
	width: 28px;
	height:28px;
	background-color: #434442;
	border-radius: 4px;
	background-image: url(../../../ressources/img/btnActualiser.svg);
}
.Actualiser:hover
{
	  transform: rotate(90deg);
	transition: 0.2s;
	background-image: url(../../../ressources/img/btnActualiserSurvol.svg);
}

.Survol:hover, .LigneSelected
{
	cursor: pointer;
	background-color: rgba(0,0,0,0.10);
}
.id
{
	display: none;
}
.bw-4
{
	border-width: 4px;
}
 /*Small devices (landscape phones, 576px and up)
@media (min-width: 576px)
{
	body
	{
		background-color:#DE1518;
	}
	
}

/*Medium devices (tablets, 768px and up)
@media (min-width: 768px)
{
	body
	{
		background-color:#C173C3;
	}
	
}

/* Large devices (desktops, 992px and up)
@media (min-width: 992px)
{
	body
	{
		background-color:#109E44;
	}
	
}

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) 
{
	body
	{
		background-color:#A65719;
	}
	
}*/
