html
{
	margin: 0;
  padding: 0;
}
@font-face
{
    font-family: "roboto";
    src: url('./polices/Roboto-Light.ttf');
}
@font-face
{
    font-family: "circular";
    src: url('./polices/circular-std-medium-500.ttf');
}
body
{
	margin: 0;
	font-family: roboto;
	font-size: 20px;
  background: #f5f6f9;
}
input
{
	font-family: roboto;
	font-size: 20px;
	border-top : none;
	border-right: none;
	border-left: none;
	border-bottom : 1px solid #787878;
	outline: none;
	background-color: #ffffff;
}
textarea
{
	font-family: roboto;
	font-size: 20px;
	background-color: #ffffff;
}
select
{
	font-family: roboto;
	font-size: 20px;
	background-color: #ffffff;
}
/*ENTETE*/
#header
{
	background-image: linear-gradient(149deg, #1b2145, #313e7a);
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
}
#header_modif
{
	background-color : #0A5A82;
	width: 100%;
	height: 150px;
	text-align: center;
}
#image_logo
{
  height: 70px;
	padding : 1rem;
}
#barre_access_rapide
{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*BOUTONS HEADER*/
.btn_access_rapide
{
	height: 50px;
	width: 150px;
    display: inline-block;
    line-height: 50px;
	color: #ffffff;
	cursor: default;
	opacity: 0.7;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #ffffff;
}
.btn_access_rapide:hover
{
	opacity: 1;
}
.btn_access_rapide_modif
{
	height: 50px;
	width: 150px;
    display: inline-block;
    line-height: 50px;
	color: #0A5A82;
	cursor: default;
	opacity: 0.7;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #0A5A82;
}
.btn_access_rapide_modif:hover
{
	opacity: 1;
}
.msg_access_rapide
{
	color: #ffffff;
	font-family: circular;
}
/* TEXTES TITRE ET SOUS-TITRE */
.titre
{
	font-size: 30px;
}
/*BOUTONS*/
.btn
{
	width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn:hover
{
	background:#E1E1E1;
}
.btn:active
{
	background:#E1E1E1;
}
.btn_rouge
{
	width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
}
.btn_rouge:hover
{
	background:#C75C5C;
}
.btn_rouge:active
{
	background:#C75C5C;
}
.btn_vert
{
	width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
}
.btn_vert:hover
{
	background:#76C2AF;
}
.btn_vert:active
{
	background:#76C2AF;
}
.btn_big_non_clicable
{
	display: inline-block;
	width: 250px;
	height: 250px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: default;
	padding : 10px;
	vertical-align: top;
	margin : 5px;
}
.btn_big
{
	display: inline-block;
	width: 250px;
	height: 250px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: pointer;
	padding : 10px;
	vertical-align: top;
	margin : 5px;
}
.btn_big img {
	width: 90px;
	height: 90px;
	padding: 1rem;
	background: #f5f6f9;
	color: white;
	border-radius: 6rem;
	border: 10px solid #1b2145;
}
.btn_big:hover
{
	background-color: #E1E1E1;
}
.btn_big:active
{
	background-color: #E1E1E1;
}
.btn_select
{
	width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_select:hover
{
	background:#E1E1E1;
}
.btn_select:active
{
	background:#E1E1E1;
}
/*BOUTON AJOUTER */
.btn_add
{
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0.7;
  border-radius:50%;
  width:50px;
  height:50px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  font-size: 40px;
  cursor: default;
}
.btn_add:hover
{
	opacity: 1;
}
.btn_add:active
{
	opacity: 1;
}
.btn_add img
{
	width:50px;
	height:50px;
}
/*BOUTON DE SAUVEGARDE*/
.btn_save
{
  position: fixed;
  right: 50px;
  bottom: 120px;
  opacity: 0.7;
  border-radius:50%;
  width:50px;
  height:50px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  font-size: 40px;
  cursor: default;
}
.btn_save:hover
{
	opacity: 1;
}
.btn_save:active
{
	opacity: 1;
}
.btn_save img
{
	width:50px;
	height:50px;
}
.btn_save_fenetre
{
  position: fixed;
  right: 50px;
  bottom: 120px;
  opacity: 0.7;
  border-radius:50%;
  width:50px;
  height:50px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  font-size: 40px;
  cursor: default;
  z-index: 205;
}
.btn_save_fenetre:hover
{
	opacity: 1;
}
.btn_save_fenetre:active
{
	opacity: 1;
}
.btn_save_fenetre img
{
	width:50px;
	height:50px;
}
/**/
.menu_ajouter_produit
{
	position: fixed;
	right: 50px;
	bottom: 100px;
}
.btn_add_menu
{
	opacity: 0.7;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	font-size: 40px;
	cursor: default;
	margin-bottom: 20px;
}
.btn_add_menu:hover
{
	opacity: 1;
}
.btn_add_menu:active
{
	opacity: 1;
}
.btn_add_menu img
{
	width:50px;
	height:50px;
}
.btn_add_libre
{
	display: inline-block;
	vertical-align: middle;
	opacity: 0.7;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	font-size: 40px;
	cursor: default;
}
.btn_add_libre:hover
{
	opacity: 1;
}
.btn_add_libre:active
{
	opacity: 1;
}
.btn_add_libre img
{
	width:50px;
	height:50px;
}
.btn_del_mini
{
	display: inline-block;
	opacity: 0.7;
	width:30px;
	height:30px;
	text-align: center;
	cursor: default;
}
.btn_del_mini:hover
{
	opacity: 1;
}
.btn_del_mini:active
{
	opacity: 1;
}
.btn_del_mini img
{
	width:30px;
	height:30px;
}
.btn_del_middle
{
	display: inline-block;
	opacity: 0.7;
	width:60px;
	height:60px;
	text-align: center;
	cursor: default;
	padding: 10px;
}
.btn_del_middle:hover
{
	opacity: 1;
}
.btn_del_middle:active
{
	opacity: 1;
}
.btn_del_middle img
{
	width:60px;
	height:60px;
}
/*CONNECTION*/
.cadre_connexion
{
	width: 80%;
	background-color: #fff;
	margin: 50px auto;
	padding: 20px;
	text-align: center;
}
/* FENERTES */
.fenetre
{
	z-index: 1200;
	position: fixed;
	width: 90%;
	background-color: #fff;
	border: 1px solid black;
	margin: auto;
	left: 0;
	right: 0;
	top: 20px;
	padding: 20px;
}
.fond_fenetre
{
	z-index: 100;
	background-image:url(./images_base/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
/*MASQUE LES FLECHE DES INPUT NUMBER*/
.number::-webkit-inner-spin-button, .number::-webkit-outer-spin-button
{
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
/*TABLEAUX*/
.liste_clients
{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
.liste_clients tr
{
	height: 60px;
}
.liste_clients tr:hover
{
	background-color: #CBEBFB;
}
/*Ne met pas en surbrillance l'entete du tableau*/
.liste_clients .entete:hover
{
	background-color: #FFFFFF;
}
.table_formulaire_fiche_client
{
	width: 95%;
	margin: auto;
}
.table_formulaire_fiche_client textarea
{
	height: 27px;
	width: 450px;
	resize: none;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #787878;
}
	/*Pour les produits*/
.table_formulaire_fiche_produit
{
	width: 100%;
}
.table_formulaire_fiche_produit textarea
{
	height: 300px;
	width: 90%;
	resize: none;
	overflow: hidden;
	border: none;
	border: 1px solid #787878;
}
.table_formulaire_produit_details
{
	width: 100%;
}
.table_formulaire_produit_details textarea
{
	height: 300px;
	width: 90%;
	resize: none;
	overflow: hidden;
	border: none;
	border: 1px solid #787878;
	background-color: rgba(0,0,0,0);
}
.input_titre_produit_detail
{
	font-size: 50px;
	width: 90%;
	background-color: rgba(0,0,0,0);
}
	/*Pour les documents*/
.liste_postes
{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
.liste_postes tr
{
	height: 60px;
}
.liste_postes tr:hover
{
	background-color: #CBEBFB;
}
.liste_postes input, textarea
{
	background-color: rgba(255,255,255,0);
}
/*Ne met pas en surbrillance l'entete du tableau*/
.liste_postes .entete:hover
{
	background-color: #FFFFFF;
}
.liste_postes textarea
{
	width: 90%;
	min-height: 70px;
	resize: none;
	border: none;
	border-bottom: 1px solid #787878;
}
.liste_postes_input
{
	width: 90%;
	height: 68px;
}
.liste_fournisseur
{
	font-size: 20px;
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
.liste_fournisseur tr
{
	height: 60px;
}
.liste_fournisseur tr:hover
{
	background-color: #CBEBFB;
}
.liste_fournisseur td
{
	text-align: center;
}
/*Ne met pas en surbrillance l'entete du tableau*/
.liste_fournisseur .entete:hover
{
	background-color: #FFFFFF;
}
/*Diminue les images des icones dans les petit tableau et cache la colone client*/
.petit_table img
{
	width: 30px;
	height: 30px;
}
.petit_table .btn_del_middle
{
	width: 30px;
	height: 30px;
}
.petit_table .liste_clients tr
{
	border-bottom: 1px solid black;
}
.petit_table .liste_clients .td_client
{
	display: none;
}
/*Info Bulle*/
.infobulle
{
	position: fixed;
	min-width: 300px;
	max-width: 500px;
	min-height: 300px;
	border: 1px solid black;
	background-color: rgba(203,235,251,0.9);
}

.logoIntro{
	background: black;
  padding: 2rem;
  border: 10px solid #1b2145;
  color: white;
  border-radius: 6rem;
}


#header .header-body {
    background:none!important;
}