/* Créé par NH le 02/10/2019*/

#div_mon_compte{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#div_mon_compte_contenu{
	float:left;
	width: 100%;
}

#div_mon_compte_titre{
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#div_mon_compte_texte {
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

#div_form_connect_mon_compte, #div_form_mdp_oublie {
	text-align: center;
}

.div_ligne_form_mon_compte {
	margin: 5px;
}

.div_ligne_coord {
		margin-top: 5px;
		margin-bottom: 5px;
		text-align:center;
}
	
@media screen and (min-width: 875px) {
	.div_col_form_mon_compte {
		display: inline-block;
		width: 25%;
	}
	
	.div_ligne_coord {
		text-align:left;
	}
	
	#div_Coord_liv, #div_Coord_fact, #div_Coord_Connect, #div_administratif {
		width:49%;
		display: inline-block;
	}

	#div_Modif_Coord, #div_Enregistrer_Coord_En_Cours, #div_strModifCoordOK, #div_Modif_Identifiants, #div_strModifIdentifiantsOK {
		text-align:center;
		margin-top:10px;
		/*width:49%;
		display: inline-block;*/
	}
	
	.div_col_coord {
		display: inline-block;
		width: 49%;
	}
	
	.div_liste {
		float: left;
		width: 60%;
	}

	#div_recherche_liste_client {
		float: right;
	}

	#listeClients {
		width: 70%;
	}
	
	#listeCoordFacturation, #listeCoordLivraison {
		width: 60%;
	}
	
	.page_box {
		float: right;
	}
}

.liensMonCompte {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.inputErreur {
	box-shadow: 0 0 3px 1px red
}

#div_liste_clients {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

/*
input[type="text"]:disabled, input[type="password"]:disabled {
	background-color: light-grey;
	color: dark-grey;
}
*/

#div_Modif_Mail {
	margin-top: 20px;
}

.div_Liste_Commande {
	margin-top: 20px;
}

.center {
	text-align:center;
}

#ImgRemoveCoordFacturation, #ImgRemoveCoordLivraison  {
	width:12px;
}

#div_Coord_Connect {
	margin-bottom:15px;
}

.optionMasque {
	background-color: lightblue;
}

.selectMasque {
	background-image: url('../../images/Shared/masque.png');
}
