
/*Style generale*/
body
{
	
	margin-top: 100px;
	margin-left: 0%;
	margin-right: 0%;
	
	font-family: 'Roboto', sans-serif;
	width: 100%;
}
h1
{
	font-size: 30px;
	border-bottom: solid #FAA93B 2px;
}
	
.menu_ligne
{
	display: flex;
	justify-content: left;
	flex-direction: row;
	align-items: center;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75); 
}
.menu_colonne
{
	display: flex;
	flex-direction: column;
}
#menu_principale
{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 5em;
	background-color: #FAA93B;

}
#logo
{
	margin-left: 5%;
	
}
.bouton
{
	color: white;
	font-size: 2em;
	height: 100%;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5%;
	text-decoration: none;
}
.bouton:hover
{
	background-color: #FA753B;	
}
.bouton1
{
	padding: 1em;
	border-radius: 15px;
	background-color: #FAA93B;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.5em;
	color: white;
	width: 90px;
	height: 90px;
	margin:20px;
	border:solid silver 1px;
	
}

.bouton1:hover
{
		border:solid black 1px;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75); 
}
/*Petit bouton (Exemple : Bouton supprimer)*/
.bouton2,.supprimer_fiche_journal,.supprimer_fiche,.supprimer_miel,.modifier_miel,.retour_miel,.nouveau_nom_modif,.annule_nouveau_nom_modif
{
	padding: 0.5em;

	background-color: #727272;
	color: white;
	border-radius: 200px;
	text-decoration: none;
}
.bouton2:hover,.supprimer_fiche_journal:hover,.supprimer_fiche:hover,.supprimer_miel:hover,.modifier_miel:hover,.retour_miel:hover,.nouveau_nom_modif:hover,.annule_nouveau_nom_modif:hover
{
	background-color: black;	
}
/*Bouton de menu en collone*/
.bouton3
{
	padding:0.5em;
	background-color: #727272;
	color: white;
	border:solid white 2px;
	text-decoration: none;
	text-align: center;
}
.bouton3:hover
{
	text-decoration: underline;
	color: black;
	border:solid black 2px;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75); 	
}
.bouton_annule
{
	background-color: #eb3d3d;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 4em;


}
.bouton_annule:hover
{
	background-color: #863030;
	
}

/*Style page ruche*/
#section_ruches
{
	position: fixed;
	display: flex;
	
	-webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	margin-right: 5%;
	margin-left: 5%;
	max-width: 90%;
	max-height: 80%;
	width: 90%;
	height: 80%;
	background-color: white;
	


}

#menu_ruche
{
	background-color: white;
	border-right: solid #727272 2px; 
	padding:1%;
	width: 30%;
	overflow: scroll;
}
#grille_ruche
{
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
	width: 70%;
	overflow: scroll;



}
#formulaire_nouvelle_ruche
{
	
	width: 100%;
}
#header_nouvelle_ruche
{
	display: flex;
	justify-content: space-between;
}
/****************Fiche ruche**********/
.page_fiche_ruche
{
	position: fixed;
	display: flex;
	justify-content: center;
	-webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	margin-right: 5%;
	margin-left: 5%;
	/*max-width: 100%;*/
	max-height: 100%;
	width: 90%;
	height: 80%;
	background-color: white;

}
#section_fiche_ruche1
{
	padding:5px;
	max-width: 40%;
	overflow: scroll;
	width: 40%;
}
#liste_fiche
{
	border-left:  solid #727272 2px;
	border-right:  solid #727272 2px;
	display: flex;
	flex-direction: column;
	width: 20%;
	max-width: 20%;
	padding-top: 5px;
	max-height: 100%;
	overflow: scroll;
	


}

#detail_fiche 
{
	padding:5px;
	width:  40%;
	max-width: 40%;
	overflow: scroll;
	
}
#section_nouvelle_fiche
{
	
	width: 40%;
	max-width: 40%;
	padding:5px;
	overflow: scroll;

}
.ligne_liste_fiche
{
	padding: 2px;
	border-bottom:  solid #727272 2px;
	border-top:  solid #727272 2px;
	margin-bottom: 1px;
	text-align: center;

}
/*
.ligne_liste_fiche:hover
{
	background-color: silver;
}
*/

/***************Stock*************/
.ligne_stock,.ligne_modif,.ligne_stock_miel
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 0.1em;
	background-color: silver;
	
	border-bottom: solid #727272 2px; 

}
.ligne_modif
{
	flex-wrap: wrap;
	padding: 1em;
}
.ligne_modif div
{
	margin:10px;
}

#filtre_miel
{
	display: flex;
	margin-bottom: 1em;
}
/***************Journal**********/
.ligne_liste_fiche_date
{
	background-color: #FAA93B;
	font-size: 1.5em;
	padding: 5px;

}
#section_journal
{
	position: fixed;
	display: flex;
	
	-webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	margin-right: 5%;
	margin-left: 5%;
	/*max-width: 100%;*/
	max-height: 100%;
	width: 90%;
	height: 80%;
	background-color: white;
}
/****Style formulaire connection******/
.form_connection
{
	background-color:white ;
	position: fixed;
	top: 33%;
	height:33%;
	width: 25%;
	left: 37.5%;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.75);
	justify-content: space-between;
	align-items: center;
	border:solid black 1px;
	border-radius: 50px;
}
.form_connection input
{
	width: 50%;
	margin: 0.5em;
}

