#whole_cover {
	
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0, 0, 0, 0.7);
	line-height:100%;
	font-size:50px;
	padding-top:30%;
	color:white;
	display:none;
}

#whole_loader {
	
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	display: none;
	padding-top:30%;
	color:#0B9ACB;
	font-size:30px;
	text-align:center;
	z-index:2;
}

@media only screen and (max-width: 430px) {
	
  #whole_loader {
    
    padding-top:55%;
    font-size:25px;
  }
}


#autochrome {
	
	background-color:white;
	box-shadow: 0px 0px 2px 1px #D3D3D3;
	right: 3%;
	top: 40%;
	position:fixed;
	padding:15px;
	display:inline-block;
	color:green;
	
}

.export_csv {
	
	position: absolute;
	right: 3%;
	
	width: 7%;
	cursor: pointer;
}

#export_csv1 {
	top: 3%;
}

#export_csv2 {
	top: 20%;
	filter:grayscale(100%);
}

#export_csv3 {
	top: 38%;
}


.suppr {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.tri {
	
	background: linear-gradient(#FFFFFF, #EEEEEE);
	color: #798F27;
	width: 70px;
	float: left;
	padding: 5px 25px 5px 25px;
	cursor: pointer;
	box-shadow: 0px 0px 2px 1px grey;
}

.selected {
	background: linear-gradient(#899F37, #798F27);
	color: white;
}

.left {
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.right {
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#type_inscription {
	
	clear: both;
	width:  320px;
}

#message_com {
	
	max-width: 310px;
}

.bt_float {
	
	border: 1px solid grey;
	border-radius: 10px;
	text-decoration: none;
	float:left;
	width: 100px;
	color: grey;
	margin: 20px;
	padding: 5px;
}


body {
	
	padding-top: 3%;
	font-family: Arial;
	font-size: 12px;
	color: #222222;
	background: linear-gradient(#F5F1EE, #FFFFFF);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#tableau_equilibre {
	
    background-color: #FFDD66;
    border: 1px solid #D3D3D3;
}


.suggest {
    
	text-align: left;
    display: inline-block;
    width: 300px;
    cursor: default;
    position: absolute;
    background-color: white;
    padding-left: 3px;
}

.erreur {
	
	background-color: #FFDDDD;
}

.suggest:hover {
    
    background-color: #99CCFF;
    color: black;
}

.table_recherche {
	font-size: 12px;
	width: 100%;
}

.ligne {
	cursor: pointer;
	font-weight: bold;
}

.selected {
	background-color: #798F27;
	color: white;
}

.cb_invisible {
	display: none;
}

.menu {
	
	float: left;
	margin-left: 17%;
}

.invisible {
	
	transition: 0.5s;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.visible {
	
	transition: 0.5s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

#main {
	
	margin-left: auto;
	margin-right: auto;
}

#recherche {
	
	border: 1px solid #D3D3D3;
	box-shadow: 0px 0px 2px 1px #D3D3D3;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 10px 5px 10px 5px;
	display: inline-block;
}

.titre_rose {
	
	font-size: 16px;
	color: #FF3366;
	font-weight: bold;
	
}

.titre_suivi {
	
	font-size: 16px;
	color: grey;
	font-weight: bold;
}

.titre_creancier {
	
	font-size: 16px;
	color: #C0293A;
	font-weight: bold;
}

.titre_debiteur {
	
	font-size: 16px;
	color: #3E7FA5;
	font-weight: bold;
}

.titre_dette {
	
	font-size: 16px;
	color: #781057;
	font-weight: bold;
}

.titre_prlv {
	
	font-size: 16px;
	color: #798F27;
	font-weight: bold;
}

.titre_bleu {
	
	font-size: 16px;
	color: #4444FF;
	font-weight: bold;
	margin-bottom: 50px;
}

.titre_stats {
	
	font-size: 16px;
	color: #2EBCA1;
	font-weight: bold;
}

.titre_virt {
	font-size: 16px;
	color: #FF5500;
	font-weight: bold;
	margin-bottom: 50px;
}

.tableau.famille {
	width: 40%;
}

.tableau.liste {
	min-width: 80%;
	max-width: 90%;
}


.tableau {
	
	border-radius: 15px;
	box-shadow: 0px 0px 2px 1px #D3D3D3;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 50px;
	transition: 1s;
	clear: both;
	min-width:450px;
}

.tableau:hover {
	
	box-shadow: 0px 0px 5px 1px grey;
	transition: 1s;
}


.tableau td {
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}


.bouton {
	
	font-size: 15px;
	transition: 0.5s;
	transform: scale(1);
	display: inline-block;
	min-width: 70px;
	font-weight: bold;
	border-radius: 15px;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	margin-bottom: 50px;
	cursor: pointer;
}

.bouton:hover {
	transition: 0.5s;
	transform: scale(1.3);
}


.c1 {
	background-color: #C0293A;
	color: white;
}

.c2 {
	background-color: #3E7FA5;
	color: white;
	white-space: nowrap;
}

.c3 {
	background-color: #781057;
	color: white;
	white-space: nowrap;
}

.c4 {
	background-color: #798F27;
	color: white;
}

.c5 {
	background-color: #AAAAAA;
	color: white;
}

.c6 {
	background-color: #2EBCA1;
	color: white;
}

.c7 {
	background-color: #FF5500;
	color: white;
}

.c8 {
	background-color: #660000;
	color: white;
}

.c9 {
	background-color: #FF3366;
	color: white;
}

#bloc_sepa {
	
	border: 1px solid #D3D3D3;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D0FFD0;
	font-size: 12px;
	max-width: 700px;
}

.titre_preparer {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}

.bleu {
	background-color: #4444FF;
	color: white;
}



.fni {
	background: linear-gradient(#3E4361, #383A53);
	color: white;
}

.titre_fni {
	font-size: 16px;
	color: #383A53;
	font-weight: bold;
}

.clair {
	background-color: white;
}

.fonce {
	background-color: lavender;
}


.clair:target {
	background-color: #FFD700;
}

.fonce:target {
	background-color: #FFD700;
}


.green {
	background-color: #CCFFCC;
}

input[type=text], input[type=date] {
	
	background: transparent;
	border: none;
	width: 100%;
}

input[type=text]:focus {
	
	box-shadow: 0px 0px 2px 1px #99CCFF;
}

input[type=text].valid {
	box-shadow: 0px 0px 2px 1px #00FF00;
}

input[type=text].invalid {
	box-shadow: 0px 0px 2px 1px red;
}


input[type=file] {
	width: 200px;
}

select {
	width: 200px;
}

.resultat {
	background-color: #D3D3D3;
	font-weight: bold;
}

.numero {
	width: 15%;
}

.molette {
	position: fixed;
	right: 4%;
	bottom: 5%;
}

.molette:hover {
	transform: rotate(360deg);
	transition: 2s;
}

.house {
	position: fixed;
	left: 4%;
	bottom: 5%;
	transition: 0.5s;
}

.house:hover {
	
	transform: scale(1.3);
	transition: 0.5s;
}

#ajout_bic {
	
	display: inline-block;
	position: fixed;
	top: 10%;
	left: 36%;
	background: linear-gradient(#F5F1EE, #FFFFFF);
	padding:0px 40px 0px 40px;
	z-index: 1;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 1px grey;
}

#ajout_compte {
	
	display: inline-block;
	position: fixed;
	top: 2%;
	left: 36%;
	background: linear-gradient(#F5F1EE, #FFFFFF);
	padding:0px 40px 0px 40px;
	z-index: 1;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 1px grey;
}

#ajout_dette {
	
	display: inline-block;
	position: fixed;
	top: 15%;
	left: 36%;
	background: linear-gradient(#F5F1EE, #FFFFFF);
	padding:0px 40px 0px 40px;
	z-index: 1;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 1px grey;
}

#case_date_fin {
	
}

#case_date_fin:target  {
	background-color: #FFFACD;
}

.ligne_famille {
	
	background-color: #EEEEEE;
	cursor:pointer;
}

.lien {
	
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.bleu_lettres {
	color: #4444FF;
}

.c5_lettres {
	color: #FF7700;
}

.c3_lettres {
	color: #781057;
}

.c2_lettres {
	color: #3E7FA5;
}

.c1_lettres {
	color: #C0293A;
}


.transparent {
	opacity: 0.3;
}

.valid {
	background-color: #DDFFDD;
	display: inline-block;
	padding: 5px;
}

.invalid {
	background-color: #FFDDDD;
	display: inline-block;
	padding: 5px;
}


.messagere {
	
	display:inline-block;
	position: fixed;
	left: calc(50% - 125px);
	top:10%;
	width:300px;
	height:250px;
	text-align: center;
	font-size: 15px;
	z-index: 2;
}


.bouton_messagere {
	
	padding: 5px 15px 5px 15px;
	background: linear-gradient(#EEEEEE, #D3D3D3);
	border-radius: 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	box-shadow: 0px 1px 1px 1px grey;
	width: 80px;
	cursor: pointer;
	margin-left: 5px;
}

.bouton_messagere:hover {
	background: linear-gradient(#EEEEEE, #EEEEEE);
}

.bouton_messagere:active {
	background: linear-gradient(#D3D3D3, #EEEEEE);
	box-shadow: 0px -1px 1px 1px grey;
}

#loading {
	
	font-size: 25px;
	color: grey;
	font-weight: bold;
	margin-bottom: 20px;
}

#erreur_rum {
	color: red;
	margin-top: 4px;
}

#erreur_iban {
	color: red;
	margin-top: 4px;
}

#erreur_bic {
	color: red;
	margin-top: 4px;
}

#div_bic {
	
	display: none;
	/*color: green;
	padding-top: 2px;*/
}

#img_logo {
	position: absolute;
	left: 3%;
	top: 3%;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 1px #383A53;
	width: 10%;
}

#img_pdf {
	position: absolute;
	right: 3%;
	top: 2%;
	border-radius: 5px;
	width: 12%;
	cursor: pointer;

}

#mandat_sepa_fni {
	
	background-image:url('/vmc/inscription_sepa/img/sepa_fni.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	width: 900px;
	height: 500px;
	
}

#suggest_user {
	
	width:auto;
	display:inline-block;
	position:absolute;
	background-color:white;
	margin-left:0;
	z-index:2;
}

.ligne_sug {
	padding:4px;
}

.ligne_sug:hover {
	background-color:#99CCFF;
	color:white;
	
	cursor:pointer;
}
