* {
  margin:0;
  padding:0;
}
body {
  font: normal normal 17px Verdana,Arial,Helvetica,sans-serif;
  font-size : 17px;
  height : 100%;
}
h1 {
	display : none;
	color : green;
	font-size : 150%;
}
h2 {
  font : inherit;
	margin : 1em;
	line-height:1.5em;
}
h3 {
	font:inherit;
  font-weight : bold;
	margin : 1em;
}
h4 {
	margin-top : 2em;
}
p {
  margin : 1em;
	line-height:1.7em;
}
li {
	list-style: none;
	text-indent : 3em;
	margin : 0.7em;
}
nav#header {
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
section#accueil,
section#plantes,
section#gamme,
section#boutique,
section#detailProduit,
section#panier,
section#contact {
	position : relative;
	top : 1em;
	margin-bottom : 3em;
}
ul.mainMenu {
	background-color : #EEEEEE;
	list-style:none;
	display : flex;
	flex-direction : row;
}
ul.mainMenu > li {
	font-size:80%;
	margin : 0em;
	padding : 0.5em;
	text-indent:0;
}
ul.mainMenu > li.active {
	font-weight:bold;
	color : #1A9E00;
}
ul.mainMenu > li:hover {
	color : #1A9E00;
}
ul.mainMenu > li.displayPanier {
	position:fixed;
	right:1em;
	font-weight:bold;
	/*font-size : 80%;*/
}
section.logo {
	float:left;
	position:relative;
	top : 0em;
	width : 15%;
	padding:0em;
	margin:0.5em;
	margin-top : 1.5em;
}
section.logo.panier {
	display:none;
}
section.logo > img {
	width : 100%;
	padding:0em;
	margin:0em;
}
#accueil > ul > li {
  display : flex;  
	flex-direction : row;
	align-items : baseline;
}
#accueil > ul > li > a {
}
#accueil > ul > li > p {
	text-indent: 0em;
	margin-block : 0.3em;
}
#plantes > div {
	display : grid;
	grid-template-columns: 1fr;
	grid-template-areas : "title" "image" "latin" "description" "parties" "proprietes" "produits";
	border-top : 1px solid lightgrey;
}
#plantes > div > img {
	grid-area : image;
	width : 50%;
	height: auto;
	margin : 1em;
	margin-left : auto;
	margin-right : auto;
	padding: 1em;
	border : 5px solid #30a8f0;
}
#plantes > div > h2 {
	grid-area : title;
  text-align : center;
	font-weight : bold;
	font-size : 150%;
	color : #bb0b0b;
	margin : 0.4em;
}
#plantes > div > h3 {
	grid-area : latin;
	text-align : center;
	font-style : italic;
  font-weight : normal;
	color:#bb0b0b;
  margin : 0.2em;
}
#plantes > div > p {
	padding-left : 0.5em;
	text-indent : 0em;
}
#plantes > div > p.description {
	grid-area : description;
	margin : 0.3em;
}
#plantes > div > p.description::before {
	/*content : "Description : ";*/
	font-style : bold;
	color : grey;
}
#plantes > div > p.parties {
  grid-area : parties;
	margin : 0.3em;
}
#plantes > div > p.parties::before {
	content : "Parties utilisées : ";
	font-style : bold;
	color : grey;
}
#plantes > div > p.proprietes {
	grid-area : proprietes;
	margin : 0.3em;
}
#plantes > div > p.proprietes::before {
	content : "Propriétés : ";
	color : grey;
}
#plantes > div > p.products {
	grid-area : produits;
	margin : 0.3em;
}
#plantes > div > p.produits > a > img {
	width: 2em;
	margin : 0.3em;
}
#plantes p.produits::before {
	/*content : "Nos produits : ";*/
	color : grey;
}
#plantes a.productLink {
	margin-left : auto;
	margin-right : auto;
	margin-bottom:1em;

	font: inherit;
	font-size: 80%;
	/*margin: 1em;*/
	padding: 1em;
	border: 1px solid grey;
	background-color: #00aa00;
	color: white;
	height : 1.5em;
}
#plantes > section#bibliographie > p {
	margin : 0.5em;
	text-indent : 2em;
}
#plantes input[type="submit"] {
	font : inherit;
	font-size:80%;
	margin-left : 2em;
	padding : 0.4em;
	border : 1px solid grey;
	background-color : #00aa00;
	color:white;
}
#gamme > div {
  display : grid;
	grid-template-columns: auto 1fr;
	grid-template-areas : "title title" "image textZone";
}
#gamme > div > h2 {
	grid-area : title;
	color:grey;
	margin : 0.5em;
}
#gamme > div > img {
	grid-area : image;
	height : 4em;
	width : auto;
	margin : 0.5em;
}
#gamme div p {
	grid-area : textZone;
	margin : 0.5em;
	display:block;
}
#gamme div a {
	grid-area : textZone;
	display:block;
}
#gamme input[type="submit"] {
	font: inherit;
	font-size: inherit;
	font-size: 80%;
	margin-left: 2em;
	padding: 0.4em;
	border: 1px solid grey;
	background-color: #00aa00;
	color: white;
}
#boutique > #caroussel {
	display : grid;
	grid-template-columns : 95%;
	grid-template-areas: "recherche" "resultats" "resultPages";
	margin-top: 0em;
}
#boutique > #caroussel > div#recherche {
	grid-area : recherche;
	font-size : 80%;
}
#boutique > #caroussel > div#recherche label {
  display: block;
	margin-top : 1em;
}
#boutique > #caroussel > div#recherche select,
#panier > table > tbody > tr > td > form > select {
	border : 1px solid lightgrey;
	background-color : inherit;
	font : inherit;
	padding : 0.4em;
}
#boutique > #caroussel input {	
	font : inherit;
	padding : 0.4em;
	width : 80%;
	border : 1px solid grey;
}
#boutique > #caroussel input[type="submit"] {
	background-color : #00aa00;
	color:white;
	margin-top:10%;
	width:100%;
}
#boutique > #caroussel > #recherche input[type="submit"] {
	width : 50%;
	margin: 1em;
}
#boutique > #caroussel > div#resultats  {
	grid-area : resultats;
	border : none;
	display : flex;
	flex-wrap:wrap;
	width:100%;
	/*display : grid;*/
	/*grid-template-columns : 1fr 1fr 1fr;*/
}
#boutique > #caroussel > div#resultats > div.blocProduit {
	border : 1px solid lightgrey;
	margin-left:-1px;
	margin-top:-1px;
	width:13em;
	display : flex;
	justify-content:flex-end;
	flex-direction : column;
}
#boutique > #caroussel > div#resultPages {
	grid-area : resultPages;
	display : flex;
	flex-direction : row;
	flex-wrap : wrap;
	justify-content : space-around;
}
#boutique > #caroussel > div#resultPages > p.navResult {
	padding : 0.3em;
	font-size : 80%;
	border : 1px solid grey;
	background-color : lightgreen;
	text-align: center;
	flex-grow : 3;
}
#boutique > #caroussel > div#resultPages > p.navResult.actif {
  background-color : green;
	color : white;
}
#boutique > #caroussel > div#resultPages > p.navResult:hover {
  background-color : green;
	color : white;
	font-weight:bold;
}
#boutique > #caroussel > div > div.blocProduit.hidden {
  display:none !important;
}
#boutique > #caroussel > div > div.blocProduit > a > img {
	width : 10em;
	margin : 1em;
}
#boutique > #caroussel > div > div.blocProduit > p {
	display : block;
	padding : 0.2em;
	margin : 0em;
	text-align : center;
}
#boutique > #caroussel > div > div.blocProduit > p.prix {
  color : darkred;
}
#boutique > #caroussel > div > div.blocProduit > p.ajouter {
	background-color : lightgreen;
}
#detailProduit > section.ficheDetail {
	display : block;
	margin-top: 0em;
}
#detailProduit > section.ficheDetail > a {
 	font-size : 80%;
	float:right;
}
#detailProduit > section.ficheDetail > p {
	padding : 0.1em;
	margin : 0.5em;
}
#detailProduit > section.ficheDetail > img {
	float : right;
	height : 5em;
	margin : 1em;
}
#detailProduit > section.ficheDetail > figure {
	/*clear:left;*/
	float : right;
}
#detailProduit > section.ficheDetail > figure > figcaption {
	font-size : 60%;
	font-style : italic;
	text-align: center;
}
#detailProduit > section.ficheDetail > figure > img {
	height : 8em;
	margin : 1em;
}
#detailProduit > section.ficheDetail > p::before {
  color : grey;
}
#detailProduit > section.ficheDetail > p.nom {
  font-weight:bold;
}
#detailProduit > section.ficheDetail > p.content::before {
	content:"Contenu : ";
}
#detailProduit > section.ficheDetail > p.conseilsUtilisation::before {
	content:"Conseils d'utilisation : ";
}
#detailProduit > section.ficheDetail > p.description::before {
	content:"Description : ";
}
#detailProduit > section.ficheDetail > p.inci::before {
	content:"INCI : ";
}
#detailProduit > section.ficheDetail > p.ingredients::before {
	content:"Ingrédients : ";
}
#detailProduit > section.ficheDetail > p.prix::before {
	content : "Prix : ";
}
#detailProduit > section.ficheDetail > p.titre::before {
	content : "Titre alcoolique : ";
}
#detailProduit > section.ficheDetail input[type="submit"] {
	font: inherit;
	font-size: inherit;
	font-size: 80%;
	margin: 1em;
	padding: 0.4em;
	border: 1px solid grey;
	background-color: #00aa00;
	color: white;
}
#panier {
  margin-top : 2em;
}
#panier > table {
	text-align : right;
	font-size:90%;
}
#panier > table h3 {
  text-align : left;
	padding-left : 1em;
	margin : 0;
	padding : 0.3em;
	background-color : lightgreen;
}
#panier > table > tbody > tr:nth-child(odd) {
	background-color : #efefef;
}
#panier > table > tbody > tr > th,
#panier > table > tbody > tr > td {
	border-bottom : 1px solid grey;
	height : 2em;
	width : auto;
}
#panier > table > tbody > tr > td > form {
	width : 4em;
}
#panier > table > tbody > tr > td > form > input[name="quantite"] {
  width : 3em;
	text-align: right;
	font : inherit;
}
#panier > table > tbody > tr > td > form > input[type="submit"] {
  margin : 0.5em;
	margin-left : 3em;
	text-align: right;
	font : inherit;
	font-size : 80%;
	font-style:italic;
	background-color : inherit;
	border : none;
}
#panier > table > tbody > tr > td > a {
  margin-right : 1em; 
}
#panier a.commander {
	font : inherit;
	background-color : #00aa00;
	color:white;
	margin-top:.5em;
	padding : 0.5em;
	border : 1px solid lightgrey;
	width:30%;
}
#commander > form.coordonnees {
	display : flex;
	flex-direction : row;
	flex-wrap : wrap;
	width : 50%;
}
#commander > form.coordonnees > input {
	font : inherit;
	margin : 0.5em;
	padding : 0.2em;
	width:100%;
}
#commander > form.coordonnees > input[name="cp"] {
	width : 10%;
}
#commander > form.coordonnees > input[name="ville"] {
	width : 60%;
}
#commander > form.coordonnees > button[type="submit"],
#commander > form > button
{
	font : inherit;
	background-color : #00aa00;
	color:white;
	margin-top:1em;
	padding : 1em;
	width:30%;
}
#payer > form >button#submit {
	font : inherit;
	background-color : #00aa00;
	color:white;
	margin-top:1em;
	margin-right:auto;
	padding : 0.5em;
	width:7em;
}
#contact {
  display : flex;
	flex-wrap : wrap;
}
#contact > div,
#contact > form {
	width : 25em;
}
#contact p {
	margin : 0.2em;
}
#contact > form > input,
#contact > form > textarea {
	width : 100%;
	font : inherit;
	padding : 0.3em;
}
footer {
	position: sticky;
	bottom:0;
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-template-areas : "center center" "left right";
	background-color: lightgrey;
	font-size: 80%;
}
footer {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-template-areas : "nom nom " "siret siret" "douanes ansm";
	background-color: lightgrey;
}
footer>div.footer-nom {
	font-size : 80%;
	margin : 0.3em;
	grid-area : nom;
}
footer>div.footer-siret {
	margin : 0.3em;
	grid-area : siret;
}
footer>div.footer-bio {
	display : none;
}
footer>div.footer-douanes {
	display : none;
}
footer>div.footer-ansm {
	display : none;
}
footer > div {
	text-align:center;
	font-size : 90%;
} 
footer > div > p {
  margin : 0;
	padding : 0em;
}
