@charset "UTF-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - BOITES - - - - - - - - - - - - - - - -*/
html, body {
	height: 100%; /*Pour étirer la page au maximum de la hauteur*/
	margin:0;
	padding:0;	
}

#page {
	min-height: 100%; /*Très important voir si on peut aussi mettre 100vh*/
	display: flex;
	flex-direction:column;
	max-width: 960px;
	margin: 0 auto;
}
header {
	width: auto;
	height: 80px;
}
#logo-GC {
	width: 386px;
	height: 80px;
	float: left;
	margin-left: 10px;
	background-image: url(../Links/logo-growerscup.png); background-repeat: no-repeat;
}
#logo-TB {
	width: 134px;
	height: 80px;
	float: right;
	margin-right: 10px;
	background-image: url(../Links/logo-tea-brewer.png); background-repeat: no-repeat;
}
nav {
	width: auto;
	padding: 2em 0 0.5em 01em;
}
#banner {
		width: 960px;
		height: 380px;
		background-image: url(../Links/banner-femme.jpg); background-repeat: no-repeat; background-size: cover;
}
main {
	width: auto;
}
.encadre {
	width: 480px;
	padding: 1em;
	margin: 1em auto;
	border: 4px dashed #6C6C6C;
}
.bloc-the {
	width: 340px;
	float: left;
	margin: 0 70px 10px;
	padding: 0 0 0.2em ;
}
.bloc-the p{
	text-align: center;	
}
#comparaison-images {
	width: auto;
	margin-left:auto;
	margin-right:auto;
}
#photo-accroche {
	width: 100%;
	height:503px;
	clear: both;
	background-image:url(../Links/photo-ambiance.jpg); background-repeat: no-repeat; background-size: cover;	
}
#assortiments {
	width: auto;
	margin: 1em 0 2em;
}
.produits-vente {
	margin: 0.1em 3.1em;
	float: left;
}

footer {
	height: 120px;
	min-width: 100%;
	display: flex;
	align-items: center;
	background-color: #000000;
	}
/* - - - - - - - - - - - - - - - - - TEXTE - - - - - - - - - - - - - - - -*/
#page {
	font-family: Helvetica, Arial, sans-serif;
}
nav {
	
}
#banner h1 {
	width: 70%;
	margin: 1em auto;
	padding: .25em;
	font-size: 3em;
	font-weight:bold;
	text-align:center;
	color:#FF0004;
	line-height: 0.9;
	background-color: rgba(255,255,255,0.75);
	border-radius: 0.5em 0.5em 0 0;
}
#banner h1 span {
	font-size: 4em;
	color:#2FBB1E;
	line-height: 0.8
}
.titre2 {
	font-size: 2em;
	text-align: center;
	margin-top: 1.5em;
	color: #5B5B5B;
}
.infos {
	border: 1px solid #FF0004;
	font-family: Helvetica, Arial, sans-serif;
}
.infos h2 {
	background-color:#FF0004;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding: 0.25em;
	font-size: 1em;
}
.image {
	text-align: center;
	margin: 1em;
}
#photo-accroche h1 {
	padding: 0.25em;
	font-size: 3.5em;
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
}
.infos  p {
	font-size: 0.9em;
	padding: 0.25em;
	color:#4D4D4D;
}
.infos .prix {
	color: #FF0004;
	font-weight: bold;
}
/* - - - - - - - - - - - - - - - - - LIENS - - - - - - - - - - - - - - - -*/
nav li {
	float: left ;
	width: auto;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #5C5C5C;
	color: #5C5C5C;
	text-decoration: none;
}

footer li {
	display: block;
	float: left;
	width: auto;
	margin-right: 1em;
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px solid #5C5C5C;
	color: #949494;
	text-decoration: none;
}*/

